Skip to content

Support multi-level sidebar #926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
cy920820 opened this issue Jul 7, 2022 · 6 comments · Fixed by #851
Closed
4 tasks done

Support multi-level sidebar #926

cy920820 opened this issue Jul 7, 2022 · 6 comments · Fixed by #851
Labels
theme Related to the theme

Comments

@cy920820
Copy link

cy920820 commented Jul 7, 2022

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

@brc-dd
Copy link
Member

brc-dd commented Jul 7, 2022

#851 should fix this

@brc-dd brc-dd changed the title Can sidebar directly realize multi-level nesting in the sidebar? I found that it supports one level of nesting at most Support multi-level sidebar Jul 7, 2022
@brc-dd brc-dd added enhancement theme Related to the theme labels Jul 7, 2022
@cy920820
Copy link
Author

cy920820 commented Jul 7, 2022

#851 should fix this

thank you bro.

@cy920820
Copy link
Author

cy920820 commented Jul 8, 2022

#851 should fix this

Bottom navigation error:

prev page & next page navigator is wrong.

@cy920820
Copy link
Author

cy920820 commented Jul 8, 2022

How do I turn off bottom navigation

@cy920820
Copy link
Author

cy920820 commented Jul 8, 2022

@brc-dd Excuse me

@brc-dd
Copy link
Member

brc-dd commented 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; }

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
theme Related to the theme
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants