-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmkdocs.yml
More file actions
89 lines (83 loc) · 2.23 KB
/
mkdocs.yml
File metadata and controls
89 lines (83 loc) · 2.23 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
site_name: VT.ai Documentation
site_description: Documentation for VT.ai - Minimal Multimodal AI Chat App with Dynamic Routing
site_author: vinhnx
site_url: https://vinhnx.github.io/VT.ai/
repo_url: https://github.com/vinhnx/VT.ai
edit_uri: edit/main/docs/
# Use docs_dir for additional files if needed
# docs_dir: docs
theme:
name: material
logo: images/logo_dark.png
favicon: images/favicon.ico
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.indexes
- content.code.copy
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed
- pymdownx.snippets
- pymdownx.tasklist
- toc:
permalink: true
nav:
- Home: index.md
- User Guide:
- Getting Started: user/getting-started.md
- Features: user/features.md
- Configuration: user/configuration.md
- Models: user/models.md
- Troubleshooting: user/troubleshooting.md
- Developer Guide:
- Architecture: developer/architecture.md
- Extending VT.ai: developer/extending.md
- Semantic Routing: developer/routing.md
- Models Integration: developer/models.md
- Assistant Tools: developer/tools.md
- Rust Implementation: developer/rust-implementation.md
- API Reference:
- Overview: api/index.md
- App: api/app.md
- Router: api/router.md
- Utils: api/utils.md
- Assistants: api/assistants.md
plugins:
- search
- mkdocstrings:
handlers:
python:
selection:
docstring_style: google
rendering:
show_source: true
show_if_no_docstring: false
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/vinhnx/VT.ai
- icon: fontawesome/brands/python
link: https://pypi.org/project/vtai/