Lines Matching +full:mdbook +full:-
28 - Prefer mechanism to policy.
29 - Use existing protocols when they are adequate, such as virtio.
30 - Prefer security over code re-use and speed of development.
31 - Only the version of Rust in use by the Chrome OS toolchain is supported. This is ordinarily the
33 - Avoid distribution specific code.
56 1. third-party crates
67 first. This section describes the crosvm-specific workflow.
75 We use [Chromium Gerrit](https://chromium-review.googlesource.com/) for code reviewing. All crosvm
80 #### For Chromium OS Developers {#chromiumos-cl}
86 CQ-tested code as a foundation.
91 Use `repo upload -D main` to upload changes to the main branch, which works fine in most cases where
94 #### For non-Chromium OS Developers
98 Before you make a commit locally, please set up [Gerrit's Change-Id hook] on your system.
102 # https://chromium.googlesource.com/chromiumos/docs/+/HEAD/contributing.md#Commit-messages
104 # Push your commit to Chromium Gerrit (https://chromium-review.googlesource.com/).
117 before a review, you can set 'Commit Queue +1' in gerrit to trigger a dry-run.
124 …mium.googlesource.com/chromiumos/docs/+/HEAD/contributing.md#send-your-changes-to-the-commit-queue)
131 ### Postsubmit merging to Chrome OS {#chromiumos-postsubmit}
144 [daily process](https://chromium-review.googlesource.com/q/project:chromiumos%252Fplatform%252Fcros…
146 through the CQ and watched by the crosvm-uprev rotation.
150 [The book of crosvm] is build with [mdBook]. Each markdown files must follow
153 To render the book locally, you need to install mdbook and [mdbook-mermaid], which should be
154 installed when you run `./tools/install-deps`script.
158 mdbook build
161 > Note: If you make a certain size of changes, it's recommended to reinstall mdbook manually with
162 > `cargo install mdbook`, as `./tools/install-deps` only installs a binary with some convenient
163 > features disabled. For example, the full version of mdbook allows you to edit files while checking
167 [crosvm component]: https://chromium-review.googlesource.com/q/project:chromiumos%252Fplatform%252F…
169 [gerrit's change-id hook]: https://gerrit-review.googlesource.com/Documentation/user-changeid.html
171 [google markdown style guide]: https://github.com/google/styleguide/blob/gh-pages/docguide/style.md
172 [mdbook]: https://rust-lang.github.io/mdBook/
173 [mdbook-mermaid]: https://github.com/badboy/mdbook-mermaid