-
DescriptionAt the moment of issue creation the file https://github.com/structurizr/structurizr.github.io/blob/b59cba34418cb2298ed0e9b8b5e52b3c9de4b0fb/ui/decisions/index.md contains line
This line should be changed to
According to https://github.com/structurizr/structurizr.github.io/blob/main/dsl/adrs.md and source for parser https://github.com/structurizr/import/blob/595fa3dfe26dc38803b1adcb0caf4052762e0fc6/src/main/java/com/structurizr/importer/documentation/AdrToolsDecisionImporter.java the only way is to use .md Steps to reproduceOpen doc at https://github.com/structurizr/structurizr.github.io/blob/b59cba34418cb2298ed0e9b8b5e52b3c9de4b0fb/ui/decisions/index.md or https://docs.structurizr.com/ui/decisions/. ScreenshotNo response Code sampleNo response ConfigurationNo response SeverityMinor PriorityI have no budget and there's no rush, please fix this for free More informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
BTW adrs doc also has a reference to AsciiDoc support at https://github.com/structurizr/structurizr.github.io/blob/b59cba34418cb2298ed0e9b8b5e52b3c9de4b0fb/dsl/adrs.md#L11C44-L11C44 |
Beta Was this translation helpful? Give feedback.
-
AsciiDoc decisions can be rendered by the Structurizr UI: As it says at https://docs.structurizr.com/dsl/adrs:
As far as I'm aware though, nobody has yet written (or released publicly) an importer for AsciiDoc ADRs. |
Beta Was this translation helpful? Give feedback.
I've just written one, actually extended yours (it now just works for both Markdown & AsciiDoc). I can share at as a PR if you wish to have it in your codebase. For us it works as a
plugin
in workspace now.