Dash docset documentation generator for the Svelte JavaScript framework.
- The dashing generator installed in
$PATH
npm install
npm run generate
(this will both fetch & generate the docset)
If you just want to fetch the site, npm run fetch
.
If you just want to (re)build the docset, npm run build
.
This runs a Node script and uses Puppetteer to fetch a few key pages from the main Svelte site (the tutorial + main docs page).
It then does some light processesing to setup the pages for local access -- removes the header, makes some CSS tweaks, fixes url/href paths, etc.
Dashing then scans the docs and generates the docset based on a healthy dose of regex matching.
Feel free to contribute any fixes/improvements. PRs always welcome. Ideas welcome too - just open an issue.
- Add Sapper docs (will likely be in a separate repo)
- Get scripts / REPL working.
- Recursion in
crawl()
makes fans spin. - fonts/SVGs fail on every 3rd or 4th page. Not really a big deal since they arrive the first time around
- Refactor without Dashing to fully support TOC (a la Vue docset)