We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602ea64 commit 357e4ddCopy full SHA for 357e4dd
mkdocs.yml
@@ -12,6 +12,14 @@ watch:
12
- llama_cpp
13
- README.md
14
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
+
23
markdown_extensions:
24
- pymdownx.highlight:
25
anchor_linenums: true
0 commit comments