Skip to content

Commit 41646df

Browse files
authored
Merge pull request #7739 from aloisklink/ci/fix-release
docs: fix v11.15.0 release
2 parents f4bf04b + 2671f5c commit 41646df

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/syntax/classDiagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ classDiagram
524524

525525
The label replaces the namespace name in the rendered diagram, while the name is still used internally for relationships and nesting.
526526

527-
### Nested Namespaces (v\<MERMAID_RELEASE_VERSION>+)
527+
### Nested Namespaces (v11.15.0+)
528528

529529
Namespaces can be nested to represent hierarchical groupings. There are two ways to define nested namespaces:
530530

docs/syntax/sankey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Electricity grid,Industry,342.165
337337
Electricity grid,Losses,56.691
338338
```
339339

340-
### Node Width and Padding (v\<MERMAID_RELEASE_VERSION>+)
340+
### Node Width and Padding (v11.15.0+)
341341

342342
You can customize the node dimensions:
343343

@@ -374,7 +374,7 @@ Electricity grid,Industry,342.165
374374
Electricity grid,Losses,56.691
375375
```
376376

377-
### Custom Node Colors (v\<MERMAID_RELEASE_VERSION>+)
377+
### Custom Node Colors (v11.15.0+)
378378

379379
You can assign specific colors to nodes using the `nodeColors` map. Nodes not listed will use the default color scheme. Values must be valid CSS colors (hex, `rgb()`, `hsl()`, or named colors).
380380

packages/mermaid/src/docs/syntax/classDiagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ classDiagram
336336

337337
The label replaces the namespace name in the rendered diagram, while the name is still used internally for relationships and nesting.
338338

339-
### Nested Namespaces (v<MERMAID_RELEASE_VERSION>+)
339+
### Nested Namespaces (v11.15.0+)
340340

341341
Namespaces can be nested to represent hierarchical groupings. There are two ways to define nested namespaces:
342342

packages/mermaid/src/docs/syntax/sankey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Electricity grid,Industry,342.165
207207
Electricity grid,Losses,56.691
208208
```
209209

210-
### Node Width and Padding (v<MERMAID_RELEASE_VERSION>+)
210+
### Node Width and Padding (v11.15.0+)
211211

212212
You can customize the node dimensions:
213213

@@ -229,7 +229,7 @@ Electricity grid,Industry,342.165
229229
Electricity grid,Losses,56.691
230230
```
231231

232-
### Custom Node Colors (v<MERMAID_RELEASE_VERSION>+)
232+
### Custom Node Colors (v11.15.0+)
233233

234234
You can assign specific colors to nodes using the `nodeColors` map. Nodes not listed will use the default color scheme. Values must be valid CSS colors (hex, `rgb()`, `hsl()`, or named colors).
235235

0 commit comments

Comments
 (0)