From faa9c8e414788ca80e5016e27312edd9fe9b0f6d Mon Sep 17 00:00:00 2001 From: Andrew Chuang Date: Fri, 13 Sep 2024 17:12:04 -0300 Subject: [PATCH 1/2] remove docs v3 redirects --- docs-v2/vercel.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs-v2/vercel.json b/docs-v2/vercel.json index 423b5c8ad160f..5e86769573a87 100644 --- a/docs-v2/vercel.json +++ b/docs-v2/vercel.json @@ -1,14 +1,4 @@ { - "rewrites": [ - { - "source": "/docs/v3", - "destination": "/docs" - }, - { - "source": "/docs/v3/(.*)", - "destination": "/docs/$1" - } - ], "redirects": [ { "source": "/docs/notebook/actions/", @@ -226,10 +216,6 @@ "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" @@ -289,10 +275,6 @@ { "source": "/docs/errors/", "destination": "/docs/workflows/errors" - }, - { - "source": "/docs/v3/api/sse", - "destination": "/docs/destinations/sse" } ] } From 4c10780cce44ac2c3592eb4df21572395c9d18b2 Mon Sep 17 00:00:00 2001 From: Andrew Chuang Date: Tue, 17 Sep 2024 19:48:10 -0300 Subject: [PATCH 2/2] pr comments --- docs-v2/vercel.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs-v2/vercel.json b/docs-v2/vercel.json index 5e86769573a87..9f3709e3f7562 100644 --- a/docs-v2/vercel.json +++ b/docs-v2/vercel.json @@ -1,5 +1,13 @@ { "redirects": [ + { + "source": "/docs/v3", + "destination": "/docs" + }, + { + "source": "/docs/v3/(.*)", + "destination": "/docs/$1" + }, { "source": "/docs/notebook/actions/", "destination": "/workflows/steps/actions/" @@ -212,10 +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/github-sync", "destination": "/docs/quickstart/github-sync" @@ -271,10 +275,6 @@ { "source": "/docs/workflows/networking", "destination": "/docs/databases#connecting-to-restricted-databases" - }, - { - "source": "/docs/errors/", - "destination": "/docs/workflows/errors" } ] }