Skip to content

Commit

Permalink
Add release version
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jul 26, 2023
1 parent e1ca108 commit 21b90cb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/syntax/gantt.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ gantt
weekday monday
```

Support: v\<MERMAID_RELEASE_VERSION>+

## Output in compact mode

The compact mode allows you to display multiple tasks in the same row. Compact mode can be enabled for a gantt chart by setting the display mode of the graph via preceeding YAML settings.
Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/gitgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch

Here, we have changed the default main branch name to `MetroLine1`.

## Orientation
## Orientation (v\<MERMAID_RELEASE_VERSION>+)

In Mermaid, the default orientation is Left to Right. The branches are lined vertically.

Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sequenceDiagram
J->>A: Great!
```

### Actor Creation and Destruction
### Actor Creation and Destruction (v\<MERMAID_RELEASE_VERSION>+)

It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.

Expand Down
2 changes: 2 additions & 0 deletions packages/mermaid/src/docs/syntax/gantt.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ gantt
weekday monday
```

Support: v<MERMAID_RELEASE_VERSION>+

## Output in compact mode

The compact mode allows you to display multiple tasks in the same row. Compact mode can be enabled for a gantt chart by setting the display mode of the graph via preceeding YAML settings.
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/gitgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch

Here, we have changed the default main branch name to `MetroLine1`.

## Orientation
## Orientation (v<MERMAID_RELEASE_VERSION>+)

In Mermaid, the default orientation is Left to Right. The branches are lined vertically.

Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sequenceDiagram
J->>A: Great!
```

### Actor Creation and Destruction
### Actor Creation and Destruction (v<MERMAID_RELEASE_VERSION>+)

It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.

Expand Down

0 comments on commit 21b90cb

Please sign in to comment.