Skip to content

Commit 8db9d6e

Browse files
authored
docs: upgrading guide (#1365)
Co-authored-by: Leyla Jähnig [email protected] Co-authored-by: ST-DDT [email protected]
1 parent 4efa530 commit 8db9d6e

File tree

4 files changed

+14
-150
lines changed

4 files changed

+14
-150
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,25 +130,16 @@ export default defineConfig({
130130
text: 'Getting Started',
131131
link: '/guide/',
132132
},
133+
{
134+
text: 'Upgrading to v7',
135+
link: '/guide/upgrading',
136+
},
133137
],
134138
},
135139
{
136140
text: 'API',
137141
items: apiPages,
138142
},
139-
{
140-
text: 'Migrations',
141-
items: [
142-
{
143-
text: 'Migrating from Faker v5',
144-
link: '/guide/migration-guide-v5',
145-
},
146-
{
147-
text: 'Migrating from Faker v6',
148-
link: '/guide/migration-guide-v6',
149-
},
150-
],
151-
},
152143
],
153144
'/api/': [
154145
{

docs/guide/migration-guide-v5.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/guide/migration-guide-v6.md renamed to docs/guide/upgrading.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Migrating from Faker v6 to v7
1+
# Upgrading to v7
2+
3+
This is the migration guide for upgrading from v6 to v7.
4+
5+
::: info
6+
Not the version you are looking for?
7+
8+
- [v6.fakerjs.dev](https://v6.fakerjs.dev/migration-guide-v5/)
9+
10+
:::
211

312
## Node 12 no longer supported
413

docs/migration/index.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)