Skip to content

Instantly share code, notes, and snippets.

@fastzen
Created October 5, 2016 22:25
Show Gist options
  • Save fastzen/aa5380d45cf44031dc07db69869a32b5 to your computer and use it in GitHub Desktop.
Save fastzen/aa5380d45cf44031dc07db69869a32b5 to your computer and use it in GitHub Desktop.
Create a rough-and-ready PouchDB Dash docset

Dashing can be used to create a Dash docset.

Build PouchDB

Then

cd docs/_site

and

dashing init

Change dashing.json as below.

Then

dashing build

and add docset to Dash.

{
"name": "PouchDB",
"package": "PouchDB",
"index": "index.html",
"selectors": {
".h2": "Command",
"title": "Package"
},
"ignore": [
"Blog"
],
"icon32x32": "./static/favicon.ico",
"allowJS": false,
"ExternalURL": "http://pouchdb.com/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment