docs(help): restructure Help tab sidebar and shorten FAQ / live-tests titles

This commit is contained in:
Vincent Koc
2026-04-23 20:48:29 -07:00
parent c21c8f3059
commit 38bb4fefb9
4 changed files with 23 additions and 37 deletions

View File

@@ -1004,6 +1004,10 @@
"install/uninstall",
"install/development-channels"
]
},
{
"group": "Advanced setup",
"pages": ["start/setup", "pi-dev"]
}
]
},
@@ -1580,6 +1584,7 @@
"reference/transcript-hygiene",
"reference/memory-config",
"reference/rich-output-protocol",
"reference/session-management-compaction",
"date-time"
]
},
@@ -1598,8 +1603,8 @@
"pages": ["reference/credits"]
},
{
"group": "Release policy",
"pages": ["reference/RELEASING", "reference/test"]
"group": "Release and CI",
"pages": ["reference/RELEASING", "reference/test", "ci"]
}
]
},
@@ -1607,46 +1612,24 @@
"tab": "Help",
"groups": [
{
"group": "Help",
"pages": [
"help/index",
"help/troubleshooting",
"help/faq",
"help/faq-first-run",
"help/faq-models"
]
"group": "Start here",
"pages": ["help/index", "help/troubleshooting", "help/debugging"]
},
{
"group": "Community",
"pages": ["start/lore"]
"group": "FAQ",
"pages": ["help/faq", "help/faq-first-run", "help/faq-models"]
},
{
"group": "Environment and debugging",
"pages": [
"help/environment",
"help/debugging",
"help/testing",
"help/testing-live",
"help/scripts",
"debug/node-issue",
"diagnostics/flags"
]
"group": "Testing",
"pages": ["help/testing", "help/testing-live", "help/scripts"]
},
{
"group": "Compaction internals",
"pages": ["reference/session-management-compaction"]
"group": "Diagnostics",
"pages": ["help/environment", "diagnostics/flags", "debug/node-issue"]
},
{
"group": "Developer setup",
"pages": ["start/setup", "pi-dev"]
},
{
"group": "Contributing",
"pages": ["ci"]
},
{
"group": "Docs meta",
"pages": ["start/hubs", "start/docs-directory"]
"group": "Community and meta",
"pages": ["start/lore", "start/hubs", "start/docs-directory"]
}
]
}

View File

@@ -4,7 +4,8 @@ read_when:
- New install, onboarding stuck, or first-run errors
- Choosing auth and provider subscriptions
- Cannot access docs.openclaw.ai, cannot open dashboard, install stuck
title: "FAQ — quick start and first-run setup"
title: "FAQ: first-run setup"
sidebarTitle: "First-run FAQ"
---
Quick-start and first-run Q&A. For everyday operations, models, auth, sessions,

View File

@@ -4,7 +4,8 @@ read_when:
- Choosing or switching models, configuring aliases
- Debugging model failover / "All models failed"
- Understanding auth profiles and how to manage them
title: "FAQ models and auth profiles"
title: "FAQ: models and auth"
sidebarTitle: "Models FAQ"
---
Model- and auth-profile Q&A. For setup, sessions, gateway, channels, and

View File

@@ -4,7 +4,8 @@ read_when:
- Running live model matrix / CLI backend / ACP / media-provider smokes
- Debugging live-test credential resolution
- Adding a new provider-specific live test
title: "Testing live suites"
title: "Testing: live suites"
sidebarTitle: "Live tests"
---
For quick start, QA runners, unit/integration suites, and Docker flows, see