Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed May 15, 2024
1 parent 5b99634 commit 586e4a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 68 deletions.
7 changes: 6 additions & 1 deletion packages/storybook/config/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ defineCustomElements();
const preview: Preview = {
parameters: {
controls: { expanded: false },
options: { panelPosition: 'right' },
options: {
panelPosition: 'right',
storySort: {
order: ['Tilburg', 'CSS Component'],
},
},
docs: {
page: () => {
// Exclude `<Title>` because the title comes from the Markdown file
Expand Down
23 changes: 0 additions & 23 deletions packages/storybook/src/react-button.stories.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions packages/storybook/src/web-component-button.stories.tsx

This file was deleted.

0 comments on commit 586e4a5

Please sign in to comment.