The legacy documentation for Chrome DevTools.
Перейти к файлу
Umar ad657bf963 Update scroll into view screenshot. 2014-01-03 16:47:43 +00:00
css 7 tap video for remote debugging docs. 2013-12-12 12:02:56 -08:00
docs Update scroll into view screenshot. 2014-01-03 16:47:43 +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 redirect, toc, and homepage updates for DOM&Styles. 2013-12-09 15:30:20 -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 Adding mirror note to readme. 2013-12-09 17:50:49 +00:00

readme.md

Mirror of the Chrome DevTools documentation

This repository contains a mirror of the official DevTools documentation. We regularly update the mirror with new changes made on the site and welcome any contributions or bug-fixes.

How to run 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'll 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.