Replies: 1 comment
-
The example works fine for me. If you change the filename though, yes, the ADR importer will fail because it's assuming the filename has 4 digits -> https://github.com/structurizr/import/blob/main/src/main/java/com/structurizr/importer/documentation/AdrToolsDecisionImporter.java#L148 It's designed to work with the ADRs created by adr-tools. If you're using a different format, you'll need to fork the importer. See https://docs.structurizr.com/dsl/adrs for more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm playing with example where is import adrs.
After run I get this error:
Steps to reproduce
docker run -it --rm -p 8080:8080 -v .:/usr/local/structurizr structurizr/lite
Screenshot
No response
Code sample
No response
Configuration
Lite : Structurizr Lite
Severity
Minor
Priority
I have no budget and there's no rush, please fix this for free
More information
No response
Beta Was this translation helpful? Give feedback.
All reactions