forked from sonia-auv/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (40 loc) · 1.44 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
pages:
- Home: 'index.md'
- User Documentation:
- Getting Started: 'user/getting_started.md'
- Installation: 'user/installation.md'
- C++ Style Guide: 'user/c++_style_guide.md'
- Environment: 'user/environment.md'
- Server Documentation:
- Getting started: 'server/getting_started.md'
- Installation: 'server/installation.md'
- Orchestration: 'server/orchestration.md'
- Software Documentation:
- Overview: 'software/overview.md'
- Interface RS485: 'software/interface_RS485.md'
- Provider DVL: 'software/provider_dvl.md'
- Provider IMU: 'software/provider_imu.md'
- Provider Sonar: 'software/provider_sonar.md'
- Provider Media: 'software/provider_media.md'
- Provider CAN: 'software/provider_can.md'
- Proc Vision: 'software/proc_vision.md'
- Proc Navigation: 'software/proc_navigation.md'
- Electrical Documentation:
- Overview: 'electrical/overview.md'
- Hydrophones: 'electrical/hydrophones.md'
- DVL: 'electrical/dvl.md'
- Mechanical Documentation:
- Overview: 'mechanical/overview.md'
- Proof of Concept:
- 2018-2019: 'POC/2018_2019.md'
- About S.O.N.I.A.:
- The Project: 'about/project.md'
- Open Source Philosophy: 'about/open_source.md'
- Sponsors of S.O.N.I.A.: 'about/sponsors.md'
site_name: S.O.N.I.A. Documentation
repo_url: https://github.com/sonia-auv/documentation
markdown_extensions:
- admonition
- smarty
- sane_lists
theme: readthedocs