apify-docs icon indicating copy to clipboard operation
apify-docs copied to clipboard

Some docs theme components leaking to markdown

Open HonzaTuron opened this issue 2 months ago • 1 comments

The word "Clients" leaks into the description text:

Image

Also some formatting leaks into the descriptions:

Image

HonzaTuron avatar Oct 06 '25 14:10 HonzaTuron

I think this is also caused by the redoc decorator:

https://github.com/apify/apify-docs/blob/master/.redocly.yaml#L29

I am planning to rework how it works. Instead of the decorator, we could just patch the openapi plugin and render the client links natively.

B4nan avatar Oct 06 '25 14:10 B4nan