From 9f7fb0a73bd56cb5fc002fadeb1357fcd14f9c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Nov 2022 16:16:53 +0100 Subject: [PATCH] docs: Regenerate docs helper --- docs/data/docs.json | 60 ++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/data/docs.json b/docs/data/docs.json index 8eda8d3b2..7882bd1b4 100644 --- a/docs/data/docs.json +++ b/docs/data/docs.json @@ -1691,22 +1691,6 @@ }, "media": { "types": [ - { - "mainType": "application", - "subType": "javascript", - "delimiter": ".", - "firstSuffix": { - "suffix": "js", - "fullSuffix": ".js" - }, - "type": "application/javascript", - "string": "application/javascript", - "suffixes": [ - "js", - "jsm", - "mjs" - ] - }, { "mainType": "application", "subType": "json", @@ -1792,20 +1776,6 @@ "toml" ] }, - { - "mainType": "application", - "subType": "typescript", - "delimiter": ".", - "firstSuffix": { - "suffix": "ts", - "fullSuffix": ".ts" - }, - "type": "application/typescript", - "string": "application/typescript", - "suffixes": [ - "ts" - ] - }, { "mainType": "application", "subType": "xml", @@ -2007,6 +1977,22 @@ "html" ] }, + { + "mainType": "text", + "subType": "javascript", + "delimiter": ".", + "firstSuffix": { + "suffix": "js", + "fullSuffix": ".js" + }, + "type": "text/javascript", + "string": "text/javascript", + "suffixes": [ + "js", + "jsm", + "mjs" + ] + }, { "mainType": "text", "subType": "jsx", @@ -2064,6 +2050,20 @@ "tsx" ] }, + { + "mainType": "text", + "subType": "typescript", + "delimiter": ".", + "firstSuffix": { + "suffix": "ts", + "fullSuffix": ".ts" + }, + "type": "text/typescript", + "string": "text/typescript", + "suffixes": [ + "ts" + ] + }, { "mainType": "text", "subType": "x-sass",