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>
This commit is contained in:
Jo-Philipp Wich
2019-11-05 10:18:51 +01:00
parent f3f6bf64b8
commit 355a48866d
22 changed files with 48059 additions and 31648 deletions

View File

@@ -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"
}
}