-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
175 lines (166 loc) · 5.03 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
174
175
edit_uri: https://github.com/tbnobody/OpenDTU-docs/edit/master/docs/
repo_url: https://github.com/tbnobody/OpenDTU
repo_name: tbnobody/OpenDTU
site_name: OpenDTU Documentation
site_description: Open Source software for ESP32 MCUs to talk to Hoymiles Inverters
site_author: "Thomas Basler"
copyright: Copyright © 2022 - 2024 Thomas Basler and others
extra:
social:
- icon: material/github
link: https://github.com/tbnobody/OpenDTU/discussions
name: GitHub Discussions
- icon: fontawesome/brands/discord
link: https://discord.gg/WzhxEY62mB
name: Discord Chat
- name: Donate
link: https://ko-fi.com/tbnobody
icon: octicons/heart-fill-24
theme:
logo: assets/images/logo.png
favicon: favicon.ico
name: material
language: en
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
features:
## Setting up navigation
- navigation.instant
- navigation.tracking
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
## Search
- navigation.path
- search.suggest
## Content tabs
- content.tooltips
- content.action.edit
- content.action.view
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- assets/javascript/tablesort.js
plugins:
- search
- glightbox
- git-revision-date-localized:
type: datetime
timezone: Europe/Berlin
enable_creation_date: true
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
# Page tree
nav:
- Home:
- Introduction: index.md
- Hardware Support: hardware/index.md
- Firmware Installation: firmware/index.md
- Troubleshooting: troubleshooting.md
- Frequently Asked Questions: firmware/faq.md
- Hardware:
- hardware/index.md
- hardware/inverter_overview.md
- ESP32 Modules:
- hardware/esp32nodemcu_38pin.md
- hardware/esp32s3_devkit.md
- hardware/olimexpoeiso.md
- RF Modules:
- hardware/nrf24l01plus.md
- hardware/cmt2300a.md
- hardware/led.md
- hardware/display.md
- Firmware:
- Installation:
- firmware/index.md
- firmware/flash_esp.md
- firmware/webinstall.md
- firmware/wifi_setup.md
- Web UI:
- firmware/configuration/login.md
- Live View:
- firmware/configuration/live_view.md
- firmware/configuration/live_view_info.md
- firmware/configuration/live_view_eventlog.md
- firmware/configuration/live_view_power.md
- firmware/configuration/live_view_limit.md
- firmware/configuration/live_view_gridprofile.md
- Settings:
- firmware/configuration/network_settings.md
- firmware/configuration/ntp_settings.md
- firmware/configuration/mqtt_settings.md
- firmware/configuration/inverter_settings.md
- firmware/configuration/security_settings.md
- firmware/configuration/dtu_settings.md
- firmware/configuration/device_settings.md
- firmware/configuration/config_settings.md
- firmware/configuration/firmware_upgrade.md
- firmware/configuration/device_reboot.md
- Info:
- firmware/configuration/system_info.md
- firmware/configuration/network_info.md
- firmware/configuration/ntp_info.md
- firmware/configuration/mqtt_info.md
- firmware/configuration/console.md
- firmware/configuration/about.md
- firmware/update.md
- firmware/device_profiles.md
- firmware/language_pack.md
- firmware/mqtt_topics.md
- firmware/web_api.md
- Howtos:
- firmware/howto/serial_console.md
- firmware/howto/migrate_generic.md
- firmware/howto/upgrade_partition.md
- firmware/howto/generate_image.md
- Compiling:
- firmware/compile_vscode.md
- firmware/compile_cli.md
- firmware/compile_webapp.md
- License: license.md
- 3rd Party:
- 3rd_party/blinkyparts.md
- 3rd_party/opendtu_fusion.md
- 3rd_party/related.md
- 3rd_party/cases.md
- 3rd_party/pcb.md
- 3rd_party/prometheus_database.md