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

MenuBuilder: Add support for sortOperationsAlphabetically and sortTagsAlphabetically #1843

Merged
merged 3 commits into from
Dec 30, 2021

Commits on Dec 27, 2021

  1. operations: Add support for sortOperationsAlphabetically

    Already documented but is currently `NO-OP` and not implemented
    `sortOperationsAlphabetically`.
    
    Allows sorting operations in sidebar menu according to their `name`
    configured which is by default `summary` from Swaggerspec
    
    TLDR:
    Following commit adds support for `sortOperationsAlphabetically` already
    documented but not implemented here: https://redoc.ly/docs/api-reference-docs/guides/migration-guide-2-0/#automated-sorting
    
    Signed-off-by: flouthoc <[email protected]>
    flouthoc committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    a7b75f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    62b2c86 View commit details
    Browse the repository at this point in the history
  2. feat: add ability to sort tags

    Oprysk committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    70d15fb View commit details
    Browse the repository at this point in the history