Skip to content

Commit d2af085

Browse files
committed
Move rpc
1 parent 71d25a5 commit d2af085

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/schemas/tags.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ const frameworks: Array<object> = [
1717
{ label: "Next.js", variants: ["nextjs"] },
1818
{ label: "Node.js", variants: ["node", "nodejs"] },
1919
{ label: "Nuxt" },
20-
{ label: "RPC" },
2120
{ label: "Ruby", variants: ["rb", "ruby on rails"] },
2221
{ label: "Svelte" },
2322
{ label: "SvelteKit" },
2423
{ label: "Vue.js", variants: ["vue", "vuejs"] },
25-
{ label: "Web Crypto", variants: ["webcrypto"] },
2624
];
2725

2826
const integrations: Array<object> = [
@@ -110,6 +108,7 @@ const use_cases: Array<object> = [
110108
{ label: "Redirects", variants: ["redirect"] },
111109
{ label: "Request modification", variants: ["request"] },
112110
{ label: "Response modification", variants: ["response"] },
111+
{ label: "RPC" },
113112
{ label: "Security" },
114113
{ label: "URL rewrite", variants: ["rewrite"] },
115114
];

0 commit comments

Comments
 (0)