-
Notifications
You must be signed in to change notification settings - Fork 131
/
mkdocs.yml
59 lines (56 loc) · 1.96 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
site_name: Donkey Car
theme: readthedocs
repo_url: https://github.com/autorope/donkeydocs/
edit_uri: edit/master/docs
extra_css:
- extra.css
plugins:
- redirects:
redirect_maps:
'guide/simulator.md': 'guide/deep_learning/simulator.md'
'guide/mobile_app.md': 'guide/deep_learning/mobile_app.md'
'guide/virtual_race_league.md': 'guide/deep_learning/virtual_race_league.md'
'guide/dataset_pretrained_models.md': 'guide/deep_learning/dataset_pretrained_models.md'
nav:
- 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
- Create an autopilot.: guide/train_autopilot.md
- Donkey UI.: utility/ui.md
- Donkey Simulator.: guide/deep_learning/simulator.md
- Virtual Race League.: guide/deep_learning/virtual_race_league.md
- Mobile app: guide/deep_learning/mobile_app.md
- Parts:
- About: parts/about.md
- Actuators: parts/actuators.md
- Cameras: parts/cameras.md
- Controllers: parts/controllers.md
- Odometry/encoders: parts/odometry.md
- Keras: parts/keras.md
- Stores: parts/stores.md
- 'Fastai': parts/fastai.md
- IMU: parts/imu.md
- GPS: guide/path_follow/path_follow.md
- Lidar: parts/lidar.md
- OLED: parts/oled.md
- Pins: parts/pins.md
- Voice Control: parts/voice_control.md
- Stop Sign Detection: parts/stop_sign_detection.md
- Utilities:
- donkey: utility/donkey.md
- UI: utility/ui.md
- Developer Guide:
- Contribute: dev_guide/contribute.md
- Tests: dev_guide/tests.md
- Create your own model: dev_guide/model.md
- Cars:
- Supported Cars: cars/supported_cars.md
- Roll Your Own: cars/roll_your_own.md
- Support:
- FAQ: support/faq.md
- Legacy: support/legacy.md