mermaid eingefügt
This commit is contained in:
@@ -370,3 +370,25 @@ pip3 install mkdocs-with-pdf
|
|||||||
plugins:
|
plugins:
|
||||||
- with-pdf
|
- with-pdf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Block-Diagramme
|
||||||
|
|
||||||
|
```
|
||||||
|
pip3 install mkdocs-mermaid2-plugin
|
||||||
|
```
|
||||||
|
|
||||||
|
Änderung in "mkdocs.yml":
|
||||||
|
|
||||||
|
```
|
||||||
|
plugins:
|
||||||
|
- mermaid2
|
||||||
|
```
|
||||||
|
|
||||||
|
Beispiel:
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
graph TD
|
||||||
|
A[Client] --> B[Load Balancer]
|
||||||
|
B --> C[Server01]
|
||||||
|
B --> D[Server02]
|
||||||
|
```
|
||||||
|
|||||||
@@ -32,3 +32,4 @@ plugins:
|
|||||||
placeholder: z.B. 0.0.0.0
|
placeholder: z.B. 0.0.0.0
|
||||||
DOMAIN_NAME:
|
DOMAIN_NAME:
|
||||||
placeholder: z.B. fritz.box
|
placeholder: z.B. fritz.box
|
||||||
|
- mermaid2
|
||||||
Reference in New Issue
Block a user