We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kubb
1 parent e85fb5f commit dd87082Copy full SHA for dd87082
packages/docs/components/ecosystem.tsx
@@ -29,7 +29,14 @@ const formIntegrations: ZodResource[] = [];
29
30
const zodToXConverters: ZodResource[] = [];
31
32
-const xToZodConverters: ZodResource[] = [];
+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
+];
40
41
const mockingLibraries: ZodResource[] = [
42
{
0 commit comments