]> git.r.bdr.sh - rbdr/dead-drop/blobdiff - config/jsdoc.json
Merge branch 'release/1.0.0'
[rbdr/dead-drop] / config / jsdoc.json
diff --git a/config/jsdoc.json b/config/jsdoc.json
new file mode 100644 (file)
index 0000000..9e05753
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "plugins": ["plugins/markdown"],
+  "opts": {
+    "destination": "doc",
+    "readme": "README.md",
+    "template": "node_modules/docdash",
+    "recurse": true
+  }
+}