From a319a0ff1d17057d750f7e4a8fee98aa8f68703c Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:06:15 -0700 Subject: [PATCH] docs: add redirects for tools and lcel (#26541) --- docs/vercel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index fbd2c0c0bbb..5f88f694cdc 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -26,6 +26,18 @@ } ], "redirects": [ + { + "source": "/docs/modules/agents/tools/custom_tools(/?)", + "destination": "/docs/how_to/custom_tools/" + }, + { + "source": "/docs/expression_language(/?)", + "destination": "/docs/concepts/#langchain-expression-language-lcel" + }, + { + "source": "/docs/expression_language/interface(/?)", + "destination": "/docs/concepts/#runnable-interface" + }, { "source": "/docs/versions/overview(/?)", "destination": "/docs/versions/v0_2/overview/"