Skip to content

Commit

Permalink
docs: upgrading guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 10, 2022
1 parent 4efa530 commit 8d980ac
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 150 deletions.
17 changes: 4 additions & 13 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,25 +130,16 @@ export default defineConfig({
text: 'Getting Started',
link: '/guide/',
},
{
text: 'Upgrading to v7',
link: '/guide/upgrading',
},
],
},
{
text: 'API',
items: apiPages,
},
{
text: 'Migrations',
items: [
{
text: 'Migrating from Faker v5',
link: '/guide/migration-guide-v5',
},
{
text: 'Migrating from Faker v6',
link: '/guide/migration-guide-v6',
},
],
},
],
'/api/': [
{
Expand Down
83 changes: 0 additions & 83 deletions docs/guide/migration-guide-v5.md

This file was deleted.

11 changes: 10 additions & 1 deletion docs/guide/migration-guide-v6.md → docs/guide/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Migrating from Faker v6 to v7
# Upgrading to v7

This is the migration guide for upgrading from v6 to v7.

::: info
Not the version you are looking for?

- [v6.fakerjs.dev](https://v6.fakerjs.dev/migration-guide-v5/)

:::

## Node 12 no longer supported

Expand Down
53 changes: 0 additions & 53 deletions docs/migration/index.md

This file was deleted.

0 comments on commit 8d980ac

Please sign in to comment.