mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
0e53e19523
This will allow us to add more testing-related pages under book/testing/ The previous URL is configured for redirection so existing links should still work. BUG=None TEST=(cd docs/book; mdbook build) Change-Id: I1fe8d8f074791a3a5680581a205f33857c24f6b2 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4669510 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
22 lines
517 B
TOML
22 lines
517 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"
|
|
"architecture.html" = "architecture/overview.html"
|
|
"testing.html" = "testing/index.html"
|
|
|
|
[output.linkcheck]
|