Skip to content

Commit 3853db2

Browse files
anandgupta42claude
andauthored
docs: reorganize sidebar navigation for better discoverability (#28)
- Remove navigation.expand so sub-sections start collapsed (less overwhelming) - Group Configure's 16 flat items into 5 logical sub-sections: Providers & Models, Agents & Tools, Behavior, Appearance, Integrations - Group orphaned bottom pages (Network, Troubleshooting, Windows/WSL) under Reference - All 44 pages preserved, zero information lost Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38ef21e commit 3853db2

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

docs/mkdocs.yml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ theme:
3030
name: Switch to light mode
3131
features:
3232
- navigation.sections
33-
- navigation.expand
3433
- navigation.top
3534
- search.suggest
3635
- search.highlight
@@ -56,22 +55,27 @@ nav:
5655
- GitHub: usage/github.md
5756
- GitLab: usage/gitlab.md
5857
- Configure:
59-
- Configuration: configure/config.md
60-
- Providers: configure/providers.md
61-
- Tools: configure/tools.md
62-
- Rules: configure/rules.md
63-
- Agents: configure/agents.md
64-
- Models: configure/models.md
65-
- Themes: configure/themes.md
66-
- Keybinds: configure/keybinds.md
67-
- Commands: configure/commands.md
68-
- Formatters: configure/formatters.md
69-
- Permissions: configure/permissions.md
70-
- LSP Servers: configure/lsp.md
71-
- MCP Servers: configure/mcp-servers.md
72-
- ACP Support: configure/acp.md
73-
- Agent Skills: configure/skills.md
74-
- Custom Tools: configure/custom-tools.md
58+
- Overview: configure/config.md
59+
- Providers & Models:
60+
- Providers: configure/providers.md
61+
- Models: configure/models.md
62+
- Agents & Tools:
63+
- Agents: configure/agents.md
64+
- Tools: configure/tools.md
65+
- Agent Skills: configure/skills.md
66+
- Custom Tools: configure/custom-tools.md
67+
- Commands: configure/commands.md
68+
- Behavior:
69+
- Rules: configure/rules.md
70+
- Permissions: configure/permissions.md
71+
- Formatters: configure/formatters.md
72+
- Appearance:
73+
- Themes: configure/themes.md
74+
- Keybinds: configure/keybinds.md
75+
- Integrations:
76+
- LSP Servers: configure/lsp.md
77+
- MCP Servers: configure/mcp-servers.md
78+
- ACP Support: configure/acp.md
7579
- Data Engineering:
7680
- Agent Modes: data-engineering/agent-modes.md
7781
- Tools:
@@ -93,6 +97,7 @@ nav:
9397
- Server: develop/server.md
9498
- Plugins: develop/plugins.md
9599
- Ecosystem: develop/ecosystem.md
96-
- Network: network.md
97-
- Troubleshooting: troubleshooting.md
98-
- Windows / WSL: windows-wsl.md
100+
- Reference:
101+
- Network: network.md
102+
- Troubleshooting: troubleshooting.md
103+
- Windows / WSL: windows-wsl.md

0 commit comments

Comments
 (0)