forked from nsbk/airgradient_mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (57 loc) · 1.68 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
# Project information
site_name: AirGradient Arduino MQTT
site_url: https://ericlauber.github.io/airgradient_with_tests/
site_author: Eric Lauber
site_description: >-
Arduino sketch for AirGradient DIY PRO V4.2 with added MQTT support, based around an ESP8266 Microcontroller.
# Repository
repo_name: EricLauber/airgradient_with_tests
repo_url: https://github.com/EricLauber/airgradient_with_tests
# Configuration
theme:
name: material
highlightjs: true
hljs_languages:
- yaml
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
# - navigation.tabs.sticky
- toc.follow
# Extensions
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Page Tree
nav:
- Home: index.md
- What is AirGradient?: intro.md
- Goals of this Project: goals.md
- Implementation:
- Getting Started: setup.md
- Details:
- implementation/index.md
- Run-Time Type Information: implementation/rtti.md
- Startup State Machine: implementation/configstatemachine.md
- Networking: implementation/networking.md
- Integrations:
- 'Home Assistant': homeassistant.md
- References: references.md