From 860af85c71e0ed0ebc496d1de702aa61cbce4f60 Mon Sep 17 00:00:00 2001 From: Patryk Zdunowski Date: Sun, 24 Aug 2025 12:54:36 +0000 Subject: [PATCH] fix: different links for openapi and graphql for xyd --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2e0ac3..8babaed 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Assist users in understanding and navigating the features and functionalities of - [Scalar](https://github.com/scalar/scalar) - Generate interactive API documentations from Swagger files. - [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) - Generate API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3). - [GitBook](https://github.com/GitbookIO/gitbook) - A modern platform for creating and managing interactive API documentation from OpenAPI definitions. +- [xyd](https://xyd.dev/docs/guides/openapi) - Generate scalable API Docs from OpenAPI definitions easier. #### GraphQL @@ -161,6 +162,7 @@ Assist users in understanding and navigating the features and functionalities of - [SpectaQL](https://github.com/anvilco/spectaql) - A Node.js library that generates static documentation for a GraphQL schema. - [GraphQLDocs](https://github.com/brettchalupa/graphql-docs) - Ruby library and CLI for easily generating beautiful documentation from your GraphQL schema. - [Magidoc](https://github.com/magidoc-org/magidoc) - A a JavaScript library that auto-generates static documentation from any GraphQL schema. +- [xyd](https://xyd.dev/docs/guides/graphql) - Generate scalable API Docs from GraphQL schema easier. #### gRPC