aboutsummaryrefslogtreecommitdiff
path: root/config/jsdoc.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-02-23 21:04:18 +0000
committerRuben Beltran del Rio <git@r.bdr.sh>2024-02-23 21:04:18 +0000
commit442ebaf901a8ca686ce769325054e1f393d43b7c (patch)
tree0a5d4fe60fb359d3950aa29b4d1b2fcde9151867 /config/jsdoc.json
parent2f579cf4c0d8ff95af78103783c7ca8f951cc797 (diff)
Remove bin and config files
Diffstat (limited to 'config/jsdoc.json')
-rw-r--r--config/jsdoc.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/jsdoc.json b/config/jsdoc.json
deleted file mode 100644
index 9e05753..0000000
--- a/config/jsdoc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "plugins": ["plugins/markdown"],
- "opts": {
- "destination": "doc",
- "readme": "README.md",
- "template": "node_modules/docdash",
- "recurse": true
- }
-}