Skip to content

Commit 38a7b41

Browse files
kodster28RebeccaTamachiro
authored andcommitted
Update tags.ts -> Add video (#21047)
* Update tags.ts * format
1 parent e77ba38 commit 38a7b41

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

src/schemas/tags.ts

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ const languages: Array<object> = [
6060
{ label: "WebAssembly", variants: ["Web Assembly", "wasm"] },
6161
];
6262

63+
const operating_systems: Array<object> = [
64+
{ label: "Android", variants: ["ChromeOS"] },
65+
{ label: "iOS" },
66+
{ label: "Linux" },
67+
{ label: "MacOS", variants: ["OS X"] },
68+
{ label: "Windows", variants: ["ms windows"] },
69+
];
70+
71+
const presentation: Array<object> = [{ label: "Video" }];
72+
6373
const product_features: Array<object> = [
6474
{ label: "Web Crypto", variants: ["webcrypto"] },
6575
{ label: "RPC" },
@@ -90,14 +100,6 @@ const protocols: Array<object> = [
90100
{ label: "Wireguard" },
91101
];
92102

93-
const operating_systems: Array<object> = [
94-
{ label: "Android", variants: ["ChromeOS"] },
95-
{ label: "iOS" },
96-
{ label: "Linux" },
97-
{ label: "MacOS", variants: ["OS X"] },
98-
{ label: "Windows", variants: ["ms windows"] },
99-
];
100-
101103
const use_cases: Array<object> = [
102104
{ label: "AI" },
103105
{ label: "Authentication", variants: ["auth"] },
@@ -128,6 +130,7 @@ export const tags = {
128130
frameworks,
129131
integrations,
130132
languages,
133+
presentation,
131134
product_features,
132135
protocols,
133136
operating_systems,

0 commit comments

Comments
 (0)