-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (64 loc) · 1.57 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
61
62
63
64
65
66
67
68
69
70
71
site_name: Jo Simons
site_description: Documentation for Phc2Mqtt
site_url: https://sim0njo.github.io/docs/
docs_dir: docs
theme:
name: material
favicon: img/favicon.ico
logo: img/home.gif
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.top
- navigation.tracking
font:
text: Barlow
code: Roboto Mono
markdown_extensions:
- admonition
- toc:
permalink: "~"
toc_depth: 3
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.betterem
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight
- pymdownx.keys
- pymdownx.mark
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tilde
- meta
- def_list
- attr_list
nav:
- Phc2Mqtt:
- User Manual: Phc2Mqtt.md
- Phc Modules: PhcModules.md
- Simple Rule Server: SimpleRuleServer.md
# - PCB Production Info: P2mGerbers.md
# - Upgrading.md
# - Windows&Linux Projects:
# - MQTT Client: Upgrading.md
# - MQTT Server: Upgrading.md
- Downloads: Downloads.md
# - Windows: Firmware-Builds.md
# - Linux: Firmware-Builds.md
- ESP Web Installer: "http://sim0njo.github.io/install"