forked from waterlinked/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
135 lines (129 loc) · 5.57 KB
/
mkdocs.yml
File metadata and controls
135 lines (129 loc) · 5.57 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
site_name: Documentation
site_url: "https://waterlinked.github.io"
repo_url: https://github.com/waterlinked/waterlinked.github.io
theme:
name: material
theme_dir: docstheme/material
logo: img/waterlinked_logo.png
favicon: img/favicon_water_linked.ico
palette:
accent: blue
font:
text: Open Sans
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/waterlinked/
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/waterlinked/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCZFmOcapjyWgEnS_l6JgxQg/
markdown_extensions:
- markdown.extensions.admonition
# - markdown.extensions.codehilite(guess_lang=false)
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- pymdownx.superfences
- pymdownx.details
extra_css:
- css/extra.css
nav:
- Home: index.md
- Sonar 3D-15:
- Introduction: 3d-sonar/3d-sonar-15/3d-sonar-15-introduction.md
- Quickstart: 3d-sonar/3d-sonar-15/3d-sonar-15-quickstart.md
- Interface:
- Wiring: 3d-sonar/3d-sonar-15/3d-sonar-15-wiring.md
- LED: 3d-sonar/3d-sonar-15/3d-sonar-15-led.md
- GUI: 3d-sonar/3d-sonar-15/3d-sonar-15-gui.md
- Integration:
# - BlueROV2: 3d-sonar/3d-sonar-15/3d-sonar-15-bluerov-integration.md
- API: 3d-sonar/3d-sonar-15/3d-sonar-15-api.md
- Software Updates: 3d-sonar/3d-sonar-15/3d-sonar-15-software-update.md
- Networking: 3d-sonar/3d-sonar-15/3d-sonar-15-networking.md
- FAQ: 3d-sonar/3d-sonar-15/3d-sonar-15-faq.md
- Underwater GPS:
- G2:
- Quickstart: underwater-gps/quickstart.md
- Introduction: underwater-gps/introduction.md
- Reference frames: underwater-gps/reference-frames.md
- Components:
- Topside:
- Hardware: underwater-gps/hardware.md
- Power supply: underwater-gps/power-supply.md
- Network settings: underwater-gps/network-settings.md
- Baseline:
- Antenna: underwater-gps/antenna.md
- Receiver-D1: underwater-gps/receiver-d1.md
- Locator:
- Locator-A1: underwater-gps/locators/locator-a1.md
- Locator-D1: underwater-gps/locators/locator-d1.md
- Locator-U1: underwater-gps/locators/locator-u1.md
- GUI:
- Position: underwater-gps/gui/position.md
- Baseline: underwater-gps/gui/receivers.md
- Settings: underwater-gps/gui/settings.md
- Diagnostic: underwater-gps/gui/diagnostic.md
- Diagnostic report: underwater-gps/gui/diagnostic-report.md
- Warnings: underwater-gps/gui/warnings.md
- Demo: underwater-gps/gui/demo-gui.md
- Integration:
- API: underwater-gps/integration/api.md
- BlueROV2 integration:
- Overview: underwater-gps/integration/bluerov-integration.md
- BlueROV2 & Locator-A1: underwater-gps/integration/bluerov-integration-a1.md
- BlueROV2 & Locator-U1: underwater-gps/integration/bluerov-integration-u1.md
- Software updates: underwater-gps/sw-update.md
- Underwater GPS FAQ: underwater-gps/ugps-faq.md
- Explorer Kit (retired):
- Quickstart: explorer-kit/quickstart.md
- Introduction: explorer-kit/introduction.md
- Warnings: explorer-kit/warnings.md
- Power supply: explorer-kit/power-supply.md
- Network settings: explorer-kit/network-settings.md
- Hardware: explorer-kit/hardware.md
- Master-D1: master-d1.md
- Receiver-D1: explorer-kit/receiver-d1.md
- Locators:
- Locator-A1: explorer-kit/locators/locator-a1.md
- Locator-D1: explorer-kit/locators/locator-d1.md
- Locator-S1 (obsolete): explorer-kit/locators/locator-s1.md
- Locator-U1: explorer-kit/locators/locator-u1.md
- GUI:
- Position: explorer-kit/gui/position.md
- Receivers: explorer-kit/gui/receivers.md
- Settings: explorer-kit/gui/settings.md
- Diagnostic: explorer-kit/gui/diagnostic.md
- API: explorer-kit/gui/api.md
- Software updates: explorer-kit/upgrader.md
- DVL:
- DVL-A50 — Introduction: dvl/dvl-a50.md
- DVL-A125 — Introduction: dvl/dvl-a125.md
- Interfaces: dvl/interfaces.md
- Networking: dvl/networking.md
- Axes: dvl/axes.md
- Protocol: dvl/dvl-protocol.md
- GUI:
- Dashboard: dvl/gui/dashboard.md
- Configuration: dvl/gui/configuration.md
- Diagnostic report: dvl/gui/diagnostic-report.md
- Demo GUI: dvl/gui/demo-gui.md
- Dead reckoning: dvl/dead-reckoning.md
- Integration:
- DVL for BlueROV2: dvl/bluerov-integration.md
- DVL with UGPS for BlueROV2: dvl/bluerov-integration-dvl-ugps.md
- Software updates: dvl/sw-update.md
- Troubleshooting: dvl/dvl-troubleshooting.md
- DVL FAQ: dvl/faq.md
- Modem:
- Modem-M64 (retired):
- Introduction: modem-m64/modem-m64.md
- Protocol: modem-m64/modem-m64-protocol.md
- Modem-M16:
- Introduction: modem-m16/modem-m16.md
- Serial Interface: modem-m16/modem-m16-uart-interface.md
- M16 FAQ: modem-m16/modem-m16-faq.md
- I/O interface cards:
- Rev 4: io-interface-cards/rev4/io-interface-rev4.md
copyright: © Water Linked 2018-2024