From 0d4b42902d4b70173010b0987ad1d81f34060fbe Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sun, 31 Dec 2023 10:18:47 +0000 Subject: [PATCH] Doc updates. --- dsl/basics.md | 2 +- java/index.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dsl/basics.md b/dsl/basics.md index c932c5f..bd8bb85 100644 --- a/dsl/basics.md +++ b/dsl/basics.md @@ -10,7 +10,7 @@ permalink: /dsl/basics ## DSL rules -- Lines are processed in order, and forward referencing is not supported. +- Lines are processed in order, and forward referencing is not supported (i.e. imperative rather than declarative). - Line breaks are important; long lines can be split with `\` as the last character on the line. - 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`). diff --git a/java/index.md b/java/index.md index 008327a..3709112 100644 --- a/java/index.md +++ b/java/index.md @@ -17,4 +17,12 @@ Structurizr for Java consists of two artifacts, both of which are available on M ## Links - [GitHub](https://github.com/structurizr/java) -- [Changelog](https://github.com/structurizr/java/blob/master/docs/changelog.md) \ No newline at end of file +- [Changelog](https://github.com/structurizr/java/blob/master/docs/changelog.md) + +## Related projects + +- [structurizr-dsl](/dsl): A text-based DSL wrapper around Structurizr for Java. +- [structurizr-import](https://github.com/structurizr/import): Utilities to import diagrams and documentation into a Structurizr workspace. +- [structurizr-export](/export): Export models and views to external formats (e.g. PlantUML, Mermaid, etc). +- [structurizr-graphviz](https://github.com/structurizr/graphviz): Apply Graphviz automatic layout to views. +- [structurizr-examples](https://github.com/structurizr/examples/tree/main/java): Examples of how to use the Structurizr for Java library. \ No newline at end of file