docs: Add studio troubleshooting to redirects (#5783)

Add a redirect from
https://langchain-ai.github.io/langgraph/troubleshooting/studio/ to
https://docs.langchain.com/langgraph-platform/troubleshooting-studio
This commit is contained in:
Kathryn May
2025-07-31 15:31:35 -04:00
committed by GitHub
parent 80cd91344f
commit 76bbb761b4
+1
View File
@@ -205,6 +205,7 @@ REDIRECT_MAP = {
"cloud/reference/api/api_ref_control_plane.md": "https://docs.langchain.com/langgraph-platform/api-ref-control-plane",
"cloud/reference/cli.md": "https://docs.langchain.com/langgraph-platform/cli",
"cloud/reference/env_var.md": "https://docs.langchain.com/langgraph-platform/env-var",
"troubleshooting/studio.md": "https://docs.langchain.com/langgraph-platform/troubleshooting-studio",
}