mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
514d786e69
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>
20 lines
428 B
TOML
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]
|