docs: improve design document's look #11
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue