Skip to content

Commit f2ff306

Browse files
timsaucerclaude
andcommitted
docs: expand sidebar to show level 2 entries by default
Bump show_nav_level 1 -> 2 so the landing-page sidebar opens with User Guide / Contributor Guide / API Reference already expanded to their immediate children. Deeper levels remain collapsed behind chevrons so the sidebar stays scannable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 52c0095 commit f2ff306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def setup(sphinx) -> None:
146146
],
147147
"secondary_sidebar_items": [],
148148
"collapse_navigation": True,
149-
"show_nav_level": 1,
149+
"show_nav_level": 2,
150150
}
151151

152152
html_context = {

0 commit comments

Comments
 (0)