Skip to content

Commit c966035

Browse files
Plugins need to appear after !docs, !adrs, views.
1 parent 994dec3 commit c966035

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dsl/plugins/mermaid.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,12 @@ Which renders as:
6868

6969
## Usage
7070

71-
After [installation](/dsl/plugins#installation), the plugin can be referenced from your DSL file as follows:
71+
After [installation](/dsl/plugins#installation), the plugin can be referenced from your DSL file as follows (after all `!docs`, `!adrs`, and `views`):
7272

7373
```
7474
!plugin com.structurizr.dsl.plugin.documentation.Mermaid
7575
```
7676

77-
This should appear after any `!docs` and/or `!adrs` statements that import documentation into your workspace.
78-
7977
You will need to provide a Mermaid URL, and optionally a format (`png` or `svg`),
8078
when using this plugin. These can be specified as view set properties:
8179

dsl/plugins/plantuml.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,12 @@ Which renders as:
6262

6363
## Usage
6464

65-
After [installation](/dsl/plugins#installation), the plugin can be referenced from your DSL file as follows:
65+
After [installation](/dsl/plugins#installation), the plugin can be referenced from your DSL file as follows (after all `!docs`, `!adrs`, and `views`):
6666

6767
```
6868
!plugin com.structurizr.dsl.plugin.documentation.PlantUML
6969
```
7070

71-
This should appear after any `!docs` and/or `!adrs` statements that import documentation into your workspace.
72-
7371
You will need to provide a PlantUML URL, and optionally a format (`png` or `svg`),
7472
when using this plugin. These can be specified as view set properties:
7573

0 commit comments

Comments
 (0)