forked from autorope/donkeycar
-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
30 lines (27 loc) · 882 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
25
26
27
28
29
30
site_name: Donkey Car
theme: readthedocs
repo_url: https://github.com/tawnkramer/donkey
edit_uri: edit/master/docs
extra_css:
- extra.css
pages:
- Home: index.md
- User Guide:
- 'Build a car.': guide/build_hardware.md
- 'Install the software.': guide/install_software.md
- 'Get driving.': guide/get_driving.md
- 'Calibrate steering and throttle.': guide/calibrate.md
- 'Train an autopilot.': guide/train_autopilot.md
- 'Donkey Simulator.': guide/simulator.md
- Parts:
- 'About': parts/about.md
- 'Actuators': parts/actuators.md
- 'Controllers': parts/controllers.md
- 'Stores': parts/stores.md
- 'IMU': parts/imu.md
- Utilities:
- 'donkey': utility/donkey.md
- Contribute : contribute.md
- Tests : tests.md
- Releases : release.md
- FAQ : faq.md