Skip to content

Zari65/debugger-protocol-viewer

 
 

Repository files navigation

debugging-protocol-viewer

Explore the Chrome Debugging Protocol, its methods, events and basic documentation.

More on the Chrome DevTools Debugging Protocol

Building

Dependencies:

bundle install
bower install

Building:

# compiles site to _site/ and watches for file changes
bundle exec jekyll server --incremental
# always use `bundle exec` to use the local version of jeykyll

Updating protocol:

./update-protocol-json.sh

# to build (although gh-pages will do it on its own)..
bundle exec jekyll build

Deploying:

All pushes to gh-pages instantly trigger a jeklyll build and the site will serve the resulting _site.

Adding new version

To add a new protocol version:

  1. Modify _data/versions.json
  2. Create _data/VERSION_SLUG folder and put protocol.json file there
  3. Create _versions/VERSION_SLUG.html file with protocol version description
  4. Build project

History

  • v0.1 original Eric Guzman app.
  • v0.2 irish's "upgrades".
  • v0.8 guzman's polymer 0.8 refactor
  • v1.0 konrad's polymer 1.0 + jekyll refactor
  • which brings us to… now.

License

Apache

Contributing

Pull requests very welcome!

About

Explore the DevTools protocol—its domains, methods, and events

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 68.8%
  • JavaScript 12.0%
  • CSS 9.0%
  • Ruby 6.1%
  • Shell 4.1%