diff --git a/docs/docs/ui/configuration.mdx b/docs/docs/ui/configuration.mdx index fb36b69..3356483 100644 --- a/docs/docs/ui/configuration.mdx +++ b/docs/docs/ui/configuration.mdx @@ -96,6 +96,14 @@ By default, [this Opengraph image](/opengraph.jpg) is set. If you define one wit | :-------- | :----: | :---------------------- | | `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` | Parameter | Type | Default | Description |