docs: improve architecture diagram
- SVG format instead of PNG - The components now have links to their reference in the Docs - Supports dark mode
This commit is contained in:
committed by
Steve Chavez
parent
e5fb1e0ec1
commit
2e910e5338
+2
-1
@@ -90,7 +90,8 @@ let
|
||||
${pdflatex}/bin/pdflatex -halt-on-error -output-directory="$tmpdir" db.tex
|
||||
${imagemagick}/bin/convert -density 300 "$tmpdir/db.pdf" ../_static/db.png
|
||||
|
||||
${plantuml}/bin/plantuml arch.uml -o ../_static
|
||||
${plantuml}/bin/plantuml -tsvg arch.uml -o ../_static
|
||||
${plantuml}/bin/plantuml -tsvg -darkmode arch-dark.uml -o ../_static
|
||||
'';
|
||||
|
||||
server =
|
||||
|
||||
Reference in New Issue
Block a user