Skip to content

Commit

Permalink
docs: nest component recipes under components (#1715)
Browse files Browse the repository at this point in the history
- move individual implementation examples under related components, then label them as such
- update snapshots
- remove plop integrations for creating new recipes and pages
- remove lingering recipes that were used in pages
  • Loading branch information
booc0mtaco authored Aug 2, 2023
1 parent 8e64702 commit d8a4f6a
Show file tree
Hide file tree
Showing 50 changed files with 2,344 additions and 1,187 deletions.
12 changes: 12 additions & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,17 @@ export const parameters = {
...createPaperReleaseConfig('1.2'),
...createPaperReleaseConfig('1.1'),
...createPaperReleaseConfig('1.0'),
implementationExample: {
styles: {
backgroundColor: '#ffffff',
borderColor: '#000000',
color: '#000000',
},
title: 'Implementation Example',
tooltip: {
title: `About Implementation Examples`,
desc: 'Implementation examples show how you might compose existing EDS components',
},
},
},
};

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/recipes/ButtonActionCalloutCard/index.ts

This file was deleted.

This file was deleted.

57 changes: 0 additions & 57 deletions .storybook/recipes/CardWithNotification/CardWithNotification.tsx

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/recipes/CardWithNotification/index.ts

This file was deleted.

20 changes: 0 additions & 20 deletions .storybook/recipes/Filters/Filters.stories.tsx

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/recipes/Filters/index.ts

This file was deleted.

95 changes: 0 additions & 95 deletions .storybook/recipes/LoadingProfileCard.stories.tsx

This file was deleted.

64 changes: 0 additions & 64 deletions .storybook/recipes/MenuWithAvatarButton.stories.tsx

This file was deleted.

Loading

0 comments on commit d8a4f6a

Please sign in to comment.