aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-11-09 22:23:58 -0600
committerBen Beltran <ben@nsovocal.com>2016-11-09 22:23:58 -0600
commit6d2907fa68138d48a343200d10b6a400a2055566 (patch)
tree6d5c1fc1214b892edb8f02f38e636931e24c48ef /config
parent9e573a932f91a052c11db51adde546b886043daa (diff)
Configure jsdoc + fix package.json
Diffstat (limited to 'config')
-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
+ }
+}