aboutsummaryrefslogtreecommitdiff
path: root/config/jsdoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/jsdoc.json')
-rw-r--r--config/jsdoc.json9
1 files changed, 9 insertions, 0 deletions
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
+ }
+}