Revert content of /docs to what is on the develop branch

This commit is contained in:
Sebastian Spier
2022-11-07 22:48:44 +01:00
parent 013ff182c9
commit a19622c807
16 changed files with 59 additions and 58 deletions

View File

@@ -730,7 +730,7 @@ text.actor {
Is it possible to adjust the margins for rendering the sequence diagram.
This is done by defining `mermaid.sequenceConfig` or by the CLI to use a json file with the configuration.
How to use the CLI is described in the [mermaidCLI](../config/mermaidCLI.md) page.
How to use the CLI is described in the [mermaidCLI](../config/mermaidCLI) page.
`mermaid.sequenceConfig` can be set to a JSON string with config parameters or the corresponding object.
```javascript