From 422b2ba7f079f543bbc45ad2053150743767199d Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Thu, 13 Feb 2025 10:18:09 -0800 Subject: [PATCH] Update docs --- docs/docs/cloud/how-tos/use_stream_react.md | 2 +- docs/docs/how-tos/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/cloud/how-tos/use_stream_react.md b/docs/docs/cloud/how-tos/use_stream_react.md index 66a7fb9ed..31875301a 100644 --- a/docs/docs/cloud/how-tos/use_stream_react.md +++ b/docs/docs/cloud/how-tos/use_stream_react.md @@ -1,4 +1,4 @@ -# How to Stream LangGraph Runs in Your React App +# How to stream runs in your React frontend !!! info "Prerequisites" - [LangGraph Platform](../concepts/langgraph_platform.md) diff --git a/docs/docs/how-tos/index.md b/docs/docs/how-tos/index.md index 03dd84012..9556afd64 100644 --- a/docs/docs/how-tos/index.md +++ b/docs/docs/how-tos/index.md @@ -204,6 +204,7 @@ Learn how to set up your app for deployment to LangGraph Platform: - [How to test locally](../cloud/deployment/test_locally.md) - [How to rebuild graph at runtime](../cloud/deployment/graph_rebuild.md) - [How to use LangGraph Platform to deploy CrewAI, AutoGen, and other frameworks](autogen-langgraph-platform.ipynb) +- [How to stream runs in your React frontend](../cloud/how-tos/use_stream_react.md) ### Deployment