structurizr / import

Utilities to import diagrams and documentation into a Structurizr workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Period in ADR title causes misformatting

donald-richardson-dxd opened this issue · comments

If my title is, for example, "Node.js for Runtime" I get "S for Runtime". Fixed when I remove ".". Escaping the period makes no difference.

This seems to work for me ... which version of the CLI/Lite are you using?

The ADRs importer is designed to work in conjunction with the adr-tools tool that uses a numerical ID followed by a period character. If you'd like to use a different format for your ADRs, you might want to extend AdrToolsDecisionImporter, and override the extractTitle method. You can then use your custom implementation via the !adrs keyword, which now provides a way to specify a fully qualified class name of your custom ADR importer.