docs: add architecture diagram

This commit is contained in:
steve-chavez
2024-04-08 11:57:03 -05:00
committed by Steve Chavez
parent 5ab317caa0
commit ab73624366
4 changed files with 60 additions and 66 deletions
+3
View File
@@ -7,6 +7,7 @@
, python3Packages
, texlive
, writers
, plantuml
}:
let
selectPythonPackages = ps: [
@@ -87,6 +88,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
'';
server =