From e57799d4df6bffaa19e2c6ecd185c7c963f63b4c Mon Sep 17 00:00:00 2001 From: Anso Date: Thu, 21 May 2026 22:02:07 -0400 Subject: [PATCH] docs: expand Features subgroups by default (#1148) Mintlify nested groups collapse unless `expanded: true` is set on each group object. Adding it to all six Features subgroups so users land on a fully scannable sidebar instead of six folded headers. --- docs/docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index 0762a00b..aaf499e5 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -96,6 +96,7 @@ "features/overview", { "group": "Stacks", + "expanded": true, "pages": [ "features/stack-management", "features/editor", @@ -107,6 +108,7 @@ }, { "group": "Deployment", + "expanded": true, "pages": [ "features/deploy-progress", "features/atomic-deployments", @@ -119,6 +121,7 @@ "features/resources", { "group": "Observability", + "expanded": true, "pages": [ "features/dashboard", "features/global-search", @@ -129,6 +132,7 @@ }, { "group": "Fleet", + "expanded": true, "pages": [ "features/multi-node", "features/pilot-agent", @@ -146,6 +150,7 @@ }, { "group": "Automation", + "expanded": true, "pages": [ "features/scheduled-operations", "features/auto-update-policies", @@ -155,6 +160,7 @@ }, { "group": "Security & Identity", + "expanded": true, "pages": [ "features/two-factor-authentication", "features/rbac",