From bdc7dd257b7489d2e3d0c0daf12df6fca3d48ce7 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Thu, 12 Mar 2026 00:33:04 +0530 Subject: [PATCH 1/2] fix: redirections to api reference --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 3f02755..63c7514 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,10 @@ { "cleanUrls": true, "redirects": [ + { + "source": "/api-reference", + "destination": "/api-reference/introduction" + }, { "source": "/api-reference/byoa/build-plane-app", "destination": "/dev-tools/build-plane-app" From 48ef6513b3ff977451acd841b7f4099cfcdd3261 Mon Sep 17 00:00:00 2001 From: danciaclara Date: Thu, 12 Mar 2026 13:22:52 +0530 Subject: [PATCH 2/2] added redirect for self-hosting --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 63c7514..0cb878f 100644 --- a/vercel.json +++ b/vercel.json @@ -88,6 +88,10 @@ { "source": "/dev-tools/build-plane-app", "destination": "/dev-tools/build-plane-app/overview" + }, + { + "source": "/self-hosting", + "destination": "/self-hosting/overview" } ] }