tree: e7fb5bcddaa258960772de9ce21532a8ac041db7 [path history] [tgz]
  1. chrome_commit_pipeline.md
  2. cros_commit_pipeline.md
  3. dbus_best_practices.md
  4. development_basics.md
  5. README.md
README.md

Chromium OS docs

This directory contains public Chromium OS 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.

Previewing changes

You can preview your local changes using md_browser:

# at top of Chromium OS checkout
./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.