Three pane view is unavailable when using APIDocMdx #332
Replies: 1 comment 2 replies
-
Could you share a screenshot of what you are getting and what is expected? I don't really understand the problem |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm importing a spec using ApiDocMdx. This displays only two panes and not three. I noticed the same in the examples you stated in https://redocusaurus.vercel.app/docs/nested/nested-1#tag/pet/operation/newPet. Is there a way to display all the three panes with the existing sidebar?
import ApiDocMdx from '@theme/ApiDocMdx'; <ApiDocMdx id="create-connector-group" />
However, if I load the spec using "route", for example,
localhost:3000/api/createconnectors
, I can see all the three panes.Beta Was this translation helpful? Give feedback.
All reactions