-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
73 lines (69 loc) · 2.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: Intel Aero
site_url: 'https://intel-aero.github.io'
site_favicon: favicon.ico
# this currently add an "edit link" to each page
#repo_url: 'https://github.com/intel-aero/intel-aero-docs'
# TODO: see http://squidfunk.github.io/mkdocs-material/getting-started/
# for options to customize the theme like adding a logo, favicon, etc.
theme: 'material'
theme_dir: 'theme'
extra:
palette:
primary: 'blue'
accent: 'light blue'
feature:
tabs: true
logo: 'img/logo.png'
extra_css:
- 'css/extra.css'
markdown_extensions:
- admonition
- footnotes
- codehilite(guess_lang=false)
- toc(permalink=true)
- pymdownx.betterem(smart_enable=all)
- pymdownx.magiclink
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde
- pymdownx.inlinehilite
pages:
- Getting Started:
- Welcome: 'index.md'
- Power On: 'getting-started/power-on.md'
- Connecting: 'getting-started/connecting.md'
- Update: 'getting-started/update.md'
- Flying: 'getting-started/flying.md'
- Camera: 'getting-started/camera.md'
- Development:
- Intro: 'dev/dev.md'
- Flight Stacks: 'dev/flight-stacks.md'
- Container:
- Intro: 'dev/container/container.md'
- Setup: 'dev/container/setup.md'
- Workflow: 'dev/container/workflow.md'
- Deploy: 'dev/container/deploy.md'
- Companion Applications:
- Intro: 'dev/app/app.md'
- Pymavlink: 'dev/app/pymavlink.md'
- Mavlink: 'dev/app/mavlink.md'
- Dronekit: 'dev/app/dronekit.md'
- ROS: 'dev/app/ros.md'
- Camera: 'dev/camera.md'
- Yocto Project:
- Intro: 'dev/yocto/yocto.md'
- Add a pre-existent package: 'dev/yocto/add-preexistent-package.md'
- Package own application: 'dev/yocto/package-own-application.md'
- Work with Kernel: 'dev/yocto/work-with-kernel.md'
- Collision Avoidance: 'dev/coav.md'
- Hardware:
- Info and Architecture: 'hw/info.md'
- Mods: 'hw/mods.md'
- Software:
- Info and Architecture: 'sw/info.md'
- Contributing:
- Documentation: 'contributions/documentation.md'
- Applications: 'contributions/app.md'
- Yocto Project: 'contributions/yocto.md'
- Container Images: 'contributions/container.md'
- Troubleshooting:
- Troubleshooting: 'troubleshooting.md'