nextra icon indicating copy to clipboard operation
nextra copied to clipboard

Menus in Navbar and Sub docs

Open hudrid opened this issue 1 year ago • 2 comments

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 ?

hudrid avatar Feb 21 '24 22:02 hudrid

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?

Match-Yang avatar Mar 08 '24 06:03 Match-Yang

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: image

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:

Example

image

hudrid avatar Mar 23 '24 16:03 hudrid