From d8ba9448a240f86ecc0333cac1707c77d53add01 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 19 Jan 2023 18:45:17 +0200 Subject: [PATCH] doc: collapse `Fields Detailed Description` table --- docs/guide/extension-install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/guide/extension-install.md b/docs/guide/extension-install.md index a41d313c8..4edc19708 100644 --- a/docs/guide/extension-install.md +++ b/docs/guide/extension-install.md @@ -46,6 +46,8 @@ It goes under the `extensions` object and it is of the form: } ``` +
Fields Detailed Description + | Field | Type | | Description | |----------------------|---------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | id | string | mandatory | The ID of the extension. Must be unique for each extensions. It is also as path in the URL. | @@ -60,5 +62,6 @@ It goes under the `extensions` object and it is of the form: | infoNotification | string | optional | Users that have this release installed will see a info message for their extension. For example if the extension support will be terminated soon. | | criticalNotification | string | optional | Reserved for urgent notifications. The admin user will receive a message each time it visits the `Install` page. One example is if the extension has a critical bug. | - +
+ ### GitHub Repository