From 855de7b71934d4c029e7bc91ca432e1373a60837 Mon Sep 17 00:00:00 2001 From: nimec01 <24428341+nimec01@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:32:54 +0200 Subject: [PATCH] chore: replace version number in docs --- docs/syntax/flowchart.md | 2 ++ docs/syntax/stateDiagram.md | 2 +- packages/mermaid/src/docs/syntax/stateDiagram.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index 3837e77de6..fcadb28805 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -328,6 +328,7 @@ Below is a comprehensive list of the newly introduced shapes and their correspon | Data Input/Output | Lean Left | `lean-l` | Represents output or input | `lean-left`, `out-in` | | Database | Cylinder | `cyl` | Database storage | `cylinder`, `database`, `db` | | Decision | Diamond | `diam` | Decision-making step | `decision`, `diamond`, `question` | +| Deep History | Circle with an H\* | `deephistory` | Deep history entrance | | | Delay | Half-Rounded Rectangle | `delay` | Represents a delay | `half-rounded-rectangle` | | Direct Access Storage | Horizontal Cylinder | `h-cyl` | Direct access storage | `das`, `horizontal-cylinder` | | Disk Storage | Lined Cylinder | `lin-cyl` | Disk storage | `disk`, `lined-cylinder` | @@ -337,6 +338,7 @@ Below is a comprehensive list of the newly introduced shapes and their correspon | Event | Rounded Rectangle | `rounded` | Represents an event | `event` | | Extract | Triangle | `tri` | Extraction process | `extract`, `triangle` | | Fork/Join | Filled Rectangle | `fork` | Fork or join in process flow | `join` | +| History | Circle with an H | `history` | History entrance | | | Internal Storage | Window Pane | `win-pane` | Internal storage | `internal-storage`, `window-pane` | | Junction | Filled Circle | `f-circ` | Junction point | `filled-circle`, `junction` | | Lined Document | Lined Document | `lin-doc` | Lined document | `lined-document` | diff --git a/docs/syntax/stateDiagram.md b/docs/syntax/stateDiagram.md index ce66e72bbf..4712891490 100644 --- a/docs/syntax/stateDiagram.md +++ b/docs/syntax/stateDiagram.md @@ -334,7 +334,7 @@ It is possible to specify a fork in the diagram using <\> <\>. State4 --> [*] ``` -## History (v11.0.0+) +## History (v\+) It is possible to add (deep) history nodes in the diagram using <\> <\>. diff --git a/packages/mermaid/src/docs/syntax/stateDiagram.md b/packages/mermaid/src/docs/syntax/stateDiagram.md index 307a3ab7e4..be7a7edae3 100644 --- a/packages/mermaid/src/docs/syntax/stateDiagram.md +++ b/packages/mermaid/src/docs/syntax/stateDiagram.md @@ -193,7 +193,7 @@ It is possible to specify a fork in the diagram using <<fork>> <& State4 --> [*] ``` -## History (v11.0.0+) +## History (v+) It is possible to add (deep) history nodes in the diagram using <<history>> <<deephistory>>.