-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathmkdocs.yml
33 lines (33 loc) · 788 Bytes
/
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
site_name: Predbat Documentation
theme:
name: readthedocs
nav:
- Introduction: index.md
- 'What does Predbat do?': what-does-predbat-do.md
- 'Words of caution': caution.md
- 'Installing & configuring Predbat':
- 'Install summary': installation-summary.md
- 'Install details': install.md
- inverter-setup.md
- energy-rates.md
- apps-yaml.md
- car-charging.md
- configuration-guide.md
- customisation.md
- video-guides.md
- faq.md
- devices.md
- manual-api.md
- compare.md
- 'Viewing Predbat data':
- output-data.md
- predbat-plan-card.md
- creating-charts.md
- 'Predbat development':
- todo-list.md
- developing.md
- rest_api.md
- 'Predheat':
- predheat.md
markdown_extensions:
- sane_lists