llama.cpp/mkdocs.yml

34 lines
719 B
YAML
Raw Normal View History

2023-03-24 22:57:59 +00:00
site_name: llama-cpp-python
2023-03-24 22:59:02 +00:00
repo_url: https://github.com/abetlen/llama-cpp-python
2023-03-24 22:57:59 +00:00
theme:
name: "material"
plugins:
- mkdocstrings
2023-03-31 04:01:53 +00:00
- search
2023-03-24 22:57:59 +00:00
watch:
2023-03-24 23:02:36 +00:00
- llama_cpp
- README.md
2023-03-24 23:02:36 +00:00
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"
2023-03-24 23:02:36 +00:00
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
2023-03-24 23:02:36 +00:00
- pymdownx.snippets
- pymdownx.superfences