Skip to content

Commit

Permalink
Doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 31, 2023
1 parent a9b59b8 commit 0d4b429
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsl/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
10 changes: 9 additions & 1 deletion java/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [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.

0 comments on commit 0d4b429

Please sign in to comment.