-
Notifications
You must be signed in to change notification settings - Fork 160
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(storybook): finalize storybook 7 upgrade #11480
feat(storybook): finalize storybook 7 upgrade #11480
Conversation
Deploy preview created for package Built with commit: eae42bb9ee5e812327c018ee148cfb0ee7c4336e |
Deploy preview created for package Built with commit: eae42bb9ee5e812327c018ee148cfb0ee7c4336e |
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 great!
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.
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!
…-dotcom-library into pr/IgnacioBecerra/11480
7bc80e0
into
carbon-design-system:feat/cwc-storybook-7-vite
…1480) * feat(stack): update to v7 * chore(main): adjust configs and added story-source * docs(vite): replace webpack mentions to vite * docs(storybook): using non-deprecated import path * fix(skeleton-icon): moved to stackblitz folder * fix(docs): using markdown & remove doc parameter * fix(storybook): hide unattached mdx * fix(docs): remove variable * chore(prettier): format code --------- Co-authored-by: Kenny Lam <[email protected]>
Related Ticket(s)
Closes #11496
Description
This PR does the following:
.mdx
and*.stories.ts
files sometimes prevent stories to load at first<Meta>
from some.mdx
files as it prevents loading when different stories share the same documentation file.mdx
files from showing up on the sidebar as standalone docsDescription
withMarkdown
in all the doc files, as well as updating some other deprecated SB functionsStack
Changelog
New
Stack
story is updated to SB7Changed
Description
withMarkdown
for all storiesRemoved
doc
parameter removed from Story meta as it is not needed, includedstoryDoc
import in story files