Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/data/docs.json')
-rw-r--r--docs/data/docs.json42
1 files changed, 42 insertions, 0 deletions
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
@@ -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": {