-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (57 loc) · 1.79 KB
/
Copy pathmkdocs.yml
File metadata and controls
62 lines (57 loc) · 1.79 KB
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
site_name: ADAPT
site_url: "https://kitware.github.io/adapt/"
site_description: Documentation for the ADAPT payload
site_author: Kitware
theme:
name: material
features:
- navigation.top
logo: img/adapt_white.png
favicon: img/adapt.png
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.details
- admonition
- toc:
toc_depth : "1-1"
plugins:
- mkdocs-video
nav:
- Home: index.md
- About: about.md
- Get Started: get_started.md
- Structure: structure.md
- Latest updates: blog.md
- Payload Components : parts.md
- Example Missions:
- Missions: missions.md
- Sea and River Ice Monitoring: ice_monitor.md
- Monitoring Arctic Mammal Populations: ice_seal.md
- Person Search and Rescue: search_and_rescue.md
- Wildfire Monitoring: fire_monitoring.md
- Flood Monitoring: flood_monitoring.md
- Coastline Erosion Monitoring: coastline_monitoring.md
- Provisioning:
- Overview: provisioning.md
- ADAPT software stack: prov1.md
- 1PPS hardware input: prov2.md
- Configure time server: prov3.md
- PTP server: prov4.md
- Automatic startup: prov5.md
- Papers/Presentations: presentations.md
- Frequently Asked Questions: faq.md
- Contact Us: contact.md
repo_url: https://gitlab.kitware.com/adapt/adapt
repo_name: Gitlab ADAPT repo
extra:
analytics:
provider: google
property: G-G39JGPMQEQ
consent:
title: Cookie consent
description: >
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.