Feature Request: Navigation Sorting
See original GitHub issueI just saw this tonight and have already started to roll it out for my APIs.
One nit is the ordering of the sidebar navigation seems to be fairly random.
It’d be awesome if I could sort endpoints in the navigation with an x-
variable or by setting a configuration value that told it to sort alpha by operationId
or summary
.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:22
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Feature Request: Navigation Sorting · Issue #98 · Redocly/redoc
One nit is the ordering of the sidebar navigation seems to be fairly random. It'd be awesome if I could sort endpoints in...
Read more >Feature Request: Sorting on the Web Forms home page
Full tabular view for the home page, sort on all columns, show/hide columns (in particular, form submit options, so that I can track...
Read more >Feature Request: Sort Choice Options
When there is a large number of options in a Question with choices, it would make a difference to have the feature to...
Read more >Navigation menu - sorting by drag&drop - Devolutions Forum
Hi,I'd like to see feature to allow me to change the order / position of items in the navigation menu by drag&drop.Now I...
Read more >Feature Request: Sort Courses by distance from current position
Obviously, you begin navigation from the starting point of a course and it is usually where is your current position. It could be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’d also would love to have this as an option. Maybe
--options.sortNavigationTags=true
?We have implemented two options a while ago:
sortOperationsAlphabetically
andsortTagsAlphabetically
.