Skip to content

Commit dd87082

Browse files
docs: add support for kubb as part of the v4 upgrade (#4260)
1 parent e85fb5f commit dd87082

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ const formIntegrations: ZodResource[] = [];
2929

3030
const zodToXConverters: ZodResource[] = [];
3131

32-
const xToZodConverters: ZodResource[] = [];
32+
const xToZodConverters: ZodResource[] = [
33+
{
34+
name: "kubb",
35+
url: "https://github.com/kubb-labs/kubb",
36+
description: "The ultimate toolkit for working with APIs.",
37+
slug: "kubb-labs/kubb",
38+
},
39+
];
3340

3441
const mockingLibraries: ZodResource[] = [
3542
{

0 commit comments

Comments
 (0)