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,
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue