flouthoc
831b207715
MenuBuilder: Add support for sortOperationsAlphabetically
and sortTagsAlphabetically
( #1843 )
...
* 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>
2021-12-30 14:31:00 +02:00
Oprysk Vyacheslav
4fb5f914fa
chore: run prettier & add husky pre-commit hook ( #1800 )
2021-11-24 16:11:45 +02:00
AlexVarchuk
823be24b31
feat: add basic support openApi 3.1 ( #1622 )
2021-05-31 19:23:05 +03:00
Anna Stasiuk
41f81b4d96
feat: add webhooks support ( #1304 )
2020-08-14 16:33:25 +03:00
Roman Hotsiy
c69f6de4c9
chore: remove global Dict<T> and replace it with Record<string, T>
2020-05-25 16:37:45 +03:00
Oleksiy Kachynskyy
57e93ec435
feat: add callbacks support ( #1224 )
...
Co-authored-by: Jonathan Bailey <jonathan_bailey@bose.com>
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2020-04-08 14:04:58 +03:00
Roman Hotsiy
a260c8414c
fix: fix duplicated content in tags when using md headings
...
fixes #1150 , fixes #1152
2020-01-10 15:19:05 +02:00
Chris Faulkner
42696a01ba
doc: fix some typos ( #1117 )
2019-12-10 08:13:37 +02:00
Roman Hotsiy
00a0abf4a4
chore: refactor + jsxify md tags
2019-07-29 13:19:22 +03:00
Dimitar Nanov
92ada2b895
add depth calculation
2019-07-29 13:19:21 +03:00
Dimitar Nanov
ffb70d2db2
bundle and test
2019-07-29 13:18:51 +03:00
Dimitar Nanov
4359724434
add section menus for tags and object description
2019-07-29 13:17:59 +03:00
Anton Komarev
4366a0d122
fix: ignore empty x-tagGroups array ( #869 )
2019-03-27 09:19:24 +02:00
Roman Hotsiy
f903406c14
fix: use correct parent section for security definition
2018-08-17 14:20:02 +03:00
Roman Hotsiy
9361ead8c4
chore: refactor, simplify AppStore
2018-07-26 17:51:10 +03:00
Roman Hotsiy
a0845325d9
fix: fix second-level heading in description
2018-03-21 19:59:55 +02:00
Roman Hotsiy
32cd670a89
chore: refactor MarkdownRenderer.extractHeadings
2018-02-07 22:54:55 +02:00
Roman Hotsiy
dc18743df4
chore: add tslint + fix lint issues
2018-01-23 15:04:50 +02:00
Roman Hotsiy
14f8408e8d
fix: do not ignore path level parameters
2017-12-07 17:17:23 +02:00
Roman Hotsiy
ca81b6dfaf
fix: don't display operations without tags as tag items in menu
2017-11-24 11:58:55 +02:00
Roman Hotsiy
f52a05a2b5
Implement expandResponses option
2017-11-21 13:00:33 +02:00
Roman Hotsiy
109d135959
Make ReDoc render sync + separate standalone componenet
...
- refactored usage of store so now <Redoc> is sync
- other minor refactors
2017-11-14 17:49:56 +02:00
Roman Hotsiy
4c3b4aa589
Initial React rewrite
2017-10-12 00:01:37 +03:00