Skip to content

Commit dd96816

Browse files
committed
docs: use mkdocs admonitions
Replaces the github-style admonitions with ones rendering nicely in mkdocs. Signed-off-by: Moritz Wanzenböck <[email protected]>
1 parent d8b8734 commit dd96816

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

docs/how-to/drbd-tls.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ Handshake with node3.example.com (10.125.97.42) was successful
134134
...
135135
```
136136

137-
> [!NOTE]
138-
> The following messages are expected when running `ktls-utils` in a container and can be safely ignored:
139-
> ```
140-
> File /etc/tlshd.d/tls.key: expected mode 600
141-
> add_key: Bad message
142-
> ```
137+
!!! note
138+
139+
The following messages are expected when running `ktls-utils` in a container and can be safely ignored:
140+
141+
File /etc/tlshd.d/tls.key: expected mode 600
142+
add_key: Bad message
143143

144144
Next, check the statistics on TLS sessions controlled by the kernel on each node. You should see an equal, nonzero
145145
number of `TlsRxSw` and `TlsRxSw`.
@@ -160,5 +160,6 @@ TlsDecryptRetry 0
160160
TlsRxNoPadViolation 0
161161
```
162162

163-
> [!NOTE]
164-
> If your network card supports TLS offloading, you might see `TlsTxDevice` and `TlsRxDevice` being nonzero instead.
163+
!!! note
164+
165+
If your network card supports TLS offloading, you might see `TlsTxDevice` and `TlsRxDevice` being nonzero instead.

docs/how-to/restore-linstor-db.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
This guide shows you how to restore a LINSTOR® Controller from a database backup. A backup is created automatically
44
on every database migration of the default `k8s` database.
55

6-
> [!CAUTION]
7-
> Restoring from a backup means all changes made to the Cluster state after the backup was taken are lost.
8-
> This includes information about Persistent Volumes and Volume Snapshots that where created after the backup.
6+
!!! danger
7+
8+
Restoring from a backup means all changes made to the Cluster state after the backup was taken are lost.
9+
Persistent Volumes and Volume Snapshots that were created after the backup are lost.
910

1011
To complete this guide, you should be familiar with:
1112

0 commit comments

Comments
 (0)