@@ -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+
6373const 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-
101103const 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