From 692f177a104190b2f2613e62f2ca40c294e68d5c Mon Sep 17 00:00:00 2001 From: Adriaan Joubert <45142747+adriaanjoubert@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:19:24 +0300 Subject: [PATCH] docs(langgraph): unindent text (#5906) **Description:** unintend wrongly indented bulleted list and paragraph. Co-authored-by: Lauren Hirata Singh --- docs/docs/how-tos/graph-api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/how-tos/graph-api.md b/docs/docs/how-tos/graph-api.md index 04de9495e..81e2c7e79 100644 --- a/docs/docs/how-tos/graph-api.md +++ b/docs/docs/how-tos/graph-api.md @@ -1425,12 +1425,12 @@ const builder = new StateGraph(State) LangGraph makes it easy to add an underlying persistence layer to your application. This allows state to be checkpointed in between the execution of nodes, so your LangGraph nodes govern: - - How state updates are [checkpointed](../concepts/persistence.md) - - How interruptions are resumed in [human-in-the-loop](../concepts/human_in_the_loop.md) workflows - - How we can "rewind" and branch-off executions using LangGraph's [time travel](../concepts/time-travel.md) features +- How state updates are [checkpointed](../concepts/persistence.md) +- How interruptions are resumed in [human-in-the-loop](../concepts/human_in_the_loop.md) workflows +- How we can "rewind" and branch-off executions using LangGraph's [time travel](../concepts/time-travel.md) features - They also determine how execution steps are [streamed](../concepts/streaming.md), and how your application is visualized - and debugged using [LangGraph Studio](../concepts/langgraph_studio.md). +They also determine how execution steps are [streamed](../concepts/streaming.md), and how your application is visualized +and debugged using [LangGraph Studio](../concepts/langgraph_studio.md). Let's demonstrate an end-to-end example. We will create a sequence of three steps: