crosvm/docs/book/book.toml
Daniel Verkamp 0e53e19523 docs: book: move testing docs into a directory
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>
2023-07-06 19:32:58 +00:00

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]