Skip to content

Commit 9dc9d24

Browse files
committed
Renames guide to “Migrating from v3” and adds redirect
1 parent 33e7bde commit 9dc9d24

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"video-walkthrough",
2828
"how-it-works",
2929
"limits",
30-
"upgrade-to-v4"
30+
"migrating-from-v3"
3131
]
3232
},
3333
{
@@ -574,6 +574,10 @@
574574
{
575575
"source": "/management/projects/runs",
576576
"destination": "/management/overview"
577+
},
578+
{
579+
"source": "/upgrade-to-v4",
580+
"destination": "/migrating-from-v3"
577581
}
578582
]
579583
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Upgrading to v4"
3-
description: "What's new in v4, how to upgrade, and breaking changes."
2+
title: "Migrating from v3"
3+
description: "What's new in v4, how to migrate, and breaking changes."
44
---
55

66
import NodeVersions from "/snippets/node-versions.mdx";

0 commit comments

Comments
 (0)