mirror of
https://github.com/Redocly/redoc.git
synced 2025-11-25 12:05:25 +03:00
* 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 <flouthoc.git@gmail.com> * feat: move sort by prop to utils functions * feat: add ability to sort tags Co-authored-by: Oprysk <vyacheslav@redocly.com>
12 lines
281 B
TypeScript
12 lines
281 B
TypeScript
export * from './JsonPointer';
|
|
|
|
export * from './openapi';
|
|
export * from './helpers';
|
|
export * from './highlight';
|
|
export * from './loadAndBundleSpec';
|
|
export * from './dom';
|
|
export * from './decorators';
|
|
export * from './debug';
|
|
export * from './memoize';
|
|
export * from './sort';
|