docs: Add release version

This commit is contained in:
Sidharth Vinod 2024-01-15 14:27:48 +05:30
parent 54307bb0f4
commit d972ddd932
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -518,7 +518,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

@ -89,7 +89,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