You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent a few hours trying to theme a generated documentation using mostly redoc-cli 0.8.6 and the redocly/redoc docker image. So far nothing I tried has worked. The github readme mentions a " theme object" but there are 0 examples on how this would even fit into the <redoc> tag, especially since these are all heavily nested.
The github readme mentions "Customization options" and links to "theme option", which in fact documents theming for to paid version, not the free version. Btw. the linked documentation page mentions a "json" example and then shows something which is literally not json. It seems to be some kind of malformed mix between yaml and json, but in the end it's neither, and of course it doesn't work with redoc-cli.
I also found conflicting statements by Redocly staff. For example here somebody claims that theming via external json file is only available in the paid version. Just 3 days ago somebody here suggested to pass a JSON file and linked to an example which does not work. Finally, here somebody suggested to pass a JSON string to the --options argument, which also doesn't work. It seems not even the redoc staff knows how the theming in redoc works.
Please update your documentation.
The text was updated successfully, but these errors were encountered:
The github readme mentions "Customization options" and links to "theme option", which in fact documents theming for to paid version, not the free version.
The docs explicitly mentiones which options are supported by open-source Redoc (Community Edition):
It seems to be some kind of malformed mix between yaml and json
We'll fix this example. This is indeed confusing.
For example here somebody claims that theming via external json file is only available in the paid version.
This was a year ago. Back then it WAS available only in paid version.
Just 3 days ago somebody here suggested to pass a JSON file and linked to an example which does not work. Finally, here somebody suggested to pass a JSON string to the --options argument, which also doesn't work.
All of these variants work just fine with the latest version of redoc-cli which is 0.13.0 (not 0.8.6 which is 2 years old), see here: https://www.npmjs.com/package/redoc-cli
Hey,
I spent a few hours trying to theme a generated documentation using mostly
redoc-cli
0.8.6 and theredocly/redoc
docker image. So far nothing I tried has worked. The github readme mentions a " theme object" but there are 0 examples on how this would even fit into the<redoc>
tag, especially since these are all heavily nested.The github readme mentions "Customization options" and links to "theme option", which in fact documents theming for to paid version, not the free version. Btw. the linked documentation page mentions a "json" example and then shows something which is literally not json. It seems to be some kind of malformed mix between yaml and json, but in the end it's neither, and of course it doesn't work with
redoc-cli
.I also found conflicting statements by Redocly staff. For example here somebody claims that theming via external json file is only available in the paid version. Just 3 days ago somebody here suggested to pass a JSON file and linked to an example which does not work. Finally, here somebody suggested to pass a JSON string to the
--options
argument, which also doesn't work. It seems not even the redoc staff knows how the theming in redoc works.Please update your documentation.
The text was updated successfully, but these errors were encountered: