devtools-docs/readme.md

25 строки
1.1 KiB
Markdown

# The Chrome DevTools documentation
This is the source of the official [DevTools documentation](https://developer.chrome.com/devtools/index) on developer.chrome.com (aka "DCC").
## Contributing
Please see the [contributing.md](https://github.com/GoogleChrome/devtools-docs/blob/master/contributing.md) file.
## Additional DevTools docs
Covered in the [DevTools Content Inventory](https://github.com/GoogleChrome/devtools-docs/wiki/Content-Inventory)
## Deployment
Once pushed to master, updates will go live to the DCC site within a few minutes or so.
### Troubleshooting
* Make sure you've created CLs with any imported GH changes.
* 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](http://crbug.com)
## License
Except as otherwise noted, the content of the DevTools documentation is licensed under the [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.0/), and code samples are licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).