-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (23 loc) · 878 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
27 lines (23 loc) · 878 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
site_name: KiloGuide
nav:
- 'Home': 'index.md'
- 'Guides':
- 'Guides summary': './guides/guide-index.md'
- 'Getting started': './guides/getting-started.md'
- 'Coding for kilobots': './guides/coding-for-kilobots.md'
- 'Compile your code': './guides/compile-your-code.md'
- 'Transfer and run your program': './guides/transfer-and-run-your-program.md'
- 'Use the debug feature': './guides/use-the-debug-feature.md'
- 'Tutorials':
- 'Tutorials summary': './tutorials/tuto-index.md'
- 'Race Around the World': './tutorials/tuto1.md'
- 'Full Metal Kilobot': './tutorials/tuto2.md'
- "King-o-bot's Games": './tutorials/tuto3.md'
- 'Morphogenetics': './tutorials/tuto4.md'
- 'Rush Hour': './tutorials/tuto5.md'
- 'About': 'about.md'
theme:
name: 'readthedocs'
markdown_extensions:
- 'admonition'
use_directory_urls: false