summaryrefslogtreecommitdiff
path: root/.jsdocrc.json
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-09 13:49:21 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-09 13:49:21 +0200
commitcb35325c16760721e55783c4624ee63daa973f7c (patch)
tree86b93ef1af032737a097ce2acdf4c10fa77f9091 /.jsdocrc.json
parentc3557a37cc9e4d23db0f14f669e72c7aaff5d4c1 (diff)
Update JSDoc to include a readme
Diffstat (limited to '.jsdocrc.json')
-rw-r--r--.jsdocrc.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.jsdocrc.json b/.jsdocrc.json
new file mode 100644
index 0000000..99d9401
--- /dev/null
+++ b/.jsdocrc.json
@@ -0,0 +1,12 @@
+{
+ "source": {
+ "include": "./",
+ "includePattern": ".js$"
+ },
+ "plugins": ["plugins/markdown"],
+ "opts": {
+ "recurse": false,
+ "destination": "./dist/docs/",
+ "readme": "./README.md"
+ }
+}