forked from nplan/HomeButtons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (44 loc) · 1.04 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
site_name: Home Buttons
repo_url: https://github.com/nplan/HomeButtons
repo_name: nplan/HomeButtons
nav:
- Home: index.md
- Quick Setup: setup.md
- User Guide: user_guide.md
- Tech Specs: specs.md
- Firmware Update: update.md
- Help: help.md
- Hardware Hacks: hardware_hacks.md
theme:
name: material
logo: assets/home_buttons_logo.svg
favicon: assets/home_buttons_logo.svg
features:
- content.code.annotate
# Palette toggle for light mode
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: cyan
accent: orange
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: cyan
accent: orange
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-F5LT7JQ5LS