crostini_developer_guide: add kernel rebuild instructions. add instructions for building and deploying kernel changes in termina. also move to preferred `cros` or `cros_sdk` command/wrapper where possible. BUG=None TEST=None Change-Id: If16cbe30974f783e1c153770fb77d3c5a27959fc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/docs/+/4950775 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: maciek swiech <drmasquatch@google.com> Tested-by: maciek swiech <drmasquatch@google.com>
This directory contains public ChromiumOS project documentation that is automatically rendered by Gitiles. The docs are written in Gitiles-flavored Markdown.
See the Chromium documentation guidelines and Chromium documentation best practices.
Markdown documents must follow the style guide.
This repository is managed by the repo tool, so you can make changes to it using the same techniques that you'd use for any other repositories in the project.
See the Contributing guide for more details.
You can preview your local changes using scripts/preview_docs which utilizes Gerrit sandbox branches:
scripts/preview_docs README.md
You can also use md_browser, which is entirely local and does not require refs/sandbox/ push permission, but has somewhat inaccurate rendering:
# at top of ChromiumOS checkout ./src/chromium/src/tools/md_browser/md_browser.py -d docs
Then browse to e.g. http://localhost:8080/README.md.
To review someone else's changes, apply them locally first, or just click the gitiles link near the top of a Gerrit file diff page.