sequence-js entfernt

This commit is contained in:
Bernd Reuther
2020-10-22 10:54:09 +02:00
parent c035f7c85a
commit 979c7e3231
6 changed files with 0 additions and 108 deletions
-51
View File
@@ -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
```