Update diagrams-as-code.md

This commit is contained in:
Daniel Pötzinger
2021-05-27 14:53:41 +02:00
committed by GitHub
parent 09a339440a
commit 859c870e52

View File

@@ -6,7 +6,7 @@ quadrant: methods-and-patterns
Documenting concepts and software architecture as diagrams using code offers great benefit over heavier solutions. Documenting concepts and software architecture as diagrams using code offers great benefit over heavier solutions.
Having documentation and diagrams treated as code and checked-in into version control increases transparency, collaboration as well as productivity. Having documentation and diagrams treated as code and checked-in into version control increases transparency, collaboration as well as productivity.
The textual representation of digrams is easy to write and read. Generation of graphical representations as SVG or PNG images is also easy with associated tools. The textual representation of diagrams is easy to write and read. Generation of graphical representations as SVG or PNG images is also easy with the associated tools.
We make heavy use of [PlantUML](/tools/plant-uml.html) combined with [Asciidoc](/tools/asciidoc.html) and tools We make heavy use of [PlantUML](/tools/plant-uml.html) combined with [Asciidoc](/tools/asciidoc.html) and tools
like [AsciiDoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) to include and inline PlantUML diagrams into documentations. like [AsciiDoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) to include and inline PlantUML diagrams into documentations.