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
8f7891e70c
commit
fd96f65a3d
1 changed files with 20 additions and 0 deletions
|
@ -1752,6 +1752,20 @@
|
|||
"svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mainType": "image",
|
||||
"subType": "webp",
|
||||
"delimiter": ".",
|
||||
"firstSuffix": {
|
||||
"suffix": "webp",
|
||||
"fullSuffix": ".webp"
|
||||
},
|
||||
"type": "image/webp",
|
||||
"string": "image/webp",
|
||||
"suffixes": [
|
||||
"webp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mainType": "text",
|
||||
"subType": "calendar",
|
||||
|
@ -3467,6 +3481,12 @@
|
|||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"IsExtended": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"IsProduction": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
|
|
Loading…
Reference in a new issue