redoc
redoc copied to clipboard
📘 OpenAPI/Swagger-generated API Reference Documentation
## What/Why/How? invalidate cache on jsDelivr and Redocly CDN ## Reference ## Testing ## Screenshots (optional) ## Check yourself - [x] Code is linted - [ ] Tested - [...
**Describe the bug** The handle (None) that was implemented in fix #1678, no longer works correctly. I believe this was caused by feature #2022.  Expanded:  **Expected behavior** Show...
**Describe the bug** https://codesandbox.io/s/pensive-goldstine-giukpx It seems that importing Bootstrap CSS (version 5.0+) completely breaks navigation in Redoc React component. **Expected behavior** The navigation sidebar on the left should work as...
**Describe the bug** The [recommended way](https://github.com/OAI/OpenAPI-Specification/issues/14#issuecomment-297457320) of representing optional authentication on an endpoint is something like: ```yaml security: - {} - basic: [] ``` Unfortunately this doesn't render properly in...
**Describe the bug** When the items under the `allOf` are `$ref` to `oneOf`, only one of the `oneOf` is left in the merge result. **Expected behavior** In below example, the...
## What/Why/How? I worked as developer in the API team for simPRO and thought it would be good to have this listed under this project. ## Reference ## Testing ##...
Hey, I have created a GitHub Action to execute redoc-cli commands: https://github.com/marketplace/actions/redoc-cli-github-action I really like what you're doing with redoc. I'm using this action in a side project to automatically...
Would it be possible to add the ability to change the display language of ReDoc UI?
We are having a react application that uses hash router. We are facing issue of route in browser getting reset. Steps: -Load application. -Navigate to a route within application that...
I basically followed the steps here https://redocly.com/docs/redoc/deployment/react/ , expecting it to work but get no luck **Describe the problem to be solved** Running Redoc in a vitejs project throws error...