summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-05 10:18:51 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-05 10:18:51 +0100
commit355a48866d1a43df9443a3b559c8ec8642343f3a (patch)
treef5bea3a7a89baeeaa8ab498821b840f085f6315e /package.json
parentf3f6bf64b860380cdaa52e3386113d3b7ccd6a24 (diff)
documentation: change JS docs template
Use another template for the JS api documentation which provides a better overview over the classes and methods. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 30ad4264b..5a847add8 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,9 @@
{
"scripts": {
- "doc": "jsdoc -c jsdoc.conf.json"
+ "doc": "jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
},
"devDependencies": {
- "jsdoc": "^3.6.3"
+ "jsdoc": "^3.6.3",
+ "jaguarjs-jsdoc": "^1.1.0"
}
}