-
### Describe the problem
Right now `redoc` is bundled via [drf-spectacular-sidecar](https://pypi.org/project/drf-spectacular-sidecar/). That way, we don't directly control `redoc` version, it is mi…
nijel updated
1 month ago
-
In my HTML page I have a banner, so I am using redoc like this:
```
```
but every time I click on one of the endpoints on the left menu the click itself is also offset.
How do I fix this?
-
I'm a new user reading the [documentation](https://redocly.com/docs/) for the first time. I don't understand the relationship between
- [redoc](https://www.npmjs.com/package/redoc)
- [redoc-cli](…
-
Currently, ReDoc is pulled from `cdn.redoc.ly`. We should self-host ReDoc to not leak user data.
ghost updated
2 months ago
-
**What happened?**
First, the preconditions:
* I created a sample OpenAPI document with a single operation, no `operationId` defined
* Using a `redocly.yaml` configured with no plugins / custom lint …
-
![image](https://github.com/HathorNetwork/hathor-core/assets/5992210/938a3451-30b4-43c0-85db-4894d1cbd914)
The package `@redocly/cli` was suggested as replacement.
-
## Overview
I use `@redocly/cli` as a linting step against the OpenAPI spec in my project.
`pnpm` warns me of deprecated subdependencies in my project:
```sh
$ pnpm i
WARN 2 deprecated subdepend…
-
Some pages currently use redocly's (internally i18next?) useTranslate() to translate content. This does not allow the use of html tags inside strings.
For example, in the following, the order of th…
-
Hi i would like to create support for [redocly cli](https://redocly.com/docs/cli/commands/lint/) as a linter for openapi. I'm more than happy to take this work on if someone can point me in the correc…
-
**Describe the bug**
I am experiencing an issue with ReDoc where nested objects are rendered inconsistently at different levels of depth in my API documentation. Specifically, I have defined a set of …