We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mdbook-linkcheck
book.toml
README.md
1 parent 983e903 commit 0c4dc3cCopy full SHA for 0c4dc3c
README.md
@@ -18,6 +18,7 @@ There are two github CI workflows:
18
19
- `cargo install mdbook`
20
- `cargo install mdbook-graphviz`
21
+- `cargo install mdbook-linkcheck`
22
23
### Other prerequisites
24
book.toml
@@ -12,6 +12,8 @@ build-dir = "./docs"
12
[output.html]
13
default-theme = "light"
14
15
+[output.linkcheck]
16
+
17
[preprocessor.graphviz]
command = "mdbook-graphviz"
after = ["links"]
0 commit comments