Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path based sidebar #119

Open
stereobooster opened this issue Nov 14, 2024 · 0 comments
Open

Path based sidebar #119

stereobooster opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stereobooster
Copy link

What would you like?

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

@enzonotario enzonotario added the enhancement New feature or request label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants