From d3368e075e0db7de4f3fae51c34827897c13f97c Mon Sep 17 00:00:00 2001 From: Sanskar Jethi <29942790+sansyrox@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:08:18 +0000 Subject: [PATCH] feat: finalise openapi (#1010) --- docs_src/src/pages/documentation/api_reference/openapi.mdx | 2 +- docs_src/src/pages/documentation/example_app/openapi.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_src/src/pages/documentation/api_reference/openapi.mdx b/docs_src/src/pages/documentation/api_reference/openapi.mdx index 6159f87d..206097ed 100644 --- a/docs_src/src/pages/documentation/api_reference/openapi.mdx +++ b/docs_src/src/pages/documentation/api_reference/openapi.mdx @@ -2,7 +2,7 @@ export const description = 'Welcome to the Robyn API documentation. You will find comprehensive guides and documentation to help you start working with Robyn as quickly as possible, as well as support if you get stuck.' -## OpenAPI Docs a.k.a Swagger (Coming Soon) +## OpenAPI Docs a.k.a Swagger After deploying the application, Batman got multiple queries from the users on how to use the endpoints. Robyn showed him how to generate OpenAPI specifications for his application. diff --git a/docs_src/src/pages/documentation/example_app/openapi.mdx b/docs_src/src/pages/documentation/example_app/openapi.mdx index 8a3bbe73..3861dc47 100644 --- a/docs_src/src/pages/documentation/example_app/openapi.mdx +++ b/docs_src/src/pages/documentation/example_app/openapi.mdx @@ -2,7 +2,7 @@ export const description = 'Welcome to the Robyn API documentation. You will find comprehensive guides and documentation to help you start working with Robyn as quickly as possible, as well as support if you get stuck.' -## OpenAPI Docs a.k.a Swagger (Coming Soon) +## OpenAPI Docs a.k.a Swagger After deploying the application, Batman got multiple queries from the users on how to use the endpoints. Robyn showed him how to generate OpenAPI specifications for his application.