From a0b544dd22b50430ea06e5c4c13a384c142c1221 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Fri, 31 Mar 2023 08:43:10 +0100 Subject: [PATCH] Updated docs for new release. --- docs/cookbook/dynamic-view-parallel/README.md | 2 -- docs/language-reference.md | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/cookbook/dynamic-view-parallel/README.md b/docs/cookbook/dynamic-view-parallel/README.md index 03c003c..80ba602 100644 --- a/docs/cookbook/dynamic-view-parallel/README.md +++ b/docs/cookbook/dynamic-view-parallel/README.md @@ -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 { diff --git a/docs/language-reference.md b/docs/language-reference.md index b131ddf..c5d6b10 100644 --- a/docs/language-reference.md +++ b/docs/language-reference.md @@ -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`). @@ -620,6 +620,8 @@ deploymentEnvironment { Permitted children: + +- [group](#group) - [deploymentGroup](#deploymentGroup) - [deploymentNode](#deploymentNode) - [-> (relationship)](#relationship) @@ -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)