-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
31 lines (28 loc) · 1001 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
30
31
site_name: RoboHAT MM1
theme: readthedocs
repo_url: https://github.com/robotics-masters/robohatmm1-docs
edit_uri: edit/master/docs
#google_analytics: ['UA-99215530-2', 'github.io/donkey']
extra_css:
- extra.css
pages:
- Home: index.md
- Hardware:
- 'Pinout map': hardware/pinout.md
- Firmwares:
- 'Bootloader': firmwares/bootloader.md
- 'Circuit Python': firmwares/circuitpython.md
- 'Arduino': firmwares/arduino.md
- 'Firmata (NEW!)' : firmwares/firmata.md
- 'Seesaw (Coming Soon)': nopage.md
- 'Dronecode (Coming Soon)': nopage.md
- User Guides:
- 'Preperation': guide/preperation.md
- 'Circuit Python': guide/circuitpython.md
- 'Circuit Python API': guide/Circuitpython API/Circuit_Python_API.md
- 'Arduino': guide/arduino.md
- 'Arduino API': guide/Arduino API/Arduino_API.md
- Projects:
- 'RM EduCar' : projects/rmeducar.md
- About: about.md
- FAQ : faq.md