Skip to content

Commit 27e841d

Browse files
author
Kristopher Turner
committed
docs: collapse tool sidebar sections with navigation.indexes and prune
Remove navigation.sections (expanded all sub-items for every tool at once) Replace with navigation.indexes + navigation.prune so each tool section only expands when active, keeping the sidebar clean.
1 parent ec5c243 commit 27e841d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ theme:
2121
name: Switch to light mode
2222
features:
2323
- navigation.tabs
24-
- navigation.sections
24+
- navigation.indexes
25+
- navigation.prune
2526
- navigation.top
2627
- navigation.footer
2728
- content.code.copy

0 commit comments

Comments
 (0)