From f37a228b58b5bb163026cf77d384ea6d14c60000 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Fri, 16 May 2025 10:28:51 -0700 Subject: [PATCH] add redirect --- docs/_scripts/notebook_hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_scripts/notebook_hooks.py b/docs/_scripts/notebook_hooks.py index 7fb80ac52..c830116e0 100644 --- a/docs/_scripts/notebook_hooks.py +++ b/docs/_scripts/notebook_hooks.py @@ -70,6 +70,7 @@ REDIRECT_MAP = { "cloud/faq/studio.md": "concepts/langgraph_studio.md#studio-faqs", "cloud/how-tos/human_in_the_loop_edit_state.md": "cloud/how-tos/add-human-in-the-loop.md", "cloud/how-tos/human_in_the_loop_user_input.md": "cloud/how-tos/add-human-in-the-loop.md", + "concepts/platform_architecture.md": "langgraph/concepts/langgraph_cloud#architecture", # cloud streaming redirects "cloud/how-tos/stream_values.md": "cloud/how-tos/streaming.md#stream-graph-state", "cloud/how-tos/stream_updates.md": "cloud/how-tos/streaming.md#stream-graph-state",