Nested operation tags
Hi,
Is it currently possible to display nested tags in the left-hand navigation.
e.g. If the operation Tags are defined as "Mammal|Elephant", "Mammal|Monkey" and "Bird|Parrot"
Mammal V
Elephant V
GET Get a elephant by id
PUT Add a new elephant
Monkey V
GET Get a monkey by id
PUT Add a new monkey
Bird V
Parrot V
GET Get a parrot by id
PUT Add a new parrot
If not, is this planned in the future?
right now if you have routes with multiple tags then it ends up "duplicating" the route into each tag accordion. slightly irritating with a largeish api. resorted to finding all tags and turning them into a pipe separated string
tags = ["instances","accounts","meters"]
becomes
tags = ["instances | accounts | meters"]
(trying to figure out how to have all the tag groups closed now tho.. i cant get the x-tag-expanded thing to work :(
What is a nested Tag? Is that in the spec?
What is a nested Tag? Is that in the spec?
https://github.com/swagger-api/swagger-ui/issues/5969
not in the spec. but it does fall part of the display side which is what rapidoc does.