aboutsummaryrefslogtreecommitdiff
path: root/config/jsdoc.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 01:07:52 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 01:07:52 +0200
commit8b25c58124f87421fd3da836b884f338f33a8113 (patch)
tree2a6a7ebf5b7f02fd47b0187367b9e77d3f65016d /config/jsdoc.json
parentae85c067634676251e812765c81adfdef8f85f9d (diff)
Update docs and tooling
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 1ad13c4..0000000
--- a/config/jsdoc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "plugins": ["plugins/markdown"],
- "opts": {
- "destination": "doc",
- "readme": "README.md",
- "template": "node_modules/jsdoc-augmented-template",
- "recurse": true
- }
-}