mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
970b00fa4d
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>
22 lines
543 B
TOML
22 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]
|