Skip to content

Commit 6756d03

Browse files
Remove docs v3 redirects (#13949)
* remove docs v3 redirects * pr comments
1 parent 1a5f89c commit 6756d03

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

docs-v2/vercel.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
2-
"rewrites": [
2+
"redirects": [
33
{
44
"source": "/docs/v3",
55
"destination": "/docs"
66
},
77
{
88
"source": "/docs/v3/(.*)",
99
"destination": "/docs/$1"
10-
}
11-
],
12-
"redirects": [
10+
},
1311
{
1412
"source": "/docs/notebook/actions/",
1513
"destination": "/workflows/steps/actions/"
@@ -222,14 +220,6 @@
222220
"source": "/docs/components/quickstart/nodejs/actions",
223221
"destination": "/docs/components/actions-quickstart"
224222
},
225-
{
226-
"source": "/docs/components/quickstart/nodejs/sources",
227-
"destination": "/docs/components/sources-quickstart"
228-
},
229-
{
230-
"source": "/docs/v3/components/quickstart/nodejs/sources",
231-
"destination": "/docs/components/sources-quickstart"
232-
},
233223
{
234224
"source": "/docs/github-sync",
235225
"destination": "/docs/quickstart/github-sync"
@@ -285,14 +275,6 @@
285275
{
286276
"source": "/docs/workflows/networking",
287277
"destination": "/docs/databases#connecting-to-restricted-databases"
288-
},
289-
{
290-
"source": "/docs/errors/",
291-
"destination": "/docs/workflows/errors"
292-
},
293-
{
294-
"source": "/docs/v3/api/sse",
295-
"destination": "/docs/destinations/sse"
296278
}
297279
]
298280
}

0 commit comments

Comments
 (0)