-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (26 loc) · 737 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (26 loc) · 737 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
28
29
30
31
site_name: Aerial Robotics Landscape
theme: readthedocs
repo_url: https://github.com/ROS-Aerial/aerial_robotic_landscape
edit_uri: blob/main/docs/
extra_css:
- stylesheets/extra.css
copyright: 'This website is information assembled with help of the ROS Aerial Robotics Community group. Analytics with no-cookie tracking with goatviewer.com'
nav:
- 'aerial_vehicles.md'
- 'education_and_tutorial.md'
- 'events.md'
- 'simulation.md'
- 'hardware.md'
- 'software.md'
- 'aerial_autonomy_stacks.md'
- 'middleware_and_drivers.md'
- 'message_standards.md'
- 'safety_management.md'
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- admonition
plugins:
- search
- git-revision-date-localized
- include-markdown