-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (32 loc) · 824 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (32 loc) · 824 Bytes
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
site_name: CVRA Robot Software
theme:
name: gitbook
plugins: []
markdown_extensions:
- footnotes
- codehilite:
guess_lang: False
extra_css:
- ytvideo.css
- styles.css
nav:
- Home: index.md
- Robot architecture:
- 'History & Design': architecture/history.md
- '2020 hardware architecture': architecture/hardware2020.md
- 'Life of a motion': architecture/life-of-a-motion.md
- 'Master firmware on Linux': design/linux-master.md
- 'How to':
- 'Calibrate the odometry': howto/calibrate-odometry.md
- howto/add_a_uavcan_message.md
- howto/install_arm_gcc.md
- Systems:
- can/positioning.md
- CAN:
- 'CAN Ecosystem': can/intro.md
- can/motor.md
- can/io.md
- can/sensor.md
- can/beacon.md
- can/adapter.md
- can/bootloader.md