docs: add architecture diagram
This commit is contained in:
committed by
Steve Chavez
parent
5ab317caa0
commit
ab73624366
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user