blob: 7526e5e04afd6173dcec6f4009c2c1657cb0f549 [file] [log] [blame] [view]
nodir469b2a12015-09-14 16:20:211# Chromium docs
2
3This directory contains chromium project documentation in [Markdown].
4It is automatically
5[rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/docs/).
6
7## Style guide
8
9Markdown documents must follow the [style guide].
10
nodir6efa4992015-12-20 00:54:3311## Previewing changes
12
13You can preview your local changes using [md_browser]:
14
15```bash
16# in chromium checkout
agabled40b9542016-05-11 01:15:0617./tools/md_browser/md_browser.py
nodir6efa4992015-12-20 00:54:3318```
19
20To review someone else's changes, apply them locally first:
21
22```bash
23# in chromium checkout
24git cl patch <CL number or URL>
agabled40b9542016-05-11 01:15:0625./tools/md_browser/md_browser.py
nodir6efa4992015-12-20 00:54:3326```
27
nodir469b2a12015-09-14 16:20:2128[Markdown]: https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md
29[style guide]: https://github.com/google/styleguide/tree/gh-pages/docguide
agabled40b9542016-05-11 01:15:0630[md_browser]: ../tools/md_browser/