The legacy documentation for Chrome DevTools.
Перейти к файлу
Umar d48c7a671e Add in animation file back in 2014-01-13 18:41:36 +00:00
css 7 tap video for remote debugging docs. 2013-12-12 12:02:56 -08:00
docs Add in animation file back in 2014-01-13 18:41:36 +00:00
images clean testing env. sass. other small updates from arthur. 2013-08-06 12:30:16 -07:00
.gitignore gitignore 2013-06-24 11:15:19 -07:00
_book.yaml Merge pull request #27 from GoogleChrome/extensions-gallery 2014-01-10 18:00:04 -08:00
_redirects.yaml redirect, toc, and homepage updates for DOM&Styles. 2013-12-09 15:30:20 -08:00
index.html redirect, toc, and homepage updates for DOM&Styles. 2013-12-09 15:30:20 -08:00
readme.md Readme: add CC licensing information 2014-01-04 00:10:05 +00:00

readme.md

The Chrome DevTools documentation

This is the official DevTools documentation.

Contributing

We regularly update the docs and welcome any contributions or bug-fixes.

Before submitting a pull request, please open a new issue to let us know you're working on.

This will allow us to provide feedback and coordinate contribution efforts.

Orientation

./docs
Contains all the working files.
./index.html
Contains the project overview page.
./images
Contains images for index.html.
./_book.yaml
Contains the titles and paths of individual docs.
./_redirect.yaml
Contains redirects from one location to another.

Running the site

  1. In the root of the project, start a [server] (3fa2e7dc1f/.functions (L25-L32)).
  • It's easier if your server can also do a directory listing.
  1. Open http://localhost:8000/docs/_preview.html
  2. You will see the boilerplate along with a directory listing image
  3. Click one of them.
  4. It should bring you to a url like http://localhost:8000/docs/_preview.html?settings.html
  • you can navigate to this directly if you like
  • it looks like this image
  • Things mostly work.

Deployment

Paul or Addy does the work of pushing this stuff live.

License

Except as otherwise noted, the content of the DevTools documentation is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License.