implemented editable help

This commit is contained in:
VLE2FE
2020-09-03 10:53:41 +02:00
parent bda6331c59
commit 2dc962c754
7 changed files with 90 additions and 18 deletions

View File

@ -387,4 +387,21 @@ Every time:
<td>The user that executed this command</td>
<td>'5f2e63118d1c020f8cda6a09'</td>
</tr>
<tr><th>help</th><th></th><th></th></tr>
<tr>
<td>_id</td>
<td>Automatically generated unique id</td>
<td>'5f2e63d28d1c020f8cda6f86'</td>
</tr>
<tr>
<td>key</td>
<td>The key used to find the required help text</td>
<td>'/documentation/database'</td>
</tr>
<tr>
<td>text</td>
<td>The actual help text</td>
<td>'This page documents the database.'</td>
</tr>
</rb-table>