We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd06a3 commit cd81a58Copy full SHA for cd81a58
README.adoc
@@ -99,7 +99,7 @@ What becomes easier or more difficult to do and any risks introduced by the chan
99
100
[source, bash]
101
----
102
-for f in ./documentation/adrs/*.md; do docker run -it --rm -v $PWD:/documents asciidoctor/docker-asciidoctor kramdoc $f; done
+./dtcw exportMarkdown && cp ./build/adrs/*.adoc ./documentation/adrs/
103
104
105
== Generate the software architecture documentation representations
0 commit comments