In my opinion D3.js documentation is a bit slow to browse by so I decided to generate Dash documentation for comfortable local browsing.
- Clone this repo:
git clone https://github.com/exlee/d3-dash-gen
- Clone D3.wiki repo:
git clone https://github.com/mbostock/d3.wiki d3-dash-gen/d3.wiki
- Install dependencies
npm install
- Run using
node parse.js
- (Optional) Install LiveScript runtime:
npm install -g LiveScript
- Modify
- Run using
livescript parse.ls