From 67fb372516b2dbfab96c0b811e845425271633bc Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 14 Sep 2023 00:34:55 +0100 Subject: [PATCH] prettier --- index.html | 43 +++++++++++++++++++++++-------------------- jsdoc.conf.json | 42 +++++++++++++++++++++--------------------- 2 files changed, 44 insertions(+), 41 deletions(-) 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": [] + } }