-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (71 loc) · 1.92 KB
/
mkdocs.yml
File metadata and controls
78 lines (71 loc) · 1.92 KB
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
75
76
77
78
site_name: Asset Tracker Template
site_url:
use_directory_urls: false
theme:
name: material
palette:
- scheme: custom-blue
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: custom-blue-dark
toggle:
icon: material/lightbulb
name: Switch to light mode
# logo: assets/logo.png
# favicon: assets/logo.png
features:
- content.code.annotate
- content.tooltips
- content.tabs.link
- navigation.indexes
- navigation.top
- navigation.tracking
- search.highlight
- toc.follow
extra_css:
- stylesheets/style.css
copyright:
Copyright © 2025
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- meta
- pymdownx.details
- pymdownx.keys
- pymdownx.tabbed
- pymdownx.superfences
- toc:
permalink: true
toc_depth: 4
plugins:
- macros
- search
nav:
- Overview: index.md
- Getting started: common/getting_started.md
- Architecture: common/architecture.md
- Configuration: common/configuration.md
- Customization: common/customization.md
- Provisioning: common/provisioning.md
- Location services: common/location_services.md
- Achieving low power: common/low_power.md
- Firmware Updates (FOTA): common/fota.md
- Testing and CI setup: common/test_and_ci_setup.md
- Tooling and Troubleshooting: common/tooling_troubleshooting.md
- Known Issues: common/known_issues.md
- Application modules:
- Main module: modules/main.md
- Button module: modules/button.md
- Cloud module: modules/cloud.md
- Environmental module: modules/environmental.md
- FOTA module: modules/fota_module.md
- LED module: modules/led.md
- Location module: modules/location.md
- Network module: modules/network.md
- Power module: modules/power.md
- Storage module: modules/storage.md
- Release artifacts: common/release.md
- Release notes: common/release_notes.md