ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
860 stars 173 forks source link

Jekyll #25

Closed kdzwinel closed 9 years ago

kdzwinel commented 9 years ago

Demo: https://kdzwinel.github.io/debugger-protocol-viewer/

As discussed here, I moved the whole thing to Jekyll. Polymer is still used for menu/layout/header, but all custom components were removed (or rather, moved to templates). This fixes #1.

I've also added real URLs to domains/methods/events/types ( fixes #15 ).

Real URLs

Build step

create-domain-files.js is responsible for creating files in the _domains folder based on protocol.json (we no longer need to create protocol.js file). From that point, jekyll does all the hard work of building html files.

paulirish commented 9 years ago

Oh wow. This is excellent. Nice work!