Skip to content

Commit

Permalink
Replace documentation with jsdoc and use mocha-docdash pretty layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter authored and boneskull committed May 17, 2018
1 parent d768d6a commit b92c2c7
Show file tree
Hide file tree
Showing 4 changed files with 1,764 additions and 5,661 deletions.
35 changes: 35 additions & 0 deletions jsdoc.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"lib/",
"./README.md"
]
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"template": "node_modules/mocha-docdash",
"destination": "docs/api",
"recurse": true,
"verbose": true
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true,
"includeDate": false
}
},
"mocha-docdash": {
"static": false,
"sort": true
}
}
Loading

0 comments on commit b92c2c7

Please sign in to comment.