-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
52 lines (51 loc) · 1.3 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: Unofficial Rheem Eziset Protocol Documentation
repo_url: https://github.com/illuzn/Rheem-Eziset-Protocol/
edit_uri: blob/main/docs/
site_description: These pages seek to document the Rheem Eziset Protocol.
nav:
- Home: index.md
- Hardware: hardware.md
- Network: network.md
- Logic: logic.md
- Protocol: protocol.md
- Home Assistant Custom Component: hacc.md
- Home Assistant/ Node-Red (Deprecated): ha.md
- Home Assistant (Archival): ha_old.md
- Contribute: contribute.md
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
primary: black
accent: indigo
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list