Skip to content

Alternative to ReDoc?

I noticed that we hadn't updated redoc in 2+ years, but it turns out to hard-depend on their CDN (cdn.redoc.ly) to serve the hard-required JavaScript (none of the sidebar sections work, none of the details/spoilers of examples open, …), with nothing like Subressource-Integrity of course.

The only way to fix it ourselves would be to monkey-patch node_modules/@redocly/cli/lib/commands/build-docs/utils.js.

Given the reaction on https://github.com/Redocly/redoc/issues/2141, I doubt this is going to change.

List of OpenAPI documentation tools: https://tools.openapis.org/categories/documentation.html

Edited by Haelwenn