Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Updated docs for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 31, 2023
1 parent 7ad6aed commit a0b544d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/cookbook/dynamic-view-parallel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Dynamic views can also be used to show parallel sequences of interactions, to indicate some degree of concurrency.
To do this, you can use the DSL block syntax `{` and `}` to define parallel sequences.

__Note: this syntax is currently unreleased, and only available if building the DSL parser from source.__

```
workspace {
Expand Down
5 changes: 4 additions & 1 deletion docs/language-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Please see the [DSL cookbook](cookbook) for a tutorial guide to the Structurizr

## General rules

- Line breaks are important.
- Line breaks are important; long lines can be split with `\` as the last character on the line.
- Lines are processed in order.
- Tokens must be separated by whitespace, but the quantity of whitespace/indentation isn't important.
- Keywords are case-insensitive (e.g. you can use `softwareSystem` or `softwaresystem`).
Expand Down Expand Up @@ -620,6 +620,8 @@ deploymentEnvironment <name> {

Permitted children:


- [group](#group)
- [deploymentGroup](#deploymentGroup)
- [deploymentNode](#deploymentNode)
- [-> (relationship)](#relationship)
Expand Down Expand Up @@ -652,6 +654,7 @@ The following tags are added by default:

Permitted children:

- [group](#group)
- [deploymentNode](#deploymentNode) (deployment nodes can be nested)
- [infrastructureNode](#infrastructureNode)
- [softwareSystemInstance](#softwareSystemInstance)
Expand Down

0 comments on commit a0b544d

Please sign in to comment.