Merge branch 'develop' into docs/2910_update-contributing-guidelines

This commit is contained in:
Nikolay Rozhkov
2024-01-15 13:17:47 +03:00
19 changed files with 46 additions and 227 deletions

View File

@@ -459,9 +459,9 @@ The different cardinality options are :
- `0..1` Zero or One
- `1..*` One or more
- `*` Many
- `n` n {where n>1}
- `0..n` zero to n {where n>1}
- `1..n` one to n {where n>1}
- `n` n (where n>1)
- `0..n` zero to n (where n>1)
- `1..n` one to n (where n>1)
Cardinality can be easily defined by placing the text option within quotes `"` before or after a given arrow. For example:
@@ -766,7 +766,7 @@ Beginner's tip—a full example using interactive links in an HTML page:
## Styling
### Styling a node (v\<MERMAID_RELEASE_VERSION>+)
### Styling a node (v10.7.0+)
It is possible to apply specific styles such as a thicker border or a different background color to an individual node using the `style` keyword.

View File

@@ -137,7 +137,7 @@ If an error of the following type occurs when creating or deleting an actor/part
> The destroyed participant **participant-name** does not have an associated destroying message after its declaration. Please check the sequence diagram.
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v\<MERMAID_RELEASE_VERSION>+).
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v10.7.0+).
### Grouping / Box