#307 add sequence support (part 4 - update TOC)

pull/308/head
KIRCHSTH 3 years ago
parent 2fe7c7cebc
commit 7b9bc31fa5

@ -311,6 +311,7 @@ but existing elements and relationships can be reused as participants and calls
- **boundaries have to be defined without `{` and `}`** and instead of `}` the **`Boundary_End()`** macro has to be called - **boundaries have to be defined without `{` and `}`** and instead of `}` the **`Boundary_End()`** macro has to be called
- Additional (element specific) Macros: - Additional (element specific) Macros:
- `Boundary_End()` - `Boundary_End()`
- Additional (element specific) Layout Options:
- `SHOW_ELEMENT_DESCRIPTIONS(?show)` - `SHOW_ELEMENT_DESCRIPTIONS(?show)`
- `SHOW_FOOT_BOXES(?show)` - `SHOW_FOOT_BOXES(?show)`
- Only following 3 relationship specific macros are supported: - Only following 3 relationship specific macros are supported:

@ -16,6 +16,7 @@
- [C4_violet](#c4_violet) - [C4_violet](#c4_violet)
- [Write custom themes](#write-custom-themes) - [Write custom themes](#write-custom-themes)
- [Following variables could be set in a theme, additional to the skinparams and styles](#following-variables-could-be-set-in-a-theme-additional-to-the-skinparams-and-styles) - [Following variables could be set in a theme, additional to the skinparams and styles](#following-variables-could-be-set-in-a-theme-additional-to-the-skinparams-and-styles)
- [(C4 styled) Sequence diagram and themes](#c4-styled-sequence-diagram-and-themes)
- samples - samples
- [📄 C4 Model Diagrams](samples/C4CoreDiagrams.md#c4-model-diagrams) - [📄 C4 Model Diagrams](samples/C4CoreDiagrams.md#c4-model-diagrams)

Loading…
Cancel
Save