-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.yml
173 lines (163 loc) · 4.75 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
site_name: EMS-ESP
site_description: Documentation (Wiki) for EMS-ESP
site_url: https://docs.emsesp.org/
repo_name: 'emsesp/EMS-ESP32'
repo_url: 'https://github.com/emsesp/EMS-ESP32'
edit_uri: 'https://github.com/emsesp/docs/blob/master/docs/'
docs_dir: docs
copyright: 'Copyright © 2024 emsesp.org'
plugins:
# - htmlproofer
- search
- alternate-link
- minify:
minify_html: true
- redirects:
redirect_maps:
- table-reader
- git-revision-date-localized
- git-committers:
repository: emsesp/docs
branch: main
# strict: true
theme:
name: material
language: 'en'
# custom_dir: 'overrides'
logo: '_media/logo/boiler.svg'
favicon: _media/favicon.ico
palette:
- media: '(prefers-color-scheme: dark)'
scheme: slate
# primary: blue grey
# accent: light blue
primary: custom
accent: custom
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
font:
text: Barlow
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/discord
link: 'https://discord.gg/3J3GgnzpyT'
- icon: fontawesome/brands/github-alt
link: 'https://github.com/emsesp/EMS-ESP32'
analytics:
provider: google
property: G-SVDSJ3QTVC
generator: false
markdown_extensions:
- admonition
- toc:
permalink: '~'
toc_depth: 3
- pymdownx.tabbed:
alternate_style: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.keys
- pymdownx.mark
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tilde
- pymdownx.details
- meta
- def_list
- attr_list
- md_in_html
# support pad width = 2, as formatted with prettier
- mdx_truly_sane_lists
extra_css:
- 'assets/css/anchor-fix.css'
- 'assets/css/github.css'
- 'assets/css/emsesp.css'
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- extra_javascript/tablesort.js
- extra_javascript/github.js
nav:
- Home:
- News: index.md
- About EMS-ESP: About.md
- Version Release History: Version-Release-History.md
- Installing EMS-ESP: Installing.md
- Configuring EMS-ESP: Configuring.md
- WebUI: WebUI.md
- MQTT: MQTT.md
- Commands: Commands.md
- Console: Console.md
- Special Functions: Special-Functions.md
- Modbus/TCP:
- Modbus: Modbus.md
- Settings: Modbus-Settings.md
- Server Unit Identifiers: Modbus-Server-IDs.md
- The SYSTEM Server: Modbus-System-Server.md
- Register Block Offsets: Modbus-Register-Blocks.md
- Entity Register Offsets: Modbus-Entity-Registers.md
- Supported Devices:
- All EMS Devices and their Entities: All-Devices.md
- Boilers: Boilers.md
- Thermostats: Thermostats.md
- Solar Modules: Solar-Modules.md
- Mixer Modules: Mixer-Modules.md
- Heat Pumps: Heat-Pumps.md
- Controllers: Controllers.md
- Switches: Switches.md
- Other Devices: Other-Devices.md
- Integrations:
- Introduction: Integrations.md
- Home Assistant: Home-Assistant.md
- IOBroker: IOBroker.md
- Domoticz: Domoticz.md
- openHAB: openHAB.md
- Loxone: Loxone.md
- Grafana: Grafana.md
- Modbus: Modbus.md
- Help:
- Support: Support.md
- Troubleshooting: Troubleshooting.md
- FAQ: FAQ.md
- Tips & Tricks: tips-and-tricks.md
- For Developers:
- Building & Testing the Firmware: Building.md
- Adding Languages: Adding-Languages.md
- Contributing: Contributing.md
- The EMS protocol: EMS-bus.md
- Maintaining Modbus Parameters: Modbus-Dev.md
- Building an EMS circuit: EMS-Circuit.md
- Supported Devices:
- All Devices and Entities: All-Devices.md
- Boilers: Boilers.md
- Thermostats: Thermostats.md
- Solar Modules: Solar-Modules.md
- Mixer Modules: Mixer-Modules.md
- Heat Pumps: Heat-Pumps.md
- Controllers: Controllers.md
- Switches: Switches.md
- Other Devices: Other-Devices.md
- Integrations:
- Introduction: Integrations.md
- Home Assistant: Home-Assistant.md
- IOBroker: IOBroker.md
- Domoticz: Domoticz.md
- openHAB: openHAB.md
- Loxone: Loxone.md
- Grafana: Grafana.md
- Modbus: Modbus.md
- Help:
- Support: Support.md
- Troubleshooting: Troubleshooting.md
- FAQ: FAQ.md
- Tips & Tricks: tips-and-tricks.md