Skip to content

Commit 0c4dc3c

Browse files
author
nate
committed
[no-verify] Integrate mdbook-linkcheck in book.toml and README.md.
1 parent 983e903 commit 0c4dc3c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ There are two github CI workflows:
1818

1919
- `cargo install mdbook`
2020
- `cargo install mdbook-graphviz`
21+
- `cargo install mdbook-linkcheck`
2122

2223
### Other prerequisites
2324

book.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ build-dir = "./docs"
1212
[output.html]
1313
default-theme = "light"
1414

15+
[output.linkcheck]
16+
1517
[preprocessor.graphviz]
1618
command = "mdbook-graphviz"
1719
after = ["links"]

0 commit comments

Comments
 (0)