forked from rosflight/rosflight_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
24 lines (24 loc) · 954 Bytes
/
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
site_name: ROSflight
site_url: http://rosflight.org
repo_url: https://github.com/rosflight/firmware
edit_uri: blob/master/docs/
google_analytics: ['UA-96018590-2', 'docs.rosflight.org']
theme: readthedocs
theme_dir: docs/custom_theme
extra_css: [custom_theme/extra.css]
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
pages:
- Home: index.md
- User Guide:
- Getting started: user-guide/getting-started.md
- Hardware setup: user-guide/hardware-setup.md
- Autopilot setup: user-guide/autopilot-setup.md
- ROS setup: user-guide/ros-setup.md
- Parameter Configuration: user-guide/parameter-configuration.md
- RC Configuration: user-guide/rc-configuration.md
- Preflight checks: user-guide/preflight-checks.md
- Improving performance: user-guide/performance.md
- Autonomous flight: user-guide/autonomous-flight.md