We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When assigining an identifier when creating a relationship as described here https://docs.structurizr.com/dsl/identifiers#identifiers, then the parser fails.
Minimal example:
workspace { model { system1 = softwareSystem "System1" system2 = softwareSystem "System2" rel = system1 -> system2 "test" } views { systemContext system1 "context1" { include * autolayout lr } } }
Error from plugin:
Rendering from structurizr.com
Seems to be related to, or the same as: #76
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When assigining an identifier when creating a relationship as described here https://docs.structurizr.com/dsl/identifiers#identifiers, then the parser fails.
Minimal example:
Error from plugin:
Rendering from structurizr.com
Seems to be related to, or the same as:
#76
The text was updated successfully, but these errors were encountered: