commit | 60527ca9c256b0472175930df561caf2ce4a0ea6 | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Wed Mar 23 22:47:53 2022 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 24 01:54:50 2022 |
tree | 4a06bcac6cc55beff7941ae4d70d30c2479ca67b | |
parent | d83eaf480d6fb7c876cb98c7bb9c44c3d55c4ac4 [diff] |
ebuild_faq: Clarify -rX symlink revbumps Related: in b/187795346, we're not requiring new (or version-bumped) ebuilds to have a symlink. Change-Id: Id6fb9e2fe353a4c244256c587452bcd486e074c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/docs/+/3546305 Reviewed-by: Dan Callaghan <dcallagh@chromium.org> Commit-Queue: Brian Norris <briannorris@chromium.org> Tested-by: Brian Norris <briannorris@chromium.org>
This directory contains public Chromium OS 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 Chromium OS 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.