llama.cpp/mkdocs.yml
2023-11-22 18:16:30 -05:00

34 lines
No EOL
719 B
YAML

site_name: llama-cpp-python
repo_url: https://github.com/abetlen/llama-cpp-python
theme:
name: "material"
plugins:
- mkdocstrings
- search
watch:
- llama_cpp
- README.md
nav:
- "Getting Started": "index.md"
- "Installation Guides":
- "macOS (Metal)": "install/macos.md"
- "API Reference": "api-reference.md"
- "OpenAI Compatible Web Server": "server.md"
- "Changelog": "changelog.md"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true
user: abetlen
repo: llama-cpp-python
- pymdownx.snippets
- pymdownx.superfences