mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
docs: Enable mdbook-linkcheck
Use https://github.com/Michael-F-Bryan/mdbook-linkcheck to check broken links. Since this is added as a target in book.toml, the check will run while `mdbook build`. BUG=none TEST=Run `mdbook build` Change-Id: I7615953f9428c2f8a7a4ec456bb6ae92ede55c68 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3423291 Reviewed-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
This commit is contained in:
parent
f46226d65a
commit
eb5207aa29
1 changed files with 2 additions and 0 deletions
|
@ -12,3 +12,5 @@ command = "mdbook-mermaid"
|
|||
[output]
|
||||
[output.html]
|
||||
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
||||
|
||||
[output.linkcheck]
|
||||
|
|
Loading…
Reference in a new issue