I wonder if it is possible to implement path based sidebar. For example, we have
/api/v1/products CRUD
/api/v1/orders CRUD
Sidebar would look like
/api/v1
├ products
| ├ PUT
| ├ GET
| ├ POST
| └ DELETE
└ orders
├ PUT
├ GET
├ POST
└ DELETE
Note: empty folders are collapsed
Why is this needed?
I want to use more than one tag per endpoint. But in this case sidebar looks strange. Maybe there is a way to organize sidebar better even if there are multiple tags...
What would you like?
I wonder if it is possible to implement path based sidebar. For example, we have
Sidebar would look like
Note: empty folders are collapsed
Why is this needed?
I want to use more than one tag per endpoint. But in this case sidebar looks strange. Maybe there is a way to organize sidebar better even if there are multiple tags...
How could it be implemented?
No response
Other information
No response