docs: Rearrange nav (#5560)

Move Prebuilts overview and Run an agent to the guides page
This commit is contained in:
Lauren Hirata Singh
2025-07-17 13:47:43 -04:00
committed by GitHub
parent cec3bef7ea
commit b4eb57da67
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -2,6 +2,11 @@
The pages in this section provide a conceptual overview and how-tos for the following topics:
## Agent development
- [Overview](../agents/overview.md): Use prebuilt components to build an agent.
- [Run an agent](../agents/run_agents.md): Run an agent by providing input, interpreting output, enabling streaming, and controlling execution limits.
## LangGraph APIs
- [Graph API](../concepts/low_level.md): Use the Graph API to define workflows using a graph paradigm.
+4 -3
View File
@@ -103,14 +103,15 @@ nav:
- 5. Customize state: tutorials/get-started/5-customize-state.md
- 6. Time travel: tutorials/get-started/6-time-travel.md
- Run a local server: tutorials/langgraph-platform/local-server.md
- Agent development:
- General concepts:
- Workflows & agents: tutorials/workflows.md
- Prebuilt components: agents/overview.md
- Run an agent: agents/run_agents.md
- Agent architectures: concepts/agentic_concepts.md
- Guides:
- guides/index.md
- Agent development:
- Overview: agents/overview.md
- Run an agent: agents/run_agents.md
- LangGraph APIs:
- Graph API:
- Overview: concepts/low_level.md