-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
56 lines (56 loc) · 1.76 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
site_name: GrowNode Documentation
repo_url: https://github.com/ogghst/GrowNode
site_description: GrowNode is a vertical framework to build IoT devices targeted to growing plants in a controlled environment
site_author: Nicola Muratori - [email protected]
copyright: Copyright 2022 - Nicola Muratori
theme:
name: material
include_sidebar: true
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.indexes
logo: img/grownode_logo_24.png
favicon: img/grownode_logo_24.png
nav:
- Introduction: 'index.md'
- Platform: 'platform.md'
- Install: 'start.md'
- Play: 'workflow.md'
- Ready Made Boards:
- 'boards/index.md'
- EasyPot1: 'boards/boards_easypot1.md'
- HydroBoard1: 'boards/boards_hb1.md'
- HydroBoard2: 'boards/boards_hb2.md'
- Oscilloscope: 'boards/oscilloscope.md'
- Reference Guide:
- 'reference/index.md'
- 'reference/node.md'
- 'reference/leaves.md'
- 'reference/parameters.md'
- Standard Leaves:
- 'reference/leaves_list/index.md'
- 'reference/leaves_list/bme280.md'
- 'reference/leaves_list/ina219.md'
- 'reference/synapses.md'
- 'reference/boards.md'
- 'reference/events.md'
- 'reference/networking.md'
- 'reference/mqtt.md'
- 'reference/power_management.md'
- 'reference/display.md'
- 'reference/logging.md'
- 'reference/error.md'
- 'reference/build_system.md'
- Tutorials:
- 'tutorials/index.md'
- 'tutorials/windows10_11_easy.md'
- 'tutorials/ubuntu1804_2004_easy.md'
- 'tutorials/ubuntu1804_2004_advanced.md'
- 'tutorials/openhab_ubuntu1804_2004_easy.md'
- Story: 'story.md'
- API: 'html/index.html'
plugins:
- search