diff --git a/src/content/docs/bff/samples/index.mdx b/src/content/docs/bff/samples/index.mdx index f2b990838..5d48d9069 100644 --- a/src/content/docs/bff/samples/index.mdx +++ b/src/content/docs/bff/samples/index.mdx @@ -93,6 +93,18 @@ This sample shows how to use the BFF extensions for Microsoft YARP. target="_blank" /> +## OpenAPI and SwaggerUI + +This sample shows how to use OpenAPI and SwaggerUI in combination with BFF. +A walkthrough is available [on the Duende blog](https://blog.duendesoftware.com/posts/20250430-managing-openapi-specifications-with-backend-for-frontend-and-swagger-ui). + + + ## Separate Host for UI This sample shows how to have separate projects from the frontend and backend, using CORS to allow cross-site requests from the frontend to the backend.