diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 10:18:51 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 10:18:51 +0100 |
commit | 355a48866d1a43df9443a3b559c8ec8642343f3a (patch) | |
tree | f5bea3a7a89baeeaa8ab498821b840f085f6315e /package.json | |
parent | f3f6bf64b860380cdaa52e3386113d3b7ccd6a24 (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.json | 5 |
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" } } |