-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
44 lines (39 loc) · 974 Bytes
/
mkdocs.yaml
File metadata and controls
44 lines (39 loc) · 974 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
41
42
43
44
site_name: "Leeroo Docs"
site_url: "https://leeroo-ai.github.io"
nav:
- Overview:
- Main: index.md
- Quick Start : quick_start.md
- Python API Reference : client.md
theme:
name: material
features:
- content.code.copy
palette:
- scheme: default
primary: black
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: slate
primary: black
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
icon: "https://www.leeroo.com/wp-content/uploads/2024/03/Layer_1.svg"
logo: "https://www.leeroo.com/wp-content/uploads/2024/03/Layer_1.svg"
plugins:
- search
- mkdocstrings
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences