-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (58 loc) · 1.68 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: WiMoVE Documentation
site_url: https://wimove-oss.github.io/docs/
repo_name: WiMoVE-oss/docs
repo_url: https://github.com/WiMoVE-oss/docs
copyright: "🅭 🅯 🄎 Attribution-ShareAlike 4.0 <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC BY SA</a>"
extra:
social:
- link: https://github.com/WiMoVE-OSS/wimoved/
icon: fontawesome/brands/github
theme:
name: material
features:
- navigation.instant
- navigation.indexes
- content.code.copy
- navigation.footer
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Home: index.md
- Architecture Overview:
- architecture/index.md
- Design Document: design/index.md
- Setup Guide:
- setup/index.md
- Setup using Ansible: setup/ansible_setup.md
- Manual Setup:
- setup/manual/index.md
- System Parameters: setup/manual/parameters.md
- Access Point: setup/manual/access_point.md
- Gateway: setup/manual/gateway.md
- Route Reflector: setup/manual/route_reflector.md
markdown_extensions:
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list