mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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"
|
"svg"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"mainType": "image",
|
||||||
|
"subType": "webp",
|
||||||
|
"delimiter": ".",
|
||||||
|
"firstSuffix": {
|
||||||
|
"suffix": "webp",
|
||||||
|
"fullSuffix": ".webp"
|
||||||
|
},
|
||||||
|
"type": "image/webp",
|
||||||
|
"string": "image/webp",
|
||||||
|
"suffixes": [
|
||||||
|
"webp"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"mainType": "text",
|
"mainType": "text",
|
||||||
"subType": "calendar",
|
"subType": "calendar",
|
||||||
|
@ -3467,6 +3481,12 @@
|
||||||
"Aliases": null,
|
"Aliases": null,
|
||||||
"Examples": null
|
"Examples": null
|
||||||
},
|
},
|
||||||
|
"IsExtended": {
|
||||||
|
"Description": "",
|
||||||
|
"Args": null,
|
||||||
|
"Aliases": null,
|
||||||
|
"Examples": null
|
||||||
|
},
|
||||||
"IsProduction": {
|
"IsProduction": {
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Args": null,
|
"Args": null,
|
||||||
|
|
Loading…
Reference in a new issue