From 0ecd23eec6c78a48652cd8d2bc9c4cd7d4d7ae73 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 23 Dec 2024 21:38:16 -0500 Subject: [PATCH] fix accidental commit --- docs/mkdocs.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 03cb1c795..382faf50a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -89,7 +89,6 @@ plugins: options: filters: - "!^_" - nav: - Home: index.md - Tutorials: @@ -150,46 +149,6 @@ 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: