Skip to content
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

Nested sidebar groups support #783

Closed
youseiraws opened this issue Aug 30, 2018 · 1 comment
Closed

Nested sidebar groups support #783

youseiraws opened this issue Aug 30, 2018 · 1 comment

Comments

@youseiraws
Copy link

youseiraws commented Aug 30, 2018

Feature request

What problem does this feature solve?

sidebar: {
            '/foo/': [{
                title: 'parent',
                children: [{
                    title: 'child',
                    children: [
                        'bar/01',
                        'bar/02',
                        'bar/03'
                    ]
                }]
            }]
        },

Nested sidebar groups can not support.I want get this feature.Thanks!

What does the proposed API look like?

How should this be implemented in your opinion?

Are you willing to work on this yourself?**

@ulivz
Copy link
Member

ulivz commented Aug 30, 2018

Duplicate of #287 and closing it in favor of this PR: #669

@ulivz ulivz closed this as completed Aug 30, 2018
ulivz added a commit that referenced this issue Feb 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants