scottie1984 / swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.4k stars 225 forks source link

Using swagger-ui for custom UI rather than swagger-ui-dist? #367

Open Utopiah opened 4 months ago

Utopiah commented 4 months ago

As discussed in https://github.com/scottie1984/swagger-ui-express/issues/289 sometimes customization go beyond CSS or JS. In such cases what is the recommended path?