nextra icon indicating copy to clipboard operation
nextra copied to clipboard

hidden _meta in base project, hidden _meta in subfolders

Open alexanderiscoding opened this issue 2 years ago • 2 comments

"docs": { "title": "Documentação", "type": "page", "display": "hidden" }, image

"docs": { "title": "Documentação", "type": "page" },

image

i want remove documentação from navbar

image

without remove from subfolder

alexanderiscoding avatar Dec 04 '22 00:12 alexanderiscoding

You can do something like this https://github.com/shuding/nextra/blob/e1fc506a0bdf73fe9fcf679e3de39918697aa352/docs/pages/_meta.json#L14-L21

Result : https://nextra.site/showcase

"theme": {
      "typesetting": "article"
    }
    

Subham-Maity avatar Dec 04 '22 05:12 Subham-Maity

Not working

alexanderiscoding avatar Dec 05 '22 20:12 alexanderiscoding

Remove type: page if you want to remove the link from navbar

dimaMachina avatar Jan 23 '23 03:01 dimaMachina