mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
eb5207aa29
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>
16 lines
283 B
TOML
16 lines
283 B
TOML
[book]
|
|
authors = ["The Chromium OS Authors"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Book of crosvm"
|
|
|
|
[preprocessor]
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[output]
|
|
[output.html]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.linkcheck]
|