GoogleChrome / multi-device

Chrome multi-device (mobile) docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Chrome Multi-Device documentation

This is the source of the official Chrome Multi-Device documentation on developer.chrome.com (aka "DCC").

Running the site

  1. In the root of the project, start a server on port 8000
  1. Open http://localhost:8000/_preview.html
  2. You will see the boilerplate with the index.html file already included
  3. To preview another document, add a url paramater with the filename

Deployment

Once pushed to master, updates will go live to the DCC site within a few minutes or so.

Troublshooting

  • If you can't find the content with the devtools-docs repo, it might be part of the Chromium repo
    • CSS, JavaScript, and navigation bugs related to developer.chrome.com can be logged to the Chromium issue tracker

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.

About

Chrome multi-device (mobile) docs


Languages

Language:HTML 99.6%Language:JavaScript 0.4%