Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-10-30 11:52:32 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-10-30 11:52:32 +0300
commit332b65e4ccb6ac0d606de2a1b23f5189c72542be (patch)
tree2c348f4eb57a2f2c0950976347e534e36a3d5831
parent3553fc533a868d0303214e3ae53558e23d09b438 (diff)
docs: Regen docs helper
-rw-r--r--docs/data/docs.json18
1 files changed, 7 insertions, 11 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 394ccd32f..7ef0b939b 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1557,18 +1557,13 @@
"keepWhitespace": false
},
"css": {
- "keepCSS2": true,
- "precision": 0
- },
- "js": {
- "precision": 0,
- "keepVarNames": false
- },
- "json": {
- "precision": 0
+ "decimals": -1,
+ "keepCSS2": true
},
+ "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": [