From cd53ca6f72400ddad1a7ee9f4bae62383dfbbd25 Mon Sep 17 00:00:00 2001 From: Luis Leiva Date: Sat, 2 Feb 2019 19:15:54 +0200 Subject: [PATCH] Updated jsdoc config --- jsdoc.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/jsdoc.json b/jsdoc.json index ae19ee5..ed717ba 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -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" } }