You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I asked this question on stack overflow and the zulip chat first but didn't get any help so I hope I can get some here. I would like to use an external swagger plugin (@kael-shipman/swagger-ui-plugin-hierarchical-tags to be specific) but i can't figure out how to configure quarkus to load it. The documentation has a property listed quarkus.swagger-ui.plugins but no other mention.
Hi @cwalker67 - the reason you are not getting a response it (I think) most of us are away on PTO. If you can create a reproducer I can play with I can try and help you. Help might be slow as I am on PTO too :) Also, this might be a bug.
Hi, I asked this question on stack overflow and the zulip chat first but didn't get any help so I hope I can get some here. I would like to use an external swagger plugin (
@kael-shipman/swagger-ui-plugin-hierarchical-tags
to be specific) but i can't figure out how to configure quarkus to load it. The documentation has a property listedquarkus.swagger-ui.plugins
but no other mention.I've tried
quarkus.swagger-ui.plugins=@kael-shipman/swagger-ui-plugin-hierarchical-tags
quarkus.swagger-ui.plugins=kael-shipman/swagger-ui-plugin-hierarchical-tags
quarkus.swagger-ui.plugins=HierarchicalTagsPlugin
The last one makes the most sense to me but i don't know how the library is then supposed to get loaded.
Thanks for any help you can provide!!
The text was updated successfully, but these errors were encountered: