add missing help_menu to docs

This commit is contained in:
checktheroads 2021-01-14 13:25:07 -07:00
parent def1103704
commit 15031b9e05

View file

@ -96,6 +96,14 @@ By default, [this Opengraph image](/opengraph.jpg) is set. If you define one wit
| :-------- | :----: | :---------------------- | | :-------- | :----: | :---------------------- |
| `image` | String | Path to opengraph image | | `image` | String | Path to opengraph image |
### `help_menu`
| Parameter | Type | Default | Description |
| :-------- | :-----: | :------- | :------------------------------------------------------------------------------------------- |
| `enable` | Boolean | `true` | Enable or display the display of the help menu |
| `file` | String | | Path to a plain text or markdown file with content to override the default help menu content |
| `title` | String | `'Help'` | Help menu title |
### `terms` ### `terms`
| Parameter | Type | Default | Description | | Parameter | Type | Default | Description |