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
Describe the bug
Using https://www.npmjs.com/package/redoc-cli/v/0.13.16
Running redoc-cli bundle --cdn openapi-json --output pet-store.html --options.showExtensions=true
I get a bundled html file but when I click on the operations like pet-store.html#tag/pet/operation/deletePet the browser does not scroll to that section.
I have included the pet store json and the html output. pet-store.zip
Expected behavior
When you click on an operation in the left navigation the browser would navigate to that section of the specification.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using https://www.npmjs.com/package/redoc-cli/v/0.13.16
Running
redoc-cli bundle --cdn openapi-json --output pet-store.html --options.showExtensions=true
I get a bundled html file but when I click on the operations like
pet-store.html#tag/pet/operation/deletePet
the browser does not scroll to that section.I have included the pet store json and the html output.
pet-store.zip
Expected behavior
When you click on an operation in the left navigation the browser would navigate to that section of the specification.
The text was updated successfully, but these errors were encountered: