diff --git a/docs/Contribute/Armbian-config.md b/docs/Contribute/Armbian-config.md index 64123d0c..cf1d7cfe 100644 --- a/docs/Contribute/Armbian-config.md +++ b/docs/Contribute/Armbian-config.md @@ -21,6 +21,8 @@ This one we will place under `Software -> Management`. { "id": "MAN005", "description": "Webmin web-based management tool", + "short": "Webmin", + "module": "module_webmin", "command": [ "see_menu module_webmin" ], @@ -35,6 +37,7 @@ This one we will place under `Software -> Management`. | `id` | `unique identifier` | Select higher number. If you will select existing, application will fail to run | | `description` | `menu descriptor` | This will be displayed in the menu | | `short` | `docs menu descriptor` | This will over-ride description in the rendering of documentation | +| `module` | `link json entry with module` | Used for documentation generation - read info from `module_options` | | `prompt` | `confirmation text` | Some features needs confirmation before proceeding | | `command` | `executes function` | What should be run after we select and agree (optional) | | `status` | `Stable|Disabled` | Control if function is shown to users in the menu |