-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (34 loc) · 956 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (34 loc) · 956 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
30
31
32
33
34
35
36
37
38
39
40
site_name: LocalAssistant
site_url: !ENV READTHEDOCS_CANONICAL_URL
site_author: Linos1391
site_description: LocalAssistant (locas) is an AI designed to be used in CLI. (Currently in development)
copyright: Copyright © 2024 - 2025 Linos1391
repo_name: LocalAssistant
repo_url: https://github.com/Linos1391/LocalAssistant
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quick_start.md
- Models: models.md
- Commands: commands.md
extra_javascript:
- javascript/readthedocs.js
theme:
name: material
logo: asset/icon.png
favicon: asset/icon.png
palette:
- scheme: slate
primary: blue grey
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- scheme: default
primary: cyan
toggle:
icon: material/lightbulb
name: Switch to dark mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Linos1391