commit | 9fc0fc0da9d0a3cf64b65ef9854f17f7ca95ddb1 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <[email protected]> | Sat Sep 05 05:18:57 2020 |
committer | Commit Bot <[email protected]> | Thu Sep 10 02:20:56 2020 |
tree | dae07934e529f3e9269c47a3dce18aae81df0a7b | |
parent | a1c861055423bae941beee752e549b77ccdb3a60 [diff] |
update & refresh links * Replace "master" with "HEAD". * Use https:// in a lot of places. * Use crbug.com as a shortcut. * Update some dead links. * Drop the chromiumos/docs/ prefix on a lot of files. Change-Id: I9ef52e8b4e3c8c86678edf7a92c0b368874cfd0d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/docs/+/2393474 Reviewed-by: Bernie Thompson <[email protected]> Commit-Queue: Mike Frysinger <[email protected]> Tested-by: Mike Frysinger <[email protected]>
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 also make changes to this repository without using the repo tool. This comes in handy when you don't have a Chromium OS checkout:
git clone https://chromium.googlesource.com/chromiumos/docs cd docs curl -Lo .git/hooks/commit-msg https://gerrit-review.googlesource.com/tools/hooks/commit-msg chmod +x .git/hooks/commit-msg git checkout -b changes (make some changes) git commit -a git push origin HEAD:refs/for/master
The above steps will upload a patch to chromium-review.googlesource.com where you can get your patch reviewed, and submit.
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.