Skip to content

Commit

Permalink
Remove storybook imports from MDX files
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBoll committed Oct 14, 2024
1 parent 08a86c0 commit e0873d0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions modules/docs/mdx/10.0-UPGRADE-GUIDE.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

<Meta title="Guides/Upgrade Guides/v10.0" />

# Canvas Kit 10.0 Upgrade Guide
Expand Down
2 changes: 0 additions & 2 deletions modules/docs/mdx/5.0-UPGRADE-GUIDE.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

<Meta title="Guides/Upgrade Guides/v5.0" />

# Canvas Kit 5.0 Upgrade Guide
Expand Down
2 changes: 0 additions & 2 deletions modules/docs/mdx/6.0-UPGRADE-GUIDE.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

<Meta title="Guides/Upgrade Guides/v6.0" />

# Canvas Kit 6.0 Upgrade Guide
Expand Down
2 changes: 0 additions & 2 deletions modules/docs/mdx/7.0-UPGRADE-GUIDE.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

<Meta title="Guides/Upgrade Guides/v7.0" />

# Canvas Kit 7.0 Upgrade Guide
Expand Down
2 changes: 0 additions & 2 deletions modules/docs/mdx/MAINTAINING.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

<Meta title="Guides/Maintaining" />

# Maintaining Canvas Kit
Expand Down
2 changes: 0 additions & 2 deletions modules/preview-react/menu/stories/Menu.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

import {ExampleCodeBlock, SymbolDoc} from '@workday/canvas-kit-docs';
import {StatusIndicator} from '@workday/canvas-kit-preview-react/status-indicator';
import * as MenuStories from './Menu.stories';
Expand Down
2 changes: 0 additions & 2 deletions modules/react/menu/stories/Menu.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

import {ExampleCodeBlock, SymbolDoc, Specifications} from '@workday/canvas-kit-docs';
import {Basic} from './examples/Basic';
import {ContextMenu} from './examples/ContextMenu';
Expand Down
2 changes: 0 additions & 2 deletions modules/react/status-indicator/stories/StatusIndicator.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {Markdown} from '@storybook/blocks';

import {ExampleCodeBlock, SymbolDoc} from '@workday/canvas-kit-docs';
import {StatusIndicator} from '@workday/canvas-kit-preview-react/status-indicator';

Expand Down

0 comments on commit e0873d0

Please sign in to comment.