commit | 74c33df8410d89cd97ea6654223da95de9067947 | [log] [tgz] |
---|---|---|
author | Cristina Guerrero <crisguerrero@chromium.org> | Thu Feb 03 14:08:07 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 03 22:06:36 2022 +0000 |
tree | 4f94dce1c221aa57044ff391818c8557cb9c7bc0 | |
parent | a07ada398557d238637072318a73175a913f2a6c [diff] |
developer_guide: Address style issues and format Address format issues raised in crrev.com/c/3401856 after submission: add missing blank line after note element and move new note from popout block to side notes. BUG=None TEST=Preview Change-Id: I0ad0d64cc8183f3661696f51c07263bbb6fa7e6b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/docs/+/3437025 Tested-by: Cristina Guerrero <crisguerrero@chromium.org> Auto-Submit: Cristina Guerrero <crisguerrero@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: Mike Frysinger <vapier@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.