From f9eb9201f0a0680ea8ca8ea2b02b87a6e90c635e Mon Sep 17 00:00:00 2001 From: pravin Date: Mon, 3 Nov 2025 15:23:57 +0530 Subject: [PATCH] Modify Console category in _category_.json Updated the label and position for the Console category and changed the description for clarity. --- docs/docs/help/User Menu/Console/_category_.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/docs/help/User Menu/Console/_category_.json diff --git a/docs/docs/help/User Menu/Console/_category_.json b/docs/docs/help/User Menu/Console/_category_.json new file mode 100644 index 000000000..1e4d56d48 --- /dev/null +++ b/docs/docs/help/User Menu/Console/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Console", + "position": 1, + "link": { + "type": "generated-index", + "description": "The console application is accessible only to the admin; other users do not have access to it." + } +}