X-Git-Url: https://git.r.bdr.sh/rbdr/dead-drop/blobdiff_plain/dc10b1de1a73effd6d0ab5744709913ef5cbe5b3..b0b2aee1145b50a58c22d39627df717d45c6338f:/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 + } +}