Skip to content

Commit dab90ff

Browse files
authored
Docs: add mdbook-pagetoc to required tools/crates (#760)
1 parent 18720ec commit dab90ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ The following tools are needed to build locally:
5656
- `mdbook` (v0.4.52+)
5757
- `mdbook-mermaid` (v0.16.0+)
5858
- `mdbook-linkcheck` (v0.7.7+)
59+
- `mdbook-pagetoc` (v0.2.1+)
5960

6061
Install via cargo:
6162

6263
```bash
63-
cargo install mdbook mdbook-mermaid mdbook-linkcheck
64+
cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-pagetoc
6465
mdbook-mermaid install docs
6566
```

0 commit comments

Comments
 (0)