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
7d0a261981
commit
1b364b003f
1 changed files with 11 additions and 5 deletions
|
@ -1566,6 +1566,7 @@
|
||||||
"disableXML": false,
|
"disableXML": false,
|
||||||
"tdewolff": {
|
"tdewolff": {
|
||||||
"html": {
|
"html": {
|
||||||
|
"keepComments": false,
|
||||||
"keepConditionalComments": true,
|
"keepConditionalComments": true,
|
||||||
"keepDefaultAttrVals": true,
|
"keepDefaultAttrVals": true,
|
||||||
"keepDocumentTags": true,
|
"keepDocumentTags": true,
|
||||||
|
@ -1574,13 +1575,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