crosvm/docs/book/book.toml
Dennis Kempin 970b00fa4d Add documentation for ChromeOS workflows
This change consolidates some of the spread out information about
what ChromeOS developers need to know about crosvms differences to
other ChromeOS projects.

I created a new directory since I would expect a similar guide for
AOSP eventually.

This also adds more documentation on some of the process changes
suggested in go/crosvm-merge-improvements to improve the
stability of the merge process.

BUG=b:227475914
TEST=None

Change-Id: I08111ecd5a937fde22c7d97f342c1cf02f49b02e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3561886
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-04-18 19:05:49 +00:00

23 lines
543 B
TOML

[book]
authors = ["The Chromium OS 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/index.html" = "../building_crosvm.html"
"building_crosvm/linux.html" = "../building_crosvm.html"
"building_crosvm/chromiumos.html" = "../integration/chromeos.html"
[output.linkcheck]