📝(doc) add migration guide

As this new version introduced some breaking changes, this doc was needed.
This commit is contained in:
Nathan Vasse
2023-09-29 16:53:13 +02:00
committed by NathanVss
parent 20e58d0d2b
commit 2e644b3c3a
2 changed files with 91 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ const preview: Preview = {
},
options: {
storySort: (a, b) => {
const roots = ['Getting Started', 'Components'];
const roots = ['Getting Started', 'Components', 'Migrating'];
const gettingStartedOrder = [
'Installation',
'First steps',