nextra
nextra copied to clipboard
Menus in Navbar and Sub docs
Hi! Thanks for the cool project 👍
Please advise, is there currently an option to group Sub Docs in Menus ?
If yes, are there any examples ?
What do you mean "group"? Sub Docs is for Link pages at Header and Menu can link multi pages in one drop down menu, is that what you want?
Code in pages/_meta.json
{
"index": {
"title": "Home",
"type": "page"
},
"frameworks": {
"title": "Frameworks",
"type": "page"
},
"fruits": {
"title": "Fruits",
"type": "page"
},
"about": {
"title": "About",
"type": "page"
}
}
It looks like:
And I want the "Fruits" and "Frameworks" items to be displayed in the same menu, and for each of them to have their own TOC: