summaryrefslogtreecommitdiff
path: root/support/jsdoc-conf.json
diff options
context:
space:
mode:
Diffstat (limited to 'support/jsdoc-conf.json')
-rw-r--r--support/jsdoc-conf.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/support/jsdoc-conf.json b/support/jsdoc-conf.json
new file mode 100644
index 0000000..2e3e7ef
--- /dev/null
+++ b/support/jsdoc-conf.json
@@ -0,0 +1,12 @@
+{
+ "source": {
+ "exclude": []
+ },
+ "opts": {
+ "template": "./node_modules/ink-docstrap/template/",
+ "encoding": "utf8",
+ "destination": "./docs/",
+ "recurse": false,
+ "readme": "./README.md"
+ }
+} \ No newline at end of file