crosvm/docs/book/book.toml
Keiichi Watanabe 514d786e69 docs: Have Linux build section on the same level as Windows build
Now, crosvm can be built for two operating systems; linux and windows,
so put these sections for the two OS on the same level.

BUG=none
TEST=mdbook build

Change-Id: I66a4d37ca40c3af0fa2289605301954ce991a06a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4537377
Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2023-05-17 11:34:13 +00:00

20 lines
428 B
TOML

[book]
authors = ["The ChromiumOS 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"]
# Redirect previously used paths to updated locations.
[output.html.redirect]
"building_crosvm/chromiumos.html" = "../integration/chromeos.html"
[output.linkcheck]