Skip to content

Commit

Permalink
feat: support Structurizr diagrams
Browse files Browse the repository at this point in the history
Use https://structurizr.com to render C4 architectural diagrams from a
single model of a software system.
  • Loading branch information
bauglir committed May 3, 2022
1 parent 83aeee9 commit 237455e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kroki.jl
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ const LIMITED_DIAGRAM_SUPPORT = Dict{AbstractString, Tuple{Symbol, Vararg{Symbol
:graphviz,
:mermaid,
:plantuml,
:structurizr,
:umlet,
:vega,
:vegalite,
Expand Down

0 comments on commit 237455e

Please sign in to comment.