redoc icon indicating copy to clipboard operation
redoc copied to clipboard

📘 OpenAPI/Swagger-generated API Reference Documentation

Results 368 redoc issues
Sort by recently updated
recently updated
newest added

## 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. ![image](https://user-images.githubusercontent.com/80956588/177687367-f0f1dd62-482d-46ff-833f-1edf4ac71a61.png) Expanded: ![image](https://user-images.githubusercontent.com/80956588/177687414-87a8e8be-6b16-41de-8ba6-eb3bf601514b.png) **Expected behavior** Show...

Type: Bug
help wanted
p3

**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...

Type: Bug
p2

**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...

Type: Bug
help wanted
p3

**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...

Type: Bug
p2

## 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?

Type: Enhancement
help wanted

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...

in progress
investigation

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...

investigation