forked from autorope/donkeycar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (32 loc) · 1.09 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
site_name: Donkey Car
theme: readthedocs
repo_url: https://github.com/autorope/donkeycar/
edit_uri: edit/master/docs
google_analytics: ['UA-99215530-2', 'github.io/donkey']
extra_css:
- extra.css
pages:
- Home: index.md
- User Guide:
- 'Build a car.': guide/build_hardware.md
- 'Install the software.': guide/install_software.md
- 'Create Donkeycar App.': guide/create_application.md
- 'Calibrate steering and throttle.': guide/calibrate.md
- 'Get driving.': guide/get_driving.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
- 'Keras': parts/keras.md
- 'Stores': parts/stores.md
- 'IMU': parts/imu.md
- Utilities:
- 'donkey': utility/donkey.md
- Supported Cars: supported_cars.md
- Roll Your Own: roll_your_own.md
- Contribute : contribute.md
- Tests : tests.md
- Releases : release.md
- FAQ : faq.md