-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (36 loc) · 1.21 KB
/
mkdocs.yml
File metadata and controls
43 lines (36 loc) · 1.21 KB
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: 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
- STM32Cube: getting-started/stm32cube/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
- Temp-Humidity: getting-started/starter/temp-humidity/index.md
- Projects:
- projects/overview26.md
- Useful Information:
- Timers: info/timers.md
- Communication Protocols: info/communication-protocols/index.md
- Brushed Motors: info/brushed.md
- Brushless Motors: info/brushless.md
- Science: info/science.md
- Nucleo Information: info/nucleos.md
- STM32 Boot: info/stm32-boot.md
- Extra Information:
- CMake with CubeMX: extra/cmake-cubemx.md
- Archived Docs: extra/archive/index.md
# ignoring README.md satisfies mkdocs build --strict error
exclude_docs: |
README.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences