Updated jsdoc config

This commit is contained in:
Luis Leiva 2019-02-02 19:15:54 +02:00
parent 39ff070b11
commit cd53ca6f72
1 changed files with 7 additions and 6 deletions

View File

@ -11,8 +11,7 @@
"jquery.sketchable.js",
"jquery.sketchable.memento.js",
"jquery.sketchable.animate.js",
"jquery.sketchable.svg.js",
"README.md"
"jquery.sketchable.svg.js"
]
},
"plugins": [
@ -20,14 +19,16 @@
],
"templates": {
"cleverLinks": true,
"minami": {
"default": {
"staticFiles": {
"paths": ["./figs/"]
"__note__": "See https://github.com/jsdoc3/jsdoc/issues/1266",
"include": ["figs"]
}
}
},
"opts": {
"destination": "./docs",
"template": "./node_modules/minami"
"destination": "docs",
"readme": "README.md",
"template": "node_modules/minami"
}
}