mirror of https://github.com/luileito/jsketch.git
Updated jsdoc config
This commit is contained in:
parent
39ff070b11
commit
cd53ca6f72
13
jsdoc.json
13
jsdoc.json
|
|
@ -11,8 +11,7 @@
|
||||||
"jquery.sketchable.js",
|
"jquery.sketchable.js",
|
||||||
"jquery.sketchable.memento.js",
|
"jquery.sketchable.memento.js",
|
||||||
"jquery.sketchable.animate.js",
|
"jquery.sketchable.animate.js",
|
||||||
"jquery.sketchable.svg.js",
|
"jquery.sketchable.svg.js"
|
||||||
"README.md"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
|
@ -20,14 +19,16 @@
|
||||||
],
|
],
|
||||||
"templates": {
|
"templates": {
|
||||||
"cleverLinks": true,
|
"cleverLinks": true,
|
||||||
"minami": {
|
"default": {
|
||||||
"staticFiles": {
|
"staticFiles": {
|
||||||
"paths": ["./figs/"]
|
"__note__": "See https://github.com/jsdoc3/jsdoc/issues/1266",
|
||||||
|
"include": ["figs"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opts": {
|
"opts": {
|
||||||
"destination": "./docs",
|
"destination": "docs",
|
||||||
"template": "./node_modules/minami"
|
"readme": "README.md",
|
||||||
|
"template": "node_modules/minami"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue