From 18d3fa2e155b52653f7f6a709120cf43711c19e8 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 23 Dec 2024 14:06:25 -0500 Subject: [PATCH] x --- docs/mkdocs.yml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 1e466a1c3..03cb1c795 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -2,6 +2,7 @@ site_name: "" site_description: Build language agents as graphs site_url: https://langchain-ai.github.io/langgraph/ repo_url: https://github.com/langchain-ai/langgraph +edit_uri: edit/main/docs/docs/ theme: name: material custom_dir: overrides @@ -16,6 +17,7 @@ theme: - content.code.copy - content.code.select - content.tabs.link + - content.action.edit - content.tooltips - header.autohide - navigation.expand @@ -87,6 +89,7 @@ plugins: options: filters: - "!^_" + nav: - Home: index.md - Tutorials: @@ -147,6 +150,46 @@ nav: - tutorials/auth/resource_auth.md - tutorials/auth/add_auth_server.md + - Conceptual Guides: + - concepts/index.md + - LangGraph: + - LangGraph: concepts#langgraph + - concepts/high_level.md + - concepts/low_level.md + - concepts/agentic_concepts.md + - concepts/multi_agent.md + - concepts/human_in_the_loop.md + - concepts/persistence.md + - concepts/memory.md + - concepts/streaming.md + - concepts/faq.md + - LangGraph Platform: + - LangGraph Platform: concepts#langgraph-platform + - High Level: + - High Level: concepts#high-level + - concepts/langgraph_platform.md + - concepts/deployment_options.md + - concepts/plans.md + - concepts/template_applications.md + - Components: + - Components: concepts#components + - concepts/langgraph_server.md + - concepts/langgraph_studio.md + - concepts/langgraph_cli.md + - concepts/sdk.md + - how-tos/use-remote-graph.md + - LangGraph Server: + - LangGraph Server: concepts#langgraph-server + - concepts/application_structure.md + - concepts/assistants.md + - concepts/double_texting.md + - Deployment Options: + - Deployment Options: concepts#deployment-options + - concepts/self_hosted.md + - concepts/langgraph_cloud.md + - concepts/bring_your_own_cloud.md + + - How-to Guides: - how-tos/index.md - LangGraph: