commit 4a0b55330caa2ed0be486e34428294d060c45296
parent 1651beb2c162f64a55d17f8f62223d82418569c9
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Tue, 4 Jan 2022 17:11:17 +0100
docs: Regenerate docshelper
Diffstat:
1 file changed, 42 insertions(+), 0 deletions(-)
diff --git a/docs/data/docs.json b/docs/data/docs.json
@@ -1917,6 +1917,20 @@
},
{
"mainType": "application",
+ "subType": "pdf",
+ "delimiter": ".",
+ "firstSuffix": {
+ "suffix": "pdf",
+ "fullSuffix": ".pdf"
+ },
+ "type": "application/pdf",
+ "string": "application/pdf",
+ "suffixes": [
+ "pdf"
+ ]
+ },
+ {
+ "mainType": "application",
"subType": "rss",
"delimiter": ".",
"firstSuffix": {
@@ -2017,6 +2031,34 @@
},
{
"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",
"delimiter": ".",
"firstSuffix": {