Skip to content

Commit 1e829d3

Browse files
docs: flatten mkdocs navigation
Remove nested nav structure to eliminate expandable sections. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 54e8fae commit 1e829d3

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

mkdocs.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,15 @@ markdown_extensions:
5252

5353
nav:
5454
- Home: index.md
55-
- Getting Started:
56-
- Installation: getting-started/installation.md
57-
- Quick Start: getting-started/quickstart.md
58-
- User Guide:
59-
- Configuration: guide/configuration.md
60-
- SLURM Integration: guide/slurm.md
61-
- LSF Integration: guide/lsf.md
62-
- Keyboard Shortcuts: guide/shortcuts.md
63-
- Development:
64-
- Architecture: dev/architecture.md
65-
- Contributing: dev/contributing.md
66-
- API Reference: api/index.md
55+
- Installation: getting-started/installation.md
56+
- Quick Start: getting-started/quickstart.md
57+
- Configuration: guide/configuration.md
58+
- SLURM: guide/slurm.md
59+
- LSF: guide/lsf.md
60+
- Shortcuts: guide/shortcuts.md
61+
- Architecture: dev/architecture.md
62+
- Contributing: dev/contributing.md
63+
- API: api/index.md
6764

6865
extra:
6966
social:

0 commit comments

Comments
 (0)