diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-05-01 16:16:40 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | bb0055d461debebe9dfcc4db6f9155870473142e (patch) | |
| tree | 7751b7c191808403ff39e03100d3a1894864ce46 /docs/src | |
| parent | 18da1df71e538cd98032937c542154f0efcb6fbb (diff) | |
Docs: Only increase the width for the state machine
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/api/statemachine.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/api/statemachine.md b/docs/src/api/statemachine.md index 260266c..60a76ba 100644 --- a/docs/src/api/statemachine.md +++ b/docs/src/api/statemachine.md @@ -12,6 +12,8 @@ can convert this to an image using the [Mermaid command-line client](https://git ## FSM example The following is an example of the FSM when the client has obtained a Wireguard/OpenVPN configuration from an eduVPN server +<div class="statemachine"> + ```mermaid graph TD @@ -94,6 +96,8 @@ style Got_Config fill:cyan Got_Config(Got_Config) -->|Get a new configuration| Loading_Server ``` +</div> + The current state is highlighted in the <span style="color:cyan">cyan</span> color. ## State explanation |
