From 4a0b55330caa2ed0be486e34428294d060c45296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 4 Jan 2022 17:11:17 +0100 Subject: docs: Regenerate docshelper --- docs/data/docs.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'docs') diff --git a/docs/data/docs.json b/docs/data/docs.json index b270b2c9b..f413949c9 100644 --- a/docs/data/docs.json +++ b/docs/data/docs.json @@ -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", @@ -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", -- cgit v1.2.3