Skip to content

Commit c42f4ec

Browse files
committed
build: add mdbook tools to nix devShell
Add mdbook, mdbook-mermaid, and mdbook-linkcheck to the nix development shell for building documentation locally. These tools are required by the docs build scripts (scripts/docs.sh and scripts/docs_build.sh).
1 parent ec66ae4 commit c42f4ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
bash
131131
nixfmt-rfc-style
132132

133+
# Documentation
134+
mdbook
135+
mdbook-mermaid
136+
mdbook-linkcheck
137+
133138
# Terminal bench
134139
uv
135140
asciinema

0 commit comments

Comments
 (0)