docs: Regen docs helper - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1b364b003f68df3adb1644769fe69810d85e3897
 (DIR) parent 7d0a261981d5832c21cc77f04331647e451a881f
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Thu, 18 Feb 2021 17:54:25 +0100
       
       docs: Regen docs helper
       
       Diffstat:
         M docs/data/docs.json                 |      16 +++++++++++-----
       
       1 file changed, 11 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/docs/data/docs.json b/docs/data/docs.json
       @@ -1566,6 +1566,7 @@
              "disableXML": false,
              "tdewolff": {
                "html": {
       +          "keepComments": false,
                  "keepConditionalComments": true,
                  "keepDefaultAttrVals": true,
                  "keepDocumentTags": true,
       @@ -1574,13 +1575,18 @@
                  "keepWhitespace": false
                },
                "css": {
       -          "decimals": -1,
       -          "keepCSS2": true
       +          "keepCSS2": true,
       +          "precision": 0
       +        },
       +        "js": {
       +          "precision": 0,
       +          "keepVarNames": false
       +        },
       +        "json": {
       +          "precision": 0
                },
       -        "js": {},
       -        "json": {},
                "svg": {
       -          "decimals": -1
       +          "precision": 0
                },
                "xml": {
                  "keepWhitespace": false