Skip to content

Commit

Permalink
Replace kramdoc description with dtcw
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsmuggler committed Mar 13, 2024
1 parent ddd06a3 commit cd81a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ What becomes easier or more difficult to do and any risks introduced by the chan

[source, bash]
----
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/
----

== Generate the software architecture documentation representations
Expand Down

0 comments on commit cd81a58

Please sign in to comment.