sequence-js entfernt
This commit is contained in:
@@ -312,57 +312,6 @@ markdown_extensions:
|
||||
|
||||
### Plugins
|
||||
|
||||
#### js-sequence-diagrams
|
||||
|
||||
```
|
||||
pip3 install git+https://github.com/fcannizzaro/mkdocs-sequence-js-plugin
|
||||
```
|
||||
|
||||
in "mkdocs.yml":
|
||||
|
||||
```
|
||||
plugins:
|
||||
- sequence-js:
|
||||
theme: simple|hand # diagram style
|
||||
popup: true # enable "click to zoom" diagram
|
||||
```
|
||||
|
||||
Beispiele:
|
||||
|
||||
```
|
||||
```sequence
|
||||
Title: Das ist der Titel
|
||||
A->B: normale Linie
|
||||
B-->C: unterbrochene Linie
|
||||
C->>D: offener Pfeil
|
||||
D-->>A: unterbrochener offener Pfeil
|
||||
```
|
||||
```
|
||||
|
||||
```sequence
|
||||
Title: Here is a title
|
||||
A->B: normale Linie
|
||||
B-->C: unterbrochene Linie
|
||||
C->>D: offener Pfeil
|
||||
D-->>A: unterbrochener offener Pfeil
|
||||
```
|
||||
|
||||
```
|
||||
```sequence
|
||||
Note left of A: Note to the\n left of A
|
||||
Note right of A: Note to the\n right of A
|
||||
Note over A: Note over A
|
||||
Note over A,B: Note over both A and B
|
||||
```
|
||||
```
|
||||
|
||||
```sequence
|
||||
Note left of A: Note to the\n left of A
|
||||
Note right of A: Note to the\n right of A
|
||||
Note over A: Note over A
|
||||
Note over A,B: Note over both A and B
|
||||
```
|
||||
|
||||
#### Benutzerdefinierte Variablen
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user