Skip to content

Commit be12956

Browse files
committed
chore: use markdown headings instead of storybook blocks
1 parent 93d196a commit be12956

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

second-gen/packages/swc/.storybook/guides/code_of_conduct.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import { Meta, Title } from '@storybook/blocks';
2-
3-
<Meta title="Adobe Code of Conduct" />
4-
5-
<Title>Adobe Code of Conduct</Title>
6-
<br />
1+
# Adobe Code of Conduct
72

83
## Our Pledge
94

second-gen/packages/swc/.storybook/guides/s2_migration.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import { Meta, Title } from '@storybook/blocks';
2-
3-
<Meta title="Migration guide" />
4-
<Title>Migration guide</Title>
1+
# Migration guide
52

63
When migrating a component from the 1st generation to the 2nd generation, there are a few things to keep in mind.
74

0 commit comments

Comments
 (0)