From eb5207aa2911a0f0bf7805c3daafebd9dd14b73d Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Wed, 2 Feb 2022 09:52:18 +0900 Subject: [PATCH] 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 Reviewed-by: Alexandre Courbot Tested-by: kokoro Commit-Queue: Keiichi Watanabe --- docs/book/book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/book/book.toml b/docs/book/book.toml index bb9c21368c..5e598ad355 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -12,3 +12,5 @@ command = "mdbook-mermaid" [output] [output.html] additional-js = ["mermaid.min.js", "mermaid-init.js"] + +[output.linkcheck]