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
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-04 19:11:17 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-04 19:11:17 +0300
commit4a0b55330caa2ed0be486e34428294d060c45296 (patch)
tree62055337a78fd31f0223d18a86ec251353ab4683 /docs
parent1651beb2c162f64a55d17f8f62223d82418569c9 (diff)
docs: Regenerate docshelper
Diffstat (limited to 'docs')
-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": {