how can I make the level-1 menu (doc name) display content, instead of directing another page? #8984
Unanswered
xuejiao-joy
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
I think you need to set category docusaurus/website/sidebars.js Lines 17 to 19 in 9af32ae |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It should work: You should not set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the following example, after I click "Data Type Reference" in the sidebar, the content displayed is redirecting to "my-home-doc" page, like this:


actually, I am expecting that the content displayed is specifically written for this reference, for example, an overview about this reference, like this:
In this example, after I click "Guides", the "Docsaurus Guides" page which is not displayed in the sidebar is displayed.
How could I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions