Skip to content

Nested sidebar groups support #783

Closed
@youseiraws

Description

@youseiraws

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?**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions