Closed abtris closed 1 year ago
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.
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