-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Middlewares: Add support for ReDoc web UI #462
Comments
That would be really nice! |
UseSwaggerReDoc() or UseReDoc()? |
Hey, @RSuter. Great work with NSwag! ReDoc author here 👋 and just FYI: I'm migrating ReDoc to React.js: Redocly/redoc#327 |
@RomanGotsiy integration was no problem - UI looks good so far. If I see any issues with how the spec is processed I'll come back to you :-). ReDoc looks like a nice alternative to Swagger UI. |
Will be available soon in v11.8.0 |
I need help with UseSwaggerReDoc. I can not find any example how to set everything in .NET CORE 2.0 project. |
Sorry, false alert. URL: https://github.com/RSuter/NSwag/blob/master/src/NSwag.Sample.NETCore20/Startup.cs But i found out the problem with URL. In browser i must to use URL "http://www.example.com/swagger/" but not "http://www.example.com/swagger". This is confusing. |
This is strange, can you open a new issue with that? |
New issue #1557 |
https://github.com/Rebilly/ReDoc
The text was updated successfully, but these errors were encountered: