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
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...
How could it be implemented?
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: