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.

Support multi-level sidebar

See original GitHub issue

Is your feature request related to a problem? Please describe.

yes

Describe the solution you’d like

 {
   "text":"level1",
   "collapsible":true,
   "collapsed":false,
   "items":[
      {
         "text":"level1-1",
         "collapsible":true,
         "collapsed":false,
         "items":[
            {
               "text":"level1-1-1 ",
               "link":"/01.1"
            },
            {
               "text":"level1-1-2 ",
               "link":"/01.2"
            }
         ]
      },
      {
         "text":"level1-2",
         "collapsible":true,
         "collapsed":false,
         "items":[
            {
               "text":"level1-2-1 ",
               "link":"/02.1"
            },
            {
               "text":"level1-2-2 ",
               "link":"/02.2"
            }
         ]
      }
   ]
}

Describe alternatives you’ve considered

No response

Additional context

No response

Validations

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
brc-ddcommented, Jul 7, 2022

#851 should fix this

0reactions
brc-ddcommented, Jul 8, 2022

prev page & next page navigator is wrong.

What’s the issue?

How do I turn off bottom navigation

Add some style like .VPDocFooter { display: none; }

Read more comments on GitHub >

github_iconTop Results From Across the Web

Diziana Multilevel Menu Sidebar Plugin for Zendesk Help ...
Diziana Multilevel Menu plugin appears in sidebar (left or right -- fixed or floating) and displays all categories, sections, sub-sections (flexible hierarchy), ...
Read more >
Responsive Multi-level Sidebar Menu With JavaScript/CSS
A responsive sidebar menu with multi-level sub-menus written in plain JavaScript and CSS. The sidebar menu is displayed in Compact mode on ...
Read more >
How to make a Multi-level sidebar nav?
hello i want to create side bar menu with multilevel & collapsible menu when goes to mobile any one please help me to...
Read more >
Stackable Multi-level Sidebar Menu - hc-offcanvas-nav
HC MobileNav is a jQuery plugin for creating multi-level, mobile-first, fully accessible, off-canvas side navigation that supports endless ...
Read more >
react-multilevel-sidebar examples - CodeSandbox
Learn how to use react-multilevel-sidebar by viewing and forking react-multilevel-sidebar example apps on CodeSandbox.
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