This directory contains Chrome DevTools project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.
If you add new documents, please also add a link to them in the Document Index below.
git cl format --js
Formats all code using clang-format.
npm run check
Runs all static analysis checks on DevTools code.
Assuming that /path/to/src
contains a chromium checkout, you can run:
# in devtools-frontend checkout /path/to/src/tools/md_browser/md_browser.py --directory $PWD
and preview the result by opening http://localhost:8080/docs/README.md in your browser. This is only an estimate. The gitiles view may differ.
This gitiles view is the authoritative view, exactly the same as will be used when committed.