docs: add migration page

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-14 13:46:08 +01:00
committed by Braks
parent 15ca63a59c
commit eef24a368a
2 changed files with 26 additions and 0 deletions
+5
View File
@@ -122,6 +122,11 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
link: '/examples/',
activeMatch: '^/examples/',
},
{
text: 'Migration',
link: '/migration/',
activeMatch: '^/migration/',
},
{
text: 'TypeDocs',
link: '/typedocs/',