Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 357e4dd

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

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎mkdocs.yml

Copy file name to clipboardExpand all lines: mkdocs.yml
+8Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.