From 3ad7cb1305395cad55384ea835bf9b50f9c175a1 Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Tue, 14 Oct 2025 11:54:30 -0400 Subject: [PATCH 1/2] Update specific pages --- src/docs.json | 12 ++++++++++++ src/index.mdx | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/docs.json b/src/docs.json index 5d2654a97..92e56115f 100644 --- a/src/docs.json +++ b/src/docs.json @@ -2006,6 +2006,18 @@ "source": "/oss/javascript/langgraph/human-in-the-loop", "destination": "/oss/javascript/langgraph/interrupts" }, + { + "source": "/langgraph-platform/index", + "destination": "/langsmith/home" + }, + { + "source": "/langsmith/langgraph-platform-logs", + "destination": "/langsmith/platform-logs" + }, + { + "source": "/langgraph-platform/deployment-options", + "destination": "/langsmith/hosting" + }, { "source": "/langgraph-platform/:path*", "destination": "/langsmith/:path*" diff --git a/src/index.mdx b/src/index.mdx index 3db4e7e24..351fbf47e 100644 --- a/src/index.mdx +++ b/src/index.mdx @@ -116,7 +116,7 @@ Our **open source frameworks** help you build agents: From 994e41334f6037d39b403235e9862b665d3e623e Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Tue, 14 Oct 2025 12:03:33 -0400 Subject: [PATCH 2/2] Add one more --- src/docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs.json b/src/docs.json index 92e56115f..903de5859 100644 --- a/src/docs.json +++ b/src/docs.json @@ -2018,6 +2018,10 @@ "source": "/langgraph-platform/deployment-options", "destination": "/langsmith/hosting" }, + { + "source": "/langgraph-platform/langgraph-studio", + "destination": "/langsmith/studio" + }, { "source": "/langgraph-platform/:path*", "destination": "/langsmith/:path*"