Closed peoray closed 1 month ago
I think you can just create a folder called docs
in the content folder.
content/
index.md
docs/
introduction.md
components/
bento-grid.md
I'd still like it to have the top level heading though.
so:
Getting Started
Components
etc.
I'd try your suggestion and see. I wouldn't want it to be under Docs collapsible, just for the URL route
This is not the behaviour I want. Is it possible to have this without having docs as a top-level heading?
Unfortunatly I don't think this level of customization is achievable through the file based routing system of nuxt content. As a workaround I would suggest that you maintain the side bar links manually so that you full control of the structure.
@ZTL-UwU how can I customize the URL as well
The path is always top level section and then the children like getting-started/introduction
Can I have like a docs/introduction, docs/components/bento-grid
This is so that the breadcrumb I'll customize will tally with the URL as well