mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Regen docshelper
This commit is contained in:
parent
5e39eb20a6
commit
b9318e4315
1 changed files with 10 additions and 5 deletions
|
@ -1557,13 +1557,18 @@
|
||||||
"keepWhitespace": false
|
"keepWhitespace": false
|
||||||
},
|
},
|
||||||
"css": {
|
"css": {
|
||||||
"decimals": -1,
|
"keepCSS2": true,
|
||||||
"keepCSS2": true
|
"precision": 0
|
||||||
|
},
|
||||||
|
"js": {
|
||||||
|
"precision": 0,
|
||||||
|
"keepVarNames": false
|
||||||
|
},
|
||||||
|
"json": {
|
||||||
|
"precision": 0
|
||||||
},
|
},
|
||||||
"js": {},
|
|
||||||
"json": {},
|
|
||||||
"svg": {
|
"svg": {
|
||||||
"decimals": -1
|
"precision": 0
|
||||||
},
|
},
|
||||||
"xml": {
|
"xml": {
|
||||||
"keepWhitespace": false
|
"keepWhitespace": false
|
||||||
|
|
Loading…
Reference in a new issue