From 7b9bc31fa55f04132b02e618bfafb3f60d18ac84 Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sun, 21 May 2023 19:37:34 +0200 Subject: [PATCH] #307 add sequence support (part 4 - update TOC) --- README.md | 1 + Themes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f5b835..b734687 100644 --- a/README.md +++ b/README.md @@ -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 - Additional (element specific) Macros: - `Boundary_End()` + - Additional (element specific) Layout Options: - `SHOW_ELEMENT_DESCRIPTIONS(?show)` - `SHOW_FOOT_BOXES(?show)` - Only following 3 relationship specific macros are supported: diff --git a/Themes.md b/Themes.md index 6fe3622..e3413cb 100644 --- a/Themes.md +++ b/Themes.md @@ -16,6 +16,7 @@ - [C4_violet](#c4_violet) - [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) + - [(C4 styled) Sequence diagram and themes](#c4-styled-sequence-diagram-and-themes) - samples - [📄 C4 Model Diagrams](samples/C4CoreDiagrams.md#c4-model-diagrams)