mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Regenerate docs helper
This commit is contained in:
parent
f04cc581e1
commit
9f7fb0a73b
1 changed files with 30 additions and 30 deletions
|
@ -1691,22 +1691,6 @@
|
||||||
},
|
},
|
||||||
"media": {
|
"media": {
|
||||||
"types": [
|
"types": [
|
||||||
{
|
|
||||||
"mainType": "application",
|
|
||||||
"subType": "javascript",
|
|
||||||
"delimiter": ".",
|
|
||||||
"firstSuffix": {
|
|
||||||
"suffix": "js",
|
|
||||||
"fullSuffix": ".js"
|
|
||||||
},
|
|
||||||
"type": "application/javascript",
|
|
||||||
"string": "application/javascript",
|
|
||||||
"suffixes": [
|
|
||||||
"js",
|
|
||||||
"jsm",
|
|
||||||
"mjs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"mainType": "application",
|
"mainType": "application",
|
||||||
"subType": "json",
|
"subType": "json",
|
||||||
|
@ -1792,20 +1776,6 @@
|
||||||
"toml"
|
"toml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"mainType": "application",
|
|
||||||
"subType": "typescript",
|
|
||||||
"delimiter": ".",
|
|
||||||
"firstSuffix": {
|
|
||||||
"suffix": "ts",
|
|
||||||
"fullSuffix": ".ts"
|
|
||||||
},
|
|
||||||
"type": "application/typescript",
|
|
||||||
"string": "application/typescript",
|
|
||||||
"suffixes": [
|
|
||||||
"ts"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"mainType": "application",
|
"mainType": "application",
|
||||||
"subType": "xml",
|
"subType": "xml",
|
||||||
|
@ -2007,6 +1977,22 @@
|
||||||
"html"
|
"html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"mainType": "text",
|
||||||
|
"subType": "javascript",
|
||||||
|
"delimiter": ".",
|
||||||
|
"firstSuffix": {
|
||||||
|
"suffix": "js",
|
||||||
|
"fullSuffix": ".js"
|
||||||
|
},
|
||||||
|
"type": "text/javascript",
|
||||||
|
"string": "text/javascript",
|
||||||
|
"suffixes": [
|
||||||
|
"js",
|
||||||
|
"jsm",
|
||||||
|
"mjs"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"mainType": "text",
|
"mainType": "text",
|
||||||
"subType": "jsx",
|
"subType": "jsx",
|
||||||
|
@ -2064,6 +2050,20 @@
|
||||||
"tsx"
|
"tsx"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"mainType": "text",
|
||||||
|
"subType": "typescript",
|
||||||
|
"delimiter": ".",
|
||||||
|
"firstSuffix": {
|
||||||
|
"suffix": "ts",
|
||||||
|
"fullSuffix": ".ts"
|
||||||
|
},
|
||||||
|
"type": "text/typescript",
|
||||||
|
"string": "text/typescript",
|
||||||
|
"suffixes": [
|
||||||
|
"ts"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"mainType": "text",
|
"mainType": "text",
|
||||||
"subType": "x-sass",
|
"subType": "x-sass",
|
||||||
|
|
Loading…
Reference in a new issue