-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat: export custom Title component from MDX #420
feat: export custom Title component from MDX #420
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://gatsby-theme-carbon-git-fork-vpicone-allow-custom-title.carbon-design-system.now.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -24,6 +24,8 @@ | |||
pages: | |||
- title: Markdown | |||
path: /components/markdown | |||
- title: MDX | |||
path: /components/MDX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this make more sense under Guides in the navigation instead of Components?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
Co-Authored-By: emyarod <emyarod@users.noreply.github.com>
closes #409
I think this stands to be a particularly powerful pattern for things like theming individual pages if we identify future components where we want to permit that sort of deviation.