From 405ba44d37ef242d2b86543b76c4aac660d5652e Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:26:51 -0700 Subject: [PATCH] more redirects (#10859) --- docs/docs_skeleton/vercel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/docs_skeleton/vercel.json b/docs/docs_skeleton/vercel.json index 91226b0cc2..06a417d33b 100644 --- a/docs/docs_skeleton/vercel.json +++ b/docs/docs_skeleton/vercel.json @@ -1,5 +1,17 @@ { "redirects": [ + { + "source": "/docs/use_cases(/?)", + "destination": "/docs/use_cases/question_answering/" + }, + { + "source": "/docs/integrations(/?)", + "destination": "/docs/integrations/providers/" + }, + { + "source": "/docs/integrations/platforms(/?)", + "destination": "/docs/integrations/providers/" + }, { "source": "/docs/integrations/platforms(/?)", "destination": "/docs/integrations/providers/"