Open API logo customization not affecting
See original GitHub issueEnvironment
Java 11 OS Windows 10 Quarkus 1.0.12:
Dear all, thanks a lot for your great job and nice framework. Followed the steps how can customize the openapi logo in topic Stylish API, but was not able to change and use custom logo based on steps.
If once I have already started app with openapi dependency it’s creating and populating the directory, in my case on Windows was
C:\Users<my_user>\AppData\Local\Temp\quarkus\drp\io.smallrye\smallrye-open-api-ui\2.0.15, so when I am trying to customize the logo following the documentation isn’t working.
The reason is that directory not open and that piece of code which is creating all resources including new logo is not modifying at all.
My Workaround was just cleaning both directories for smallrye-open-api-ui
and smallrye-open-api-ui
and rerun the application.
Make sense to track somehow or check if in directory we have new logo added or style.css etc.
Thanks in advance
Issue Analytics
- State:
- Created 3 years ago
- Comments:20 (15 by maintainers)
You are welcome to open a new issue 😃
No I do not think this is related. We only scan first level.