Various ChromiumOS docs written in markdown with no other home!

Clone this repo:
  1. d6cc62d developer_guide: New update_chroot by Brian Norris · 5 days ago main
  2. cbb7f2c cros_vm is deprecated in favor of cros vm. Update docs. by Greg NISBET · 8 days ago
  3. 6b2de14 firmware_test_manual: Update how to modify the firmware package by Hung-Te Lin · 10 days ago
  4. dcce7c9 security_review_howto: Update to reflect new launch process. by Betul Soysal · 11 days ago
  5. 8fb7793 Revert "firmware_test_manual: stop supporting legacy chromeos_acpi driver" by Tzung-Bi Shih · 11 days ago

ChromiumOS docs

This directory contains public ChromiumOS project documentation that is automatically rendered by Gitiles. The docs are written in Gitiles-flavored Markdown.

General guidelines

See the Chromium documentation guidelines and Chromium documentation best practices.

Style guide

Markdown documents must follow the style guide.

Making changes

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.

Previewing changes

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.