blob: c203f4ed8ec8e4c280ec54c64ee33df1747c16ab [file] [log] [blame] [view]
nodir469b2a12015-09-14 16:20:211# Chromium docs
2
pwnall3f918382016-11-16 17:22:123This directory contains chromium project documentation in
4[Gitiles-flavored Markdown].
nodir469b2a12015-09-14 16:20:215It is automatically
6[rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/docs/).
7
8## Style guide
9
10Markdown documents must follow the [style guide].
11
nodir6efa4992015-12-20 00:54:3312## Previewing changes
13
14You can preview your local changes using [md_browser]:
15
16```bash
17# in chromium checkout
agabled40b9542016-05-11 01:15:0618./tools/md_browser/md_browser.py
nodir6efa4992015-12-20 00:54:3319```
20
21To review someone else's changes, apply them locally first:
22
23```bash
24# in chromium checkout
25git cl patch <CL number or URL>
agabled40b9542016-05-11 01:15:0626./tools/md_browser/md_browser.py
nodir6efa4992015-12-20 00:54:3327```
28
pwnall3f918382016-11-16 17:22:1229[Gitiles-flavored Markdown]: https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md
nodir469b2a12015-09-14 16:20:2130[style guide]: https://github.com/google/styleguide/tree/gh-pages/docguide
agabled40b9542016-05-11 01:15:0631[md_browser]: ../tools/md_browser/