repo: add helpful comment to justfile
This commit is contained in:
parent
9a35e9c215
commit
437ea8d2ff
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -1,3 +1,4 @@
|
|||
# Compile all documentation as in proposals and design documents, placing them under `docs/compiled`.
|
||||
docs:
|
||||
#!/usr/bin/env nu
|
||||
glob **/*.typ --exclude [**/{template.typ,util/**}] | par-each { |source|
|
||||
|
|
Loading…
Reference in a new issue