-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
55 lines (49 loc) · 1.12 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
site_name: Solar Router for ESPHome
repo_url: https://github.com/XavierBerger/Solar-Router-for-ESPHome
repo_name: Fork me on GitHub
edit_uri: ""
nav:
- Home: index.md
- Disclamer: disclamer.md
- Solar Router: solar_router.md
- Hardware: hardware.md
- Firmware:
- Overview: firmware.md
- Installation: installation.md
- Examples:
- Standalone: standalone_example.md
- With proxy: proxy_example.md
- Power Meter:
- Fronius: fronius.md
- Proxy Client: proxy_client.md
- Regulator:
- Triac: triac.md
- Relay: relay.md
- Engine: engine.md
- Developers: developers.md
- ChangeLog: changelog.md
- License: license.md
theme:
feaures:
- tabs
name: material
font:
text: Ubuntu
code: Ubuntu Mono
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.toc:
permalink: true
- pymdownx.details
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- attr_list
- md_in_html
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: datetime
- glightbox