Skip to content

Commit

Permalink
Add doc and doc-static
Browse files Browse the repository at this point in the history
  • Loading branch information
leomayleomay authored and srid committed Jun 3, 2024
1 parent b14afd4 commit 4569c7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

/test/data.sqlite
/test/result.txt

/result
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ default:
# Auto-format the project tree
fmt:
treefmt

# Run doc server with hot-reload
doc:
cd ./doc && nix run

# Build docs static website (this runs linkcheck automatically)
doc-static:
nix build ./doc

0 comments on commit 4569c7c

Please sign in to comment.