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

Support for multiple Docs tabs #9803

Closed
adeelibr opened this issue Feb 10, 2020 · 1 comment
Closed

Support for multiple Docs tabs #9803

adeelibr opened this issue Feb 10, 2020 · 1 comment

Comments

@adeelibr
Copy link

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

I have been trying to build a custom panel with Docs mdx support, but I need the default Docs Tab as well. Is there a way to have multiple docs tabs? 😅

Describe the solution you'd like

I would love to have multiple Docs tabs i.e,

.addParameters({
    docs: {
       container: DocsContainer, page: DocsPage, // to show all stories & prop definations as is
    }
    docs: { container: null, page: './path-to-some-mdx-file', tabName: 'Documentation' }, // ability to write custom page in .mdx syntax
})

Describe alternatives you've considered

A guide line on how to create a custom .mdx support panel tab

Are you able to assist bring the feature to reality?

I would love to help out.

Additional context
Add any other context or screenshots about the feature request here.

@adeelibr
Copy link
Author

Closing issue because it already exists #8951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants