Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hideRightPanel configuration does not have any effect #2566

Open
lcdunne opened this issue Jul 25, 2024 · 1 comment
Open

hideRightPanel configuration does not have any effect #2566

lcdunne opened this issue Jul 25, 2024 · 1 comment

Comments

@lcdunne
Copy link

lcdunne commented Jul 25, 2024

I am trying out redocly via the cli. I was testing out some of the configurations and noticed that the hideRightPanel option does not seem to have any effect.

To reproduce: create a redocly.yaml:

theme:
  openapi:
    disableSearch: true
    hideRightPanel: true

Then run redocly build-docs openapi.yaml and view the resulting html page

I was expecting the entire right panel to disappear but it did not. The configuration appears to be correct as the disableSearch works, and there are no errors or warnings in the terminal.

I'm using redocly version 1.18.1 and node v20.10.0.

@tatomyr
Copy link
Contributor

tatomyr commented Jul 30, 2024

Redocly CLI correctly resolves the config. It looks like that's related to Redoc itself. Transferring there.

@tatomyr tatomyr transferred this issue from Redocly/redocly-cli Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants