mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Regen docs helper
This commit is contained in:
parent
3553fc533a
commit
332b65e4cc
1 changed files with 7 additions and 11 deletions
|
@ -1557,18 +1557,13 @@
|
||||||
"keepWhitespace": false
|
"keepWhitespace": false
|
||||||
},
|
},
|
||||||
"css": {
|
"css": {
|
||||||
"keepCSS2": true,
|
"decimals": -1,
|
||||||
"precision": 0
|
"keepCSS2": true
|
||||||
},
|
|
||||||
"js": {
|
|
||||||
"precision": 0,
|
|
||||||
"keepVarNames": false
|
|
||||||
},
|
|
||||||
"json": {
|
|
||||||
"precision": 0
|
|
||||||
},
|
},
|
||||||
|
"js": {},
|
||||||
|
"json": {},
|
||||||
"svg": {
|
"svg": {
|
||||||
"precision": 0
|
"decimals": -1
|
||||||
},
|
},
|
||||||
"xml": {
|
"xml": {
|
||||||
"keepWhitespace": false
|
"keepWhitespace": false
|
||||||
|
@ -4727,7 +4722,8 @@
|
||||||
"AsTime": {
|
"AsTime": {
|
||||||
"Description": "AsTime converts the textual representation of the datetime string into\na time.Time interface.",
|
"Description": "AsTime converts the textual representation of the datetime string into\na time.Time interface.",
|
||||||
"Args": [
|
"Args": [
|
||||||
"v"
|
"v",
|
||||||
|
"args"
|
||||||
],
|
],
|
||||||
"Aliases": null,
|
"Aliases": null,
|
||||||
"Examples": [
|
"Examples": [
|
||||||
|
|
Loading…
Reference in a new issue