-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ActionList doc cleanup #1879
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
ActionList doc cleanup #1879
Conversation
|
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.
Love the idea, ship it!
|
@langermank love this!
// test:
// let items = ['ActionList', 'ActionListDivider', 'ActionListExamples', 'ActionListTreeFeatures'];
items.sort((a, b) => {
if (b.includes('Examples')) return -1;
return 0;
}) |
…into actionlist-doc-cleanup
Reorganizing and creating a reusable format for story documentation (using ActionList as an example)
👋 I'm looking for help to implement
storySorthttps://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy#sorting-stories so we can make sureExamplesis always at the bottom of the component folders