Skip to content

Commit 8832d12

Browse files
committed
reviewed with Esten to see if the changes are all good, looks good!
1 parent 35e9593 commit 8832d12

5 files changed

Lines changed: 47 additions & 30 deletions

File tree

docs/css/extra.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@
114114
margin-right: auto;
115115
}
116116

117+
/* Dark green for buttons */
118+
.md-button {
119+
background-color: #2B9C6A;
120+
}
121+
122+
/* Dark green for links */
123+
a {
124+
color: #2B9C6A;
125+
}
126+
117127
@media (max-width: 1280px) {
118128
.col-xl-12,
119129
.col-xl-11,

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="col-3 col-md-6 col-sm-12">
4141
<a href="./sonar-3d/sonar-3d-15/">
4242
<img class="img-fluid"
43-
src="https://www.waterlinked.com/web/image/product.template/689/image_512/%5BWL-21045-2%5D%20Sonar%203D-15?unique=935e74a" />
43+
src="https://www.waterlinked.com/web/image/product.product/919/image_1024/%5BWL-21045-2%5D%20Sonar%203D-15?unique=6f5242e" />
4444
<br />
4545
<h4>Sonar 3D-15</h4>
4646
</a>

docs/sonar-3d/sonar-3d-15-electrical.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ The table below shows the LED behavior of the Sonar 3D-15.
2323
| Flashing green, mostly off (slow, about every second) | Power on, acoustics disabled |
2424
| Flashing green, mostly on (slow, about every second) | Power on, acoustics enabled |
2525
| Flashing green for a few seconds | Diagnostics blink initiated from GUI or API |
26-
| Flashing green (fast, many times a second) | Sonar is in thermal shutdown |
26+
| Flashing green (fast, many times a second) | Sonar is in thermal shutdown |
27+
28+
# IO Boards
29+
The Water Linked IO Board is the easiest solution for testing Water Linked Products like the Sonar 3D-15. They provide an interface for connecting Power and ethernet to the Sonar 3D-15. Read more about how to connect your IO Board to your Water Linked product under "IO-Interface Cards".

docs/sonar-3d/sonar-3d-15-gui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The 3D view can be controlled via mouse and keyboard, or touch controls.
99
![Help overlay](../img/Sonar-3D-15-gui-help-overlay-1280-600.png)
1010

1111
The help overlay walks you through common features of the Sonar 3D-15 GUI.
12-
12+
<!--
1313
![Help overlay 2](../img/Sonar-3D-15-gui-help-overlay-1280-600-2.png)
1414
1515
@@ -58,4 +58,4 @@ Submit a [support ticket](https://waterlinked.com/support) with the diagnostic l
5858
### Update rate
5959
Show a data update graph as an overlay on 3D view. Useful to determine how fast data is being received from the Sonar.
6060
### Factory reset
61-
Resets all sonar settings to factory defaults. The Sonar will also restart afterwards.
61+
Resets all sonar settings to factory defaults. The Sonar will also restart afterwards. -->

mkdocs.yml

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,31 @@ theme:
66
theme_dir: docstheme/material
77
logo: img/waterlinked_logo.png
88
favicon: img/favicon_water_linked.ico
9-
palette:
10-
accent: blue
119
font:
1210
text: Open Sans
11+
palette:
12+
# Light mode
13+
- scheme: default
14+
primary: "#1D3556" # Ocean blue
15+
accent: "#4BEF8F" # Signal green light
16+
toggle:
17+
icon: material/weather-night
18+
name: Switch to dark mode
19+
# Background override for light mode
20+
background: "#F1F9EE" # Green white
21+
surface: "#F1F9EE"
22+
23+
# Dark mode (default)
24+
- scheme: slate
25+
primary: "#1D3556" # Ocean blue
26+
accent: "#4BEF8F" # Signal green light
27+
toggle:
28+
icon: material/weather-sunny
29+
name: Switch to light mode
30+
# Background override for dark mode
31+
background: "#1D3556"
32+
surface: "#1D3556"
33+
1334
extra:
1435
social:
1536
- icon: fontawesome/brands/github
@@ -33,21 +54,22 @@ extra_css:
3354
- css/extra.css
3455
nav:
3556
- Home: index.md
57+
3658
- Sonar 3D 15:
3759
- Overview: sonar-3d/sonar-3d-15-introduction.md
3860
- Get started Quickstart Guide: sonar-3d/sonar-3d-15-quickstart.md
3961

4062
- Install and connect:
4163
- Dimensions & FOV: sonar-3d/sonar-3d-15-mechanical.md
42-
- Electrical Connection: sonar-3d/sonar-3d-15-electrical.md
64+
- Electrical & LED: sonar-3d/sonar-3d-15-electrical.md
4365
- Network Setup: sonar-3d/sonar-3d-15-networking.md
4466

4567
- Operate the device:
4668
- GUI: sonar-3d/sonar-3d-15-gui.md
4769
- Settings: sonar-3d/sonar-3d-15-config.md
70+
- Replay Sonar Data: sonar-3d/sonar-replay.md
4871
- API: sonar-3d/sonar-3d-15-api.md
4972
- Software update: sonar-3d/sonar-3d-15-software-update.md
50-
- Replay Sonar Data: sonar-3d/sonar-replay.md
5173

5274
- Integrate with specific ROV:
5375
- DeepTrekker Pivot: sonar-3d/sonar-3d-15-deep-trekker-rov.md
@@ -63,27 +85,6 @@ nav:
6385
- Links to Resources: sonar-3d/sonar-3d-15-resources.md
6486
- Software Changelog: sonar-3d/sonar-3d-15-software-changelog.md
6587

66-
67-
68-
# - Sonar 3D-15:
69-
# - Introduction: sonar-3d/sonar-3d-15.md
70-
# - Quickstart: sonar-3d/sonar-3d-15-quickstart.md
71-
# - Interface:
72-
# - Wiring: sonar-3d/sonar-3d-15-wiring.md
73-
# - LED: sonar-3d/sonar-3d-15-led.md
74-
# - GUI: sonar-3d/sonar-3d-15-gui.md
75-
# - Integration:
76-
# - DeepTrekker Pivot: sonar-3d/sonar-3d-15-deep-trekker-rov.md
77-
# - Blueye X3: sonar-3d/sonar-3d-15-blueye-rov.md
78-
# - BlueROV2: sonar-3d/sonar-3d-15-bluerov-integration.md
79-
# - Chasing M2 PRO MAX: sonar-3d/sonar-3d-15-chasing-rov.md
80-
# - API: sonar-3d/sonar-3d-15-api.md
81-
# - Software Updates: sonar-3d/sonar-3d-15-software-update.md
82-
# - Settings: sonar-3d/sonar-3d-15-config.md
83-
# - Networking: sonar-3d/sonar-3d-15-networking.md
84-
# - Sonar Replay: sonar-3d/sonar-replay.md
85-
# - FAQ: sonar-3d/sonar-3d-15-faq.md
86-
8788
- Underwater GPS:
8889
- G2:
8990
- Introduction: underwater-gps/introduction.md
@@ -138,6 +139,7 @@ nav:
138139
- Diagnostic: explorer-kit/gui/diagnostic.md
139140
- API: explorer-kit/gui/api.md
140141
- Software updates: explorer-kit/upgrader.md
142+
141143
- DVL:
142144
- DVL-A50 — Introduction: dvl/dvl-a50.md
143145
- DVL-A125 — Introduction: dvl/dvl-a125.md
@@ -157,6 +159,7 @@ nav:
157159
- Software updates: dvl/sw-update.md
158160
- Troubleshooting: dvl/dvl-troubleshooting.md
159161
- DVL FAQ: dvl/faq.md
162+
160163
- Modem:
161164
- Modem-M64 (retired):
162165
- Introduction: modem-m64/modem-m64.md
@@ -172,9 +175,10 @@ nav:
172175
- Protocol: modem-m16/modem-m16-protocol.md
173176
- Diagnostic report structure: modem-m16/modem-m16-diagnostic-report.md
174177
- M16 FAQ: modem-m16/modem-m16-faq.md
178+
175179
- I/O interface cards:
176180
- Revision 4: io-interface-cards/io-interface-rev4.md
177181
- Revision 6: io-interface-cards/io-interface-rev6.md
178182

179183

180-
copyright: © Water Linked 2018-2024
184+
copyright: © Water Linked 2018-2026

0 commit comments

Comments
 (0)