-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
37 lines (34 loc) · 824 Bytes
/
mkdocs.yml
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
site_name: Shared Vision Documentation
site_url: https://example.com
nav:
- Home: index.md
- Sharing Options: sharingOptions.md
- Module Settings: moduleSettings.md
- Vision Config: visionConfig.md
- Control Buttons: controlButtons.md
- Other Modules: otherModules.md
theme:
name: material
palette:
# Palette toggle for dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: blue grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tracking
#- navigation.tabs
- toc.integrate
#- navigation.top
plugins:
- search
markdown_extensions:
- attr_list
extra_css: []