shithub: hugo

Download patch

ref: 332b65e4ccb6ac0d606de2a1b23f5189c72542be
parent: 3553fc533a868d0303214e3ae53558e23d09b438
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Fri Oct 30 05:52:32 EDT 2020

docs: Regen docs helper

--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1557,18 +1557,13 @@
           "keepWhitespace": false
         },
         "css": {
-          "keepCSS2": true,
-          "precision": 0
+          "decimals": -1,
+          "keepCSS2": true
         },
-        "js": {
-          "precision": 0,
-          "keepVarNames": false
-        },
-        "json": {
-          "precision": 0
-        },
+        "js": {},
+        "json": {},
         "svg": {
-          "precision": 0
+          "decimals": -1
         },
         "xml": {
           "keepWhitespace": false
@@ -4727,7 +4722,8 @@
         "AsTime": {
           "Description": "AsTime converts the textual representation of the datetime string into\na time.Time interface.",
           "Args": [
-            "v"
+            "v",
+            "args"
           ],
           "Aliases": null,
           "Examples": [