Giter Club home page Giter Club logo

debugger-protocol-viewer's Introduction

devtools-protocol

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

More: DevTools Protocol repo and published devtools protocol viewer

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

Generate latest up-to-date docs:

./generate-docs.sh

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

Deploying:

We deploy to https://chromedevtools.github.io/devtools-protocol/ despite the source living here. The repo/branch layout is described here.

# deploy to https://chromedevtools.github.io/devtools-protocol/
git remote add dtprotocol [email protected]:ChromeDevTools/devtools-protocol.git
git push dtprotocol master:gh-pages

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!

debugger-protocol-viewer's People

Contributors

paulirish avatar kdzwinel avatar devtools-bot avatar ericguzman avatar bayandin avatar auchenberg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.