aiohttp-swagger icon indicating copy to clipboard operation
aiohttp-swagger copied to clipboard

Added custom theme support and an example

Open rickycorte opened this issue 4 years ago • 0 comments

The change is really trivial (just a couple of lines) and allows to point to an arbitrary directory that contains a custom swagger theme. Instead of loading the files provided in either aiohttp_swagger/swagger_ui and aiohttp_swagger/swagger_ui3 you can use an external directory.

I have included an example with a custom theme without the top bar.

rickycorte avatar Jul 30 '21 20:07 rickycorte