mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
docs: Regen docs helper
This commit is contained in:
@ -1566,6 +1566,7 @@
|
||||
"disableXML": false,
|
||||
"tdewolff": {
|
||||
"html": {
|
||||
"keepComments": false,
|
||||
"keepConditionalComments": true,
|
||||
"keepDefaultAttrVals": true,
|
||||
"keepDocumentTags": true,
|
||||
@ -1574,13 +1575,18 @@
|
||||
"keepWhitespace": false
|
||||
},
|
||||
"css": {
|
||||
"decimals": -1,
|
||||
"keepCSS2": true
|
||||
"keepCSS2": true,
|
||||
"precision": 0
|
||||
},
|
||||
"js": {
|
||||
"precision": 0,
|
||||
"keepVarNames": false
|
||||
},
|
||||
"json": {
|
||||
"precision": 0
|
||||
},
|
||||
"js": {},
|
||||
"json": {},
|
||||
"svg": {
|
||||
"decimals": -1
|
||||
"precision": 0
|
||||
},
|
||||
"xml": {
|
||||
"keepWhitespace": false
|
||||
|
Reference in New Issue
Block a user