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-16 17:31:26 -05:00
committed by Steve Chavez
parent e5fb1e0ec1
commit 2e910e5338
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 =