-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
29 lines (25 loc) · 920 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
site_name: MRover ESW
docs_dir: ./docs
repo_url: https://github.com/umrover/mrover-esw
theme:
name: readthedocs
nav:
- Home: index.md
- Getting Started:
- Introduction: getting-started/intro.md
- STM32CubeIDE: getting-started/stm32cubeide/index.md
- Starter Projects:
- LED: getting-started/starter/led/index.md
- Servo:
- Part 1 - PWM: getting-started/starter/servo/part1-pwm.md
- Part 2 - CAN: getting-started/starter/servo/part2-can.md
- Accelerometer: getting-started/starter/accelerometer/index.md
- Useful Information:
- Nucleos: info/nucleos.md
- Timers: info/timers.md
- Communication Protocols: info/communication-protocols/index.md
- Brushless Motors: info/brushless.md
- Brushed Motors: info/brushed.md
- Science: info/science.md
- Headers:
- hardware.hpp: headers/hardware.md