Dashing can be used to create a Dash docset.
Then
cd docs/_site
and
dashing init
Change dashing.json as below.
Then
dashing build
and add docset to Dash.
Dashing can be used to create a Dash docset.
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/" | |
| } |