Skip to content

Commit

Permalink
docs: Regenerate docshelper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 4, 2022
1 parent 1651beb commit 4a0b553
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/data/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1915,6 +1915,20 @@
""
]
},
{
"mainType": "application",
"subType": "pdf",
"delimiter": ".",
"firstSuffix": {
"suffix": "pdf",
"fullSuffix": ".pdf"
},
"type": "application/pdf",
"string": "application/pdf",
"suffixes": [
"pdf"
]
},
{
"mainType": "application",
"subType": "rss",
Expand Down Expand Up @@ -2015,6 +2029,34 @@
"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",
"subType": "jpeg",
Expand Down

0 comments on commit 4a0b553

Please sign in to comment.