diff --git a/docs-v2/vercel.json b/docs-v2/vercel.json index 423b5c8ad160f..9f3709e3f7562 100644 --- a/docs-v2/vercel.json +++ b/docs-v2/vercel.json @@ -1,5 +1,5 @@ { - "rewrites": [ + "redirects": [ { "source": "/docs/v3", "destination": "/docs" @@ -7,9 +7,7 @@ { "source": "/docs/v3/(.*)", "destination": "/docs/$1" - } - ], - "redirects": [ + }, { "source": "/docs/notebook/actions/", "destination": "/workflows/steps/actions/" @@ -222,14 +220,6 @@ "source": "/docs/components/quickstart/nodejs/actions", "destination": "/docs/components/actions-quickstart" }, - { - "source": "/docs/components/quickstart/nodejs/sources", - "destination": "/docs/components/sources-quickstart" - }, - { - "source": "/docs/v3/components/quickstart/nodejs/sources", - "destination": "/docs/components/sources-quickstart" - }, { "source": "/docs/github-sync", "destination": "/docs/quickstart/github-sync" @@ -285,14 +275,6 @@ { "source": "/docs/workflows/networking", "destination": "/docs/databases#connecting-to-restricted-databases" - }, - { - "source": "/docs/errors/", - "destination": "/docs/workflows/errors" - }, - { - "source": "/docs/v3/api/sse", - "destination": "/docs/destinations/sse" } ] }