You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
@@ -434,7 +434,7 @@ The ```views``` block can contain the following:
434
434
The ```systemLandscape``` keyword is used to define a [System Landscape view](https://c4model.com/#SystemLandscapeDiagram).
435
435
436
436
```
437
-
systemLandscape <key> [description] {
437
+
systemLandscape [key] [description] {
438
438
...
439
439
}
440
440
```
@@ -451,7 +451,7 @@ The following keywords can be used within the ```systemLandscape``` block:
451
451
The ```systemContext``` keyword is used to define a [System Context view](https://c4model.com/#SystemContextDiagram) for the specified software system.
452
452
453
453
```
454
-
systemContext <software system identifier> <key> [description] {
454
+
systemContext <software system identifier> [key] [description] {
455
455
...
456
456
}
457
457
```
@@ -468,7 +468,7 @@ The following keywords can be used within the ```systemContext``` block:
468
468
The ```container``` keyword is used to define a [Container view](https://c4model.com/#ContainerDiagram) for the specified software system.
469
469
470
470
```
471
-
container <software system identifier> <key> [description] {
471
+
container <software system identifier> [key] [description] {
472
472
...
473
473
}
474
474
```
@@ -485,7 +485,7 @@ The following keywords can be used within the ```container``` block:
485
485
The ```component``` keyword is used to define a [Component view](https://c4model.com/#ComponentDiagram) for the specified container.
The ```baseKey``` specifies the key of the System Landscape, System Context, Container, or Component view on which this filtered view should be based. The mode (```include``` or ```exclude```) defines whether the view should include or exclude elements/relationships based upon the ```tags``` provided.
@@ -512,7 +512,7 @@ The ```baseKey``` specifies the key of the System Landscape, System Context, Con
512
512
The ```dynamic``` keyword defines a [Dynamic view](https://c4model.com/#DynamicDiagram) for the specified scope.
513
513
514
514
```
515
-
dynamic <*|software system identifier|container identifier> <key> [description] {
515
+
dynamic <*|software system identifier|container identifier> [key] [description] {
516
516
...
517
517
}
518
518
```
@@ -540,7 +540,7 @@ The following keywords can also be used within the ```dynamic``` block:
540
540
The ```deployment``` keyword defines a [Deployment view](https://c4model.com/#DeploymentDiagram) for the specified scope and deployment environment.
541
541
542
542
```
543
-
deployment <*|software system identifier> <environment name> <key> [description] {
543
+
deployment <*|software system identifier> <environment name> [key] [description] {
0 commit comments