diff --git a/index.html b/index.html index 0a073b5..3fb5c0d 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,27 @@ - - - - - Ciao - - - -
- -
-
-
-
- + + + + + Ciao + + + +
+ +
- +
+
+ +
+ diff --git a/jsdoc.conf.json b/jsdoc.conf.json index f8fc401..4915104 100644 --- a/jsdoc.conf.json +++ b/jsdoc.conf.json @@ -1,24 +1,24 @@ { - "plugins": ["plugins/markdown.js"], - "opts": { - "template": "node_modules/docdash", - "encoding": "utf8", - "destination": "./docs" - }, - "templates": { - "default": { - "includeDate": false - } - }, - "docdash": { - "static": true, - "sort": true, - "search": true, - "collapse": true, - "typedefs": false, - "private": false, - "navLevel": 0, - "removeQuotes": "none", - "scripts": [] + "plugins": ["plugins/markdown.js"], + "opts": { + "template": "node_modules/docdash", + "encoding": "utf8", + "destination": "./docs" + }, + "templates": { + "default": { + "includeDate": false } + }, + "docdash": { + "static": true, + "sort": true, + "search": true, + "collapse": true, + "typedefs": false, + "private": false, + "navLevel": 0, + "removeQuotes": "none", + "scripts": [] + } }