Skip to content

Commit a89292e

Browse files
committed
added how to get a diagnostic log
1 parent 29154d6 commit a89292e

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/css/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
background-color: #2B9C6A;
120120
}
121121

122-
/* Dark green for links */
122+
/* Ocean Blue for links */
123123
a {
124-
color: #2B9C6A;
124+
color: #1D3556;
125125
}
126126

127127
@media (max-width: 1280px) {
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# How to take a Diagnostic Log
2-
Explain how to take it and where to upload it
2+
If you experience problems with the Sonar 3D-15 that might be related to the hardware and want to submit a support ticket it will be helpful to send us a diagnostic log of your sonar.
3+
4+
You can acquire this in the UI > Settings > "Go to sonar config" Button > "Diagnostics" Tab > Diagnostic Log.
5+

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ theme:
1515
accent: "#4BEF8F" # Signal green light
1616
# Background override for light mode
1717
background: "#F1F9EE" # Green white
18-
surface: "#F1F9EE"
18+
surface: "#2B9C6A" # Signal green dark
1919

2020
extra:
2121
social:

0 commit comments

Comments
 (0)