RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.82k stars 1.3k forks source link

Add ability to hide Swagger UI v3 header #2777

Open BlackGad opened 4 years ago

BlackGad commented 4 years ago

It would be nice to have ability to hide Top panel with explore button.

Accordingly to existing swagger issue several ways to do this:

Files where UI configuration must be mapped

RicoSuter commented 4 years ago

So it’s just a swagger ui option which is not exposed by nswag?

BlackGad commented 4 years ago

Yeah, you have already added additional options but this case needs some additional manipulations in javascript options instance.