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:
Laurence Isla
2024-06-27 14:08:16 -05:00
committed by Steve Chavez
parent 7860e7287f
commit 5b62501ce7
9 changed files with 57 additions and 13 deletions
+2 -1
View File
@@ -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 =