-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (42 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
48 lines (42 loc) · 1.01 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
site_name: RC_TOOLBOX
site_description: User documentation for RC_TOOLBOX (tools for RC enthusiasts)
repo_url: https://github.com/chiefenne/RC_TOOLBOX
repo_name: chiefenne/RC_TOOLBOX
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.indexes
- toc.integrate
- content.action.edit
- search.suggest
- search.highlight
watch:
- docs
- mkdocs.yml
nav:
- Home:
- index.md
- Getting started:
- Quick Start: getting-started.md
- Hardware Setup: hardware.md
- Firmware & Flashing: firmware.md
- Usage:
- Overview: usage/overview.md
- Servo Tester: usage/servo-tester.md
- Angle Meter: usage/angle-meter.md
- Settings: usage/settings.md
- Troubleshooting:
- troubleshooting.md
- Developer notes:
- Architecture: dev/architecture.md
- Adding a screen: dev/adding-a-screen.md
markdown_extensions:
- admonition
- toc:
permalink: true
toc_depth: 3
plugins:
- search
extra_css:
- stylesheets/extra.css