-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 752 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (29 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: MiniLLMLib
site_description: Minimalist Python library for flexible, multi-provider LLM interaction
site_author: Quentin Feuillade--Montixi
docs_dir: docs
repo_url: https://github.com/qfeuilla/MiniLLMLib
repo_name: qfeuilla/MiniLLMLib
theme:
name: material
features:
- navigation.tabs
- navigation.top
- content.code.copy
- content.action.edit
nav:
- Home: index.md
- Quickstart & Usage: usage.md
- Providers: providers.md
- Configuration: configuration.md
- Frontend & CLI: frontend.md
- API Reference: api.md
- Extending: extending.md
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: true