Skip to content

Commit bdf5b31

Browse files
committed
other content updates
1 parent cf452dd commit bdf5b31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/schemas/tags.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ const integrations: Array<Tag> = [
3838
variants: ["AzureAD", "Azure Active Directory", "MS Entra ID", "Entra ID"],
3939
},
4040
{ label: "Microsoft" },
41-
{ label: "Postgres", variants: ["PostgresSQL"] },
41+
{ label: "MotherDuck" },
42+
{ label: "Postgres", variants: ["PostgreSQL"] },
4243
{ label: "S3" },
4344
{ label: "Sentry" },
4445
{ label: "Stripe" },
@@ -112,6 +113,7 @@ const use_cases: Array<Tag> = [
112113
{ label: "CORS" },
113114
{ label: "Debugging", variants: ["debug", "troubleshooting"] },
114115
{ label: "Forms" },
116+
{ label: "Full stack", variants: ["full-stack"] },
115117
{ label: "Geolocation" },
116118
{ label: "Headers", variants: ["header"] },
117119
{ label: "Localization" },
@@ -124,6 +126,8 @@ const use_cases: Array<Tag> = [
124126
{ label: "Response modification", variants: ["response"] },
125127
{ label: "RPC" },
126128
{ label: "Security" },
129+
{ label: "SPA" },
130+
{ label: "SSG" },
127131
{ label: "URL rewrite", variants: ["rewrite"] },
128132
];
129133

0 commit comments

Comments
 (0)