8000 docs: Use nav for better site layout control · antonvice/llama-cpp-python@357e4dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 357e4dd

Browse files
committed
docs: Use nav for better site layout control
1 parent 602ea64 commit 357e4dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mkdocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ watch:
1212
- llama_cpp
1313
- README.md
1414

15+
nav:
16+
- "Getting Started": "index.md"
17+
- "Installation Guides":
18+
- "macOS (Metal)": "install/macos.md"
19+
- "API Reference": "api-reference.md"
20+
- "OpenAI Compatible Web Server": "server.md"
21+
- "Changelog": "changelog.md"
22+
1523
markdown_extensions:
1624
- pymdownx.highlight:
1725
anchor_linenums: true

0 commit comments

Comments
 (0)
0