Updates database structure documentation
This commit is contained in:
parent
cd8ce7eada
commit
84ab5d6159
83 changed files with 1289 additions and 796 deletions
10
view/templates/tables.tpl
Normal file
10
view/templates/tables.tpl
Normal file
|
@ -0,0 +1,10 @@
|
|||
Database Tables
|
||||
===============
|
||||
|
||||
* [Home](help)
|
||||
|
||||
| Table | Description |
|
||||
|-------|-------------|
|
||||
{{foreach $tables as $table}}
|
||||
| [{{$table.name}}](help/database/db_{{$table.name}}) | {{$table.comment}} |
|
||||
{{/foreach}}
|
Loading…
Add table
Add a link
Reference in a new issue