Skip to content

Commit 10970df

Browse files
committed
Move "Migrating to 2.0" page
1 parent 2ddabcc commit 10970df

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/migrations/1.x-to-2.x.md renamed to docs/usage/migrating-rtk-2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
id: migrating-1.x-to-2.x
3-
title: Migrating 1.x → 2.x
4-
sidebar_label: Migrating 1.x → 2.x
2+
id: migrating-rtk-2
3+
title: Migrating to RTK 2.x and Redux 5.x
4+
sidebar_label: Migrating to RTK 2.x and Redux 5.x
55
hide_title: true
66
toc_max_heading_level: 4
77
---
@@ -10,7 +10,7 @@ toc_max_heading_level: 4
1010

1111
<div className="migration-guide">
1212

13-
# Migrating 1.x → 2.x
13+
# Migrating to RTK 2.x and Redux 5.x
1414

1515
:::tip What You'll Learn
1616

website/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
# Relocated content
1313
/rtk-query/usage/optimistic-updates /rtk-query/usage/manual-cache-updates#optimistic-updates
1414
/rtk-query/api/created-api/cache-management-utils /rtk-query/api/created-api/api-slice-utils
15+
/migrations/migrating-1.x-to-2.x /usage/migrating-rtk-2

website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{
2727
"type": "category",
2828
"label": "Migrations",
29-
"items": ["migrations/migrating-1.x-to-2.x"]
29+
"items": ["usage/migrating-rtk-2"]
3030
},
3131
"usage/usage-guide",
3232
"usage/usage-with-typescript",

0 commit comments

Comments
 (0)