mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Regenerate docshelper
This commit is contained in:
parent
1651beb2c1
commit
4a0b55330c
1 changed files with 42 additions and 0 deletions
|
@ -1915,6 +1915,20 @@
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"mainType": "application",
|
||||||
|
"subType": "pdf",
|
||||||
|
"delimiter": ".",
|
||||||
|
"firstSuffix": {
|
||||||
|
"suffix": "pdf",
|
||||||
|
"fullSuffix": ".pdf"
|
||||||
|
},
|
||||||
|
"type": "application/pdf",
|
||||||
|
"string": "application/pdf",
|
||||||
|
"suffixes": [
|
||||||
|
"pdf"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"mainType": "application",
|
"mainType": "application",
|
||||||
"subType": "rss",
|
"subType": "rss",
|
||||||
|
@ -2015,6 +2029,34 @@
|
||||||
"ttf"
|
"ttf"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"mainType": "image",
|
||||||
|
"subType": "bmp",
|
||||||
|
"delimiter": ".",
|
||||||
|
"firstSuffix": {
|
||||||
|
"suffix": "bmp",
|
||||||
|
"fullSuffix": ".bmp"
|
||||||
|
},
|
||||||
|
"type": "image/bmp",
|
||||||
|
"string": "image/bmp",
|
||||||
|
"suffixes": [
|
||||||
|
"bmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mainType": "image",
|
||||||
|
"subType": "gif",
|
||||||
|
"delimiter": ".",
|
||||||
|
"firstSuffix": {
|
||||||
|
"suffix": "gif",
|
||||||
|
"fullSuffix": ".gif"
|
||||||
|
},
|
||||||
|
"type": "image/gif",
|
||||||
|
"string": "image/gif",
|
||||||
|
"suffixes": [
|
||||||
|
"gif"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"mainType": "image",
|
"mainType": "image",
|
||||||
"subType": "jpeg",
|
"subType": "jpeg",
|
||||||
|
|
Loading…
Reference in a new issue