Skip to content

Commit 2c3a66f

Browse files
committed
tweaks
1 parent 0522b0e commit 2c3a66f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/schemas/tags.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ const frameworks: Array<Object> = [
1212
{ label: "Next.js", variants: ["nextjs"] },
1313
{ label: "Node.js", variants: ["node", "nodejs"] },
1414
{ label: "Nuxt" },
15+
{ label: "RPC" },
1516
{ label: "Ruby", variants: ["rb", "ruby on rails"] },
1617
{ label: "Svelte" },
1718
{ label: "SvelteKit" },
1819
{ label: "Vue.js", variants: ["vue", "vuejs"] },
20+
{ label: "Web Crypto", variants: ["webcrypto"] },
1921
];
2022

2123
const integrations: Array<Object> = [
@@ -45,7 +47,6 @@ const languages: Array<Object> = [
4547
{ label: "NoSQL" },
4648
{ label: "PowerShell", variants: ["js"] },
4749
{ label: "Python", variants: ["py"] },
48-
{ label: "RPC" },
4950
{ label: "Rust", variants: ["rs"] },
5051
{ label: "SQL" },
5152
{ label: "TypeScript", variants: ["ts"] },
@@ -95,6 +96,7 @@ const use_cases: Array<Object> = [
9596
{ label: "Redirects", variants: ["redirect"] },
9697
{ label: "Request modification", variants: ["request"] },
9798
{ label: "Response modification", variants: ["response"] },
99+
{ label: "Security" },
98100
{ label: "URL rewrite", variants: ["rewrite"] },
99101
];
100102

0 commit comments

Comments
 (0)