nested `menu` metadata regression
See original GitHub issueBug Report
Describe the bug
#10 has regressed, likely due to new 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
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:6 (1 by maintainers)
Top Results From Across the Web
nested `menu` metadata regression · Issue #546 · doczjs/docz · GitHub
Is anyone working on this one? I can take it, because I need the same feature for one of my projects. All reactions....
Read more >How to compare variance explained in two regression models?
First, note that R2 describes the proportion of variance in y explained by the x features. Getting to your question, I would use...
Read more >Metadata Normalization - PMC - NCBI
We introduce the Metadata Normalization (MDN) layer, a new batch-level operation which can be used end-to-end within the training framework, to ...
Read more >Nested Error Regression Models | springerprofessional.de
This chapter deals with the estimation of the regression and variance components' parameters of the nested error regression model. It describes three.
Read more >Full metadata | KEEP
Results are presented for simulated experiments using normal distributions, random walk models, nested linear regression, and nonnested regression including ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😉
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?