xref: /aosp_15_r20/external/crosvm/docs/book/book.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[book]
2authors = ["The ChromiumOS Authors"]
3language = "en"
4multilingual = false
5src = "src"
6title = "Book of crosvm"
7
8[preprocessor]
9[preprocessor.mermaid]
10command = "mdbook-mermaid"
11
12[output]
13[output.html]
14additional-js = ["mermaid.min.js", "mermaid-init.js"]
15
16# Redirect previously used paths to updated locations.
17[output.html.redirect]
18"building_crosvm/chromiumos.html" = "../integration/chromeos.html"
19"architecture.html" = "architecture/overview.html"
20"testing.html" = "testing/index.html"
21
22[output.linkcheck]
23