Describe the bug
menu doczrc feature.A clear and concise description of what the bug is.
To Reproduce
// doczrc.js
menu: [
"Home",
"Guides",
{
name: "Components",
menu: [
"Core",
"Datetime",
"Icons",
"Select",
"Table",
"Timezone",
"Labs",
],
},
"Resources",
]
// alert.mdx
---
menu: Components/Core
name: Alert
---
# Alert
Expected behavior
Components > Core > Alert
Actual Behavior
Components/Core > Alert
Additional context/Screenshots

Is anyone working on this one? I can take it, because I need the same feature for one of my projects.
There's no way yet for a third level menu, we're launching v1, after the release that's one of ours main goals. Pr are welcome @EmaSuriano ;)
Any update on this?
I ended up with a simpler solution using only a 2 level menu. So I didn't implement this feature.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I want to use Docz, but for me its a requirement to have at least 3 levels of navigation in the sidebar. Is there any way of doing this in the latest version? I see this bug is closed, it seems it was possible but the bug has never been resolved?
Most helpful comment
There's no way yet for a third level menu, we're launching v1, after the release that's one of ours main goals. Pr are welcome @EmaSuriano ;)