devtools-docs/readme.md

25 строки
1.1 KiB
Markdown
Исходник Обычный вид История

2014-04-14 23:11:18 +04:00
# 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").
2014-04-14 23:11:18 +04:00
## Contributing
Please see the [contributing.md](https://github.com/GoogleChrome/devtools-docs/blob/master/contributing.md) file.
2014-04-14 23:11:18 +04:00
## Additional DevTools docs
2014-04-14 23:11:18 +04:00
Covered in the [DevTools Content Inventory](https://github.com/GoogleChrome/devtools-docs/wiki/Content-Inventory)
## Deployment
2014-04-14 23:11:18 +04:00
Once pushed to master, updates will go live to the DCC site within a few minutes or so.
2014-02-10 07:17:53 +04:00
### 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)
2014-04-14 23:11:18 +04:00
## 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).