diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2021-06-18 13:21:10 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2021-06-18 13:21:10 +0200 |
commit | be6b901cf7d07238337334e6b6d886a7b039f5e6 (patch) | |
tree | 3aeeebb780d9ce9072dcd04b89c64c70dc43fae3 | |
parent | 643b671931ed5530855e7d4819896790bf3f6c28 (diff) | |
download | hugo-be6b901cf7d07238337334e6b6d886a7b039f5e6.tar.gz hugo-be6b901cf7d07238337334e6b6d886a7b039f5e6.zip |
docs: Regenerate docs helper
-rw-r--r-- | docs/data/docs.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json index 103388608..d0edcb67f 100644 --- a/docs/data/docs.json +++ b/docs/data/docs.json @@ -1799,6 +1799,20 @@ }, { "mainType": "application", + "subType": "manifest", + "delimiter": ".", + "firstSuffix": { + "suffix": "webmanifest", + "fullSuffix": ".webmanifest" + }, + "type": "application/manifest+json", + "string": "application/manifest+json", + "suffixes": [ + "webmanifest" + ] + }, + { + "mainType": "application", "subType": "octet-stream", "delimiter": ".", "firstSuffix": { @@ -2280,6 +2294,20 @@ "notAlternative": false, "permalinkable": false, "weight": 0 + }, + { + "mediaType": "application/manifest+json", + "name": "WebAppManifest", + "path": "", + "baseName": "manifest", + "rel": "manifest", + "protocol": "", + "isPlainText": true, + "isHTML": false, + "noUgly": false, + "notAlternative": true, + "permalinkable": false, + "weight": 0 } ], "layouts": [ |