mermaid eingefügt
This commit is contained in:
@@ -370,3 +370,25 @@ pip3 install mkdocs-with-pdf
|
||||
plugins:
|
||||
- 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]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user