From 50cdec5fd57fdff8aa527a67547e39b4deb891df Mon Sep 17 00:00:00 2001 From: Chui Tey Date: Fri, 20 Dec 2024 20:48:11 +1000 Subject: [PATCH] add (v+) --- docs/syntax/flowchart.md | 2 +- docs/syntax/usecase.md | 2 +- packages/mermaid/src/docs/syntax/usecase.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index d5a4d1312f..92a2fc1e80 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -318,7 +318,7 @@ Below is a comprehensive list of the newly introduced shapes and their correspon | **Semantic Name** | **Shape Name** | **Short Name** | **Description** | **Alias Supported** | | --------------------------------- | ---------------------- | -------------- | ------------------------------ | ---------------------------------------------------------------- | -| Actor | Actor | `actor` | Actor used in Use Cases | | +| Actor | Actor | `actor` | Actor used in Use Cases | `stickman` | | Card | Notched Rectangle | `notch-rect` | Represents a card | `card`, `notched-rectangle` | | Collate | Hourglass | `hourglass` | Represents a collate operation | `collate`, `hourglass` | | Com Link | Lightning Bolt | `bolt` | Communication link | `com-link`, `lightning-bolt` | diff --git a/docs/syntax/usecase.md b/docs/syntax/usecase.md index 5178f1a326..c863791a72 100644 --- a/docs/syntax/usecase.md +++ b/docs/syntax/usecase.md @@ -4,7 +4,7 @@ > > ## Please edit the corresponding file in [/packages/mermaid/src/docs/syntax/usecase.md](../../packages/mermaid/src/docs/syntax/usecase.md). -# Use Case Diagram +# Use Case Diagram (v\+) > In the context of mermaid-js, the Use Case diagram is a powerful tool for visualizing the interactions between actors and use cases within a system. It helps in understanding the functional requirements and the relationships between different components of the system. diff --git a/packages/mermaid/src/docs/syntax/usecase.md b/packages/mermaid/src/docs/syntax/usecase.md index b5abfa756e..cd6f02174a 100644 --- a/packages/mermaid/src/docs/syntax/usecase.md +++ b/packages/mermaid/src/docs/syntax/usecase.md @@ -1,4 +1,4 @@ -# Use Case Diagram +# Use Case Diagram (v+) > In the context of mermaid-js, the Use Case diagram is a powerful tool for visualizing the interactions between actors and use cases within a system. It helps in understanding the functional requirements and the relationships between different components of the system.