question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nested `menu` metadata regression

See original GitHub issue

Bug 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

blueprint

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
pedronauckcommented, Feb 26, 2019

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 😉

0reactions
tijmenvangurpcommented, Nov 16, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found