forked from autorope/donkeycar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (39 loc) · 1.3 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
36
37
38
39
40
41
42
---
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
- 'Virtual Race League.': guide/virtual_race_league.md
- 'Mobile app': guide/mobile_app.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
- 'OLED': parts/oled.md
- 'Voice Control': parts/voice_control.md
- 'Stop Sign Detection': parts/stop_sign_detection.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
- Legacy: legacy.md