-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
52 lines (47 loc) · 1.39 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
site_name: NGCP Ground Control Station
site_url: https://ground-control-station.readthedocs.io/
site_description: Ground Control Station for autonomous vehicle platforms in NGCP
site_author: Northrop Grumman Collaboration Project
repo_name: NGCP/GCS
repo_url: https://github.com/NGCP/GCS
theme:
name: material
palette:
primary: green
accent: green
logo: img/icon.png
favicon: img/icon.png
markdown_extensions:
- admonition
- toc:
permalink: '#'
baselevel: 2
- codehilite:
guess_lang: false
- markdown.extensions.md_in_html
- pymdownx.inlinehilite
- markdown_include.include:
base_path: docs
plugins:
- search
- git-revision-date-localized:
type: timeago
# Documentation structure
nav:
- index.md
- Contributing:
- contributing/getting-started.md
- contributing/guidelines.md
- Communications:
- communications/introduction.md
- Messages:
- communications/messages/base-message.md
- communications/messages/vehicles-gcs-messages.md
- communications/messages/gcs-vehicles-messages.md
- communications/messages/other-messages.md
- communications/messages/implementation.md
- Jobs and Tasks:
- communications/jobs-tasks/jobs-vs-tasks.md
- communications/jobs-tasks/jobs.md
- communications/jobs-tasks/tasks.md
- communications/vehicle-ids.md