Skip to content

Commit b022943

Browse files
[autofix.ci] apply automated fixes
1 parent 97c61d8 commit b022943

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/config/setup/interfaces/mermaid.LayoutData.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#### Defined in
2222

23-
[packages/mermaid/src/rendering-util/types.ts:128](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/rendering-util/types.ts#L128)
23+
[packages/mermaid/src/rendering-util/types.ts:144](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/rendering-util/types.ts#L144)
2424

2525
---
2626

@@ -30,7 +30,7 @@
3030

3131
#### Defined in
3232

33-
[packages/mermaid/src/rendering-util/types.ts:127](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/rendering-util/types.ts#L127)
33+
[packages/mermaid/src/rendering-util/types.ts:143](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/rendering-util/types.ts#L143)
3434

3535
---
3636

@@ -40,4 +40,4 @@
4040

4141
#### Defined in
4242

43-
[packages/mermaid/src/rendering-util/types.ts:126](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/rendering-util/types.ts#L126)
43+
[packages/mermaid/src/rendering-util/types.ts:142](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/rendering-util/types.ts#L142)

docs/config/setup/interfaces/mermaid.RenderResult.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bindFunctions?.(div); // To call bindFunctions only if it's present.
3939
4040
#### Defined in
4141
42-
[packages/mermaid/src/types.ts:95](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L95)
42+
[packages/mermaid/src/types.ts:98](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L98)
4343
4444
---
4545
@@ -51,7 +51,7 @@ The diagram type, e.g. 'flowchart', 'sequence', etc.
5151
5252
#### Defined in
5353
54-
[packages/mermaid/src/types.ts:85](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L85)
54+
[packages/mermaid/src/types.ts:88](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L88)
5555
5656
---
5757
@@ -63,4 +63,4 @@ The svg code for the rendered graph.
6363
6464
#### Defined in
6565
66-
[packages/mermaid/src/types.ts:81](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L81)
66+
[packages/mermaid/src/types.ts:84](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L84)

docs/syntax/flowchart.md

-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ Below is a comprehensive list of the newly introduced shapes and their correspon
319319
| **Semantic Name** | **Shape Name** | **Short Name** | **Description** | **Alias Supported** |
320320
| --------------------------------- | ---------------------- | -------------- | ------------------------------ | ---------------------------------------------------------------- |
321321
| Card | Notched Rectangle | `notch-rect` | Represents a card | `card`, `notched-rectangle` |
322-
| Class Box | Class Box | `classBox` | Class Box | `class-box` |
323322
| Collate | Hourglass | `hourglass` | Represents a collate operation | `collate`, `hourglass` |
324323
| Com Link | Lightning Bolt | `bolt` | Communication link | `com-link`, `lightning-bolt` |
325324
| Comment | Curly Brace | `brace` | Adds a comment | `brace-l`, `comment` |

0 commit comments

Comments
 (0)