Elegant Redoc middleware for ASP.NET Core using Swagger JSON.
Easily add beautiful, responsive API documentation to your ASP.NET Core Web API projects — with full support for OpenAPI versioning and dynamic Redoc UI loading.
- 📘 Serve Redoc UI from embedded resources (no external files)
- 🔁 Full support for multiple API versions via Swagger
- 🎛 Dynamic mode: allow users to choose and load API versions at runtime
- ✨ Minimal setup: just call
.UseRedocify()in yourProgram.cs