forked from kizniche/Mycodo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (70 loc) · 1.61 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
site_name: Mycodo
site_description: Documentation for Mycodo
repo_name: 'kizniche/Mycodo'
repo_url: 'https://github.com/kizniche/Mycodo'
plugins:
- search:
lang:
- en
- minify:
minify_html: true
theme:
name: material
language: 'en'
logo: images/favicon.png
favicon: images/favicon.png
palette:
primary: 'blue'
accent: 'indigo'
scheme: preference
features:
- tabs
font:
text: Barlow
code: Roboto Mono
markdown_extensions:
- admonition
- toc:
permalink: "~"
toc_depth: 4
- pymdownx.mark
- pymdownx.tabbed
- pymdownx.emoji:
- pymdownx.betterem
- pymdownx.caret
- codehilite
- meta
nav:
- Home: index.md
- About.md
- Frequently Asked Questions: Frequently-Asked-Questions.md
- Usage:
- Data Viewing: Data-Viewing.md
- Inputs.md
- Maths.md
- Outputs.md
- Functions.md
- Methods.md
- LCDs.md
- Alerts.md
- Notes.md
- Camera.md
- Energy Usage: Energy-Usage.md
- Supported Devices:
- Supported Inputs: Supported-Inputs.md
- Supported Outputs: Supported-Outputs.md
- Supported Widgets: Supported-Widgets.md
- I2C Multiplexers: I2C-Multiplexers.md
- Analog-To-Digital Converters: Analog-To-Digital-Converters.md
- Interfaces.md
- Dependencies.md
- Device Notes: Device-Notes.md
- System:
- System Information: System-Information.md
- System Configuration: Configuration-Settings.md
- Upgrade/Backup/Restore: Upgrade-Backup-Restore.md
- Export/Import: Export-Import.md
- Mycodo Client: Mycodo-Client.md
- API.md
- Troubleshooting.md
- Translations.md