X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/7a5a585ead8c4e967980adc2ab9c7502e47694fd..cf6302904d61ead65e6294e7f1be406eb68ef5f9:/config/jsdoc.json diff --git a/config/jsdoc.json b/config/jsdoc.json new file mode 100644 index 0000000..9e05753 --- /dev/null +++ b/config/jsdoc.json @@ -0,0 +1,9 @@ +{ + "plugins": ["plugins/markdown"], + "opts": { + "destination": "doc", + "readme": "README.md", + "template": "node_modules/docdash", + "recurse": true + } +}