From 8d2dfbab7667bef775f220f2d88c0f1f4aab7805 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 01:07:52 +0200 Subject: Update docs and tooling --- config/jsdoc.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 config/jsdoc.json (limited to 'config/jsdoc.json') 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 - } -} -- cgit