I'm using springfox-swagger-ui 2.8.0 which ships with Swagger UI 3.7.0.
I want to get rid of the controller list in front of the api documentation page, pretty useless for me (every tab is empty).
I've already tried to annotate the controller class with @ApiIgnore, but of course this removes the rest api documentation as well, which I need.
Basically, I want to remove this:
while keeping this:
I digged through online docs, GitHub issues, StackOverflow questions, Google... nothing. Am I the only with this request?