mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-27 20:29:10 +00:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user