docs: improve design document's look #11

Open
schrottkatze wants to merge 1 commit from schrottkatze/iowo:typst-formatting into main
Showing only changes of commit 1772b70172 - Show all commits

View file

@ -4,6 +4,9 @@ test:
#!/usr/bin/env nu
cargo nextest run
alias doc := docs
# Compile all documentation as in proposals and design documents, placing them under `docs/compiled`.
docs:
#!/usr/bin/env nu