Skip to content

Commit cd3e570

Browse files
Add missing migration guides to storybook
1 parent 7ebfc58 commit cd3e570

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import Docs from '../../docs/upgrade-to-5.0.md?raw';
2+
import { Markdown, Meta } from '@storybook/blocks';
3+
4+
<Meta title="Migration Guides/Upgrade to 5.0" />
5+
6+
<Markdown>{Docs}</Markdown>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import Docs from '../../docs/upgrade-to-6.0.md?raw';
2+
import { Markdown, Meta } from '@storybook/blocks';
3+
4+
<Meta title="Migration Guides/Upgrade to 6.0" />
5+
6+
<Markdown>{Docs}</Markdown>

stories/Welcome.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ If you are coming from older versions, please see the migration guides below:
3131

3232
[3.x To v4](/docs/migration-guides-upgrade-to-4-0--docs#upgrading-to-40)
3333

34+
[4.x To v5](/docs/migration-guides-upgrade-to-5-0--docs#upgrading-to-50)
35+
36+
[5.x To v6](/docs/migration-guides-upgrade-to-6-0--docs#upgrading-to-60)
37+
3438
## Usage
3539

3640
```jsx

0 commit comments

Comments
 (0)