From 4ecbabafe87d48872105070b32e33ffd35605784 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Thu, 31 Jul 2025 13:10:45 -0400 Subject: [PATCH] docs: redirects for LGP mintlify (#5767) - Added redirects for all of the LGP docs we're moving to Mintlify - Exclude files not listed in nav from search - Update banner --- docs/_scripts/notebook_hooks.py | 161 +++++++++++++------------- docs/docs/examples/index.md | 13 +-- docs/mkdocs.yml | 194 ++++++++++++++++---------------- docs/overrides/main.html | 2 +- docs/pyproject.toml | 1 + 5 files changed, 183 insertions(+), 188 deletions(-) diff --git a/docs/_scripts/notebook_hooks.py b/docs/_scripts/notebook_hooks.py index e689995a2..1889941f9 100644 --- a/docs/_scripts/notebook_hooks.py +++ b/docs/_scripts/notebook_hooks.py @@ -88,12 +88,12 @@ REDIRECT_MAP = { "cloud/how-tos/human_in_the_loop_user_input.md": "cloud/how-tos/add-human-in-the-loop.md", "concepts/platform_architecture.md": "concepts/langgraph_cloud#architecture", # cloud streaming redirects - "cloud/how-tos/stream_values.md": "cloud/how-tos/streaming.md#stream-graph-state", - "cloud/how-tos/stream_updates.md": "cloud/how-tos/streaming.md#stream-graph-state", - "cloud/how-tos/stream_messages.md": "cloud/how-tos/streaming.md#messages", - "cloud/how-tos/stream_events.md": "cloud/how-tos/streaming.md#stream-events", - "cloud/how-tos/stream_debug.md": "cloud/how-tos/streaming.md#debug", - "cloud/how-tos/stream_multiple.md": "cloud/how-tos/streaming.md#stream-multiple-modes", + "cloud/how-tos/stream_values.md": "https://docs.langchain.com/langgraph-platform/streaming", + "cloud/how-tos/stream_updates.md": "https://docs.langchain.com/langgraph-platform/streaming", + "cloud/how-tos/stream_messages.md": "https://docs.langchain.com/langgraph-platform/streaming", + "cloud/how-tos/stream_events.md": "https://docs.langchain.com/langgraph-platform/streaming", + "cloud/how-tos/stream_debug.md": "https://docs.langchain.com/langgraph-platform/streaming", + "cloud/how-tos/stream_multiple.md": "https://docs.langchain.com/langgraph-platform/streaming", "cloud/concepts/streaming.md": "concepts/streaming.md", "agents/streaming.md": "how-tos/streaming.md", # prebuilt redirects @@ -128,78 +128,83 @@ REDIRECT_MAP = { "cloud/how-tos/human_in_the_loop_breakpoint.md": "cloud/how-tos/add-human-in-the-loop.md", "how-tos/human_in_the_loop/edit-graph-state.ipynb": "how-tos/human_in_the_loop/time-travel.md", - # mintlify - # "tutorials/auth/getting_started.md": "https://docs.langchain.com/langgraph-platform/", - # "tutorials/auth/resource_auth.md": "https://docs.langchain.com/langgraph-platform/", - # "tutorials/auth/add_auth_server.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/use-remote-graph.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/autogen-integration.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/use_stream_react.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/generative_ui_react.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_platform.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_components.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_server.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_data_plane.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_control_plane.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_cli.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_studio.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/studio/quick_start.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/invoke_studio.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/studio/manage_assistants.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/threads_studio.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/iterate_graph_studio.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/studio/run_evals.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/clone_traces_studio.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/datasets_studio.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/sdk.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/plans.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/application_structure.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/scalability_and_resilience.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/auth.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/auth/custom_auth.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/auth/openapi_security.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/assistants.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/configuration_cloud.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/use_threads.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/background_run.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/same-thread.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/cron_jobs.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/stateless_runs.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/configurable_headers.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/double_texting.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/interrupt_concurrent.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/rollback_concurrent.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/reject_concurrent.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/enqueue_concurrent.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/concepts/webhooks.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/webhooks.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/concepts/cron_jobs.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/cron_jobs.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/http/custom_lifespan.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/http/custom_middleware.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/http/custom_routes.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/concepts/data_storage_and_privacy.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/semantic_search.md": "https://docs.langchain.com/langgraph-platform/", - # "how-tos/ttl/configure_ttl.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/deployment_options.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/quick_start.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/setup.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/setup_pyproject.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/setup_javascript.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/custom_docker.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/graph_rebuild.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_cloud.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_self_hosted_data_plane.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_self_hosted_control_plane.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/langgraph_standalone_container.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/cloud.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/self_hosted_data_plane.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/self_hosted_control_plane.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/deployment/standalone_container.md": "https://docs.langchain.com/langgraph-platform/", - # "concepts/server-mcp.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/human_in_the_loop_time_travel.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/add-human-in-the-loop.md": "https://docs.langchain.com/langgraph-platform/", - # "cloud/how-tos/streaming.md": "https://docs.langchain.com/langgraph-platform/", + # LGP mintlify migration redirects + "tutorials/auth/getting_started.md": "https://docs.langchain.com/langgraph-platform/auth", + "tutorials/auth/resource_auth.md": "https://docs.langchain.com/langgraph-platform/resource-auth", + "tutorials/auth/add_auth_server.md": "https://docs.langchain.com/langgraph-platform/add-auth-server", + "how-tos/use-remote-graph.md": "https://docs.langchain.com/langgraph-platform/use-remote-graph", + "how-tos/autogen-integration.md": "https://docs.langchain.com/langgraph-platform/autogen-integration", + "cloud/how-tos/use_stream_react.md": "https://docs.langchain.com/langgraph-platform/use-stream-react", + "cloud/how-tos/generative_ui_react.md": "https://docs.langchain.com/langgraph-platform/generative-ui-react", + "concepts/langgraph_platform.md": "https://docs.langchain.com/langgraph-platform/index", + "concepts/langgraph_components.md": "https://docs.langchain.com/langgraph-platform/components", + "concepts/langgraph_server.md": "https://docs.langchain.com/langgraph-platform/langgraph-server", + "concepts/langgraph_data_plane.md": "https://docs.langchain.com/langgraph-platform/data-plane", + "concepts/langgraph_control_plane.md": "https://docs.langchain.com/langgraph-platform/control-plane", + "concepts/langgraph_cli.md": "https://docs.langchain.com/langgraph-platform/langgraph-cli", + "concepts/langgraph_studio.md": "https://docs.langchain.com/langgraph-platform/langgraph-studio", + "cloud/how-tos/studio/quick_start.md": "https://docs.langchain.com/langgraph-platform/quick-start-studio", + "cloud/how-tos/invoke_studio.md": "https://docs.langchain.com/langgraph-platform/invoke-studio", + "cloud/how-tos/studio/manage_assistants.md": "https://docs.langchain.com/langgraph-platform/manage-assistants-studio", + "cloud/how-tos/threads_studio.md": "https://docs.langchain.com/langgraph-platform/threads-studio", + "cloud/how-tos/iterate_graph_studio.md": "https://docs.langchain.com/langgraph-platform/iterate-graph-studio", + "cloud/how-tos/studio/run_evals.md": "https://docs.langchain.com/langgraph-platform/run-evals-studio", + "cloud/how-tos/clone_traces_studio.md": "https://docs.langchain.com/langgraph-platform/clone-traces-studio", + "cloud/how-tos/datasets_studio.md": "https://docs.langchain.com/langgraph-platform/datasets-studio", + "concepts/sdk.md": "https://docs.langchain.com/langgraph-platform/sdk", + "concepts/plans.md": "https://docs.langchain.com/langgraph-platform/plans", + "concepts/application_structure.md": "https://docs.langchain.com/langgraph-platform/application-structure", + "concepts/scalability_and_resilience.md": "https://docs.langchain.com/langgraph-platform/scalability-and-resilience", + "concepts/auth.md": "https://docs.langchain.com/langgraph-platform/auth", + "how-tos/auth/custom_auth.md": "https://docs.langchain.com/langgraph-platform/custom-auth", + "how-tos/auth/openapi_security.md": "https://docs.langchain.com/langgraph-platform/openapi-security", + "concepts/assistants.md": "https://docs.langchain.com/langgraph-platform/assistants", + "cloud/how-tos/configuration_cloud.md": "https://docs.langchain.com/langgraph-platform/configuration-cloud", + "cloud/how-tos/use_threads.md": "https://docs.langchain.com/langgraph-platform/use-threads", + "cloud/how-tos/background_run.md": "https://docs.langchain.com/langgraph-platform/background-run", + "cloud/how-tos/same-thread.md": "https://docs.langchain.com/langgraph-platform/same-thread", + "cloud/how-tos/stateless_runs.md": "https://docs.langchain.com/langgraph-platform/stateless-runs", + "cloud/how-tos/configurable_headers.md": "https://docs.langchain.com/langgraph-platform/configurable-headers", + "concepts/double_texting.md": "https://docs.langchain.com/langgraph-platform/double-texting", + "cloud/how-tos/interrupt_concurrent.md": "https://docs.langchain.com/langgraph-platform/interrupt-concurrent", + "cloud/how-tos/rollback_concurrent.md": "https://docs.langchain.com/langgraph-platform/rollback-concurrent", + "cloud/how-tos/reject_concurrent.md": "https://docs.langchain.com/langgraph-platform/reject-concurrent", + "cloud/how-tos/enqueue_concurrent.md": "https://docs.langchain.com/langgraph-platform/enqueue-concurrent", + "cloud/concepts/webhooks.md": "https://docs.langchain.com/langgraph-platform/use-webhooks", + "cloud/how-tos/webhooks.md": "https://docs.langchain.com/langgraph-platform/use-webhooks", + "cloud/concepts/cron_jobs.md": "https://docs.langchain.com/langgraph-platform/cron-jobs", + "cloud/how-tos/cron_jobs.md": "https://docs.langchain.com/langgraph-platform/cron-jobs", + "how-tos/http/custom_lifespan.md": "https://docs.langchain.com/langgraph-platform/custom-lifespan", + "how-tos/http/custom_middleware.md": "https://docs.langchain.com/langgraph-platform/custom-middleware", + "how-tos/http/custom_routes.md": "https://docs.langchain.com/langgraph-platform/custom-routes", + "cloud/concepts/data_storage_and_privacy.md": "https://docs.langchain.com/langgraph-platform/data-storage-and-privacy", + "cloud/deployment/semantic_search.md": "https://docs.langchain.com/langgraph-platform/semantic-search", + "how-tos/ttl/configure_ttl.md": "https://docs.langchain.com/langgraph-platform/configure-ttl", + "concepts/deployment_options.md": "https://docs.langchain.com/langgraph-platform/deployment-options", + "cloud/quick_start.md": "https://docs.langchain.com/langgraph-platform/deployment-quickstart", + "cloud/deployment/setup.md": "https://docs.langchain.com/langgraph-platform/setup-app-requirements-txt", + "cloud/deployment/setup_pyproject.md": "https://docs.langchain.com/langgraph-platform/setup-pyproject", + "cloud/deployment/setup_javascript.md": "https://docs.langchain.com/langgraph-platform/setup-javascript", + "cloud/deployment/custom_docker.md": "https://docs.langchain.com/langgraph-platform/custom-docker", + "cloud/deployment/graph_rebuild.md": "https://docs.langchain.com/langgraph-platform/graph-rebuild", + "concepts/langgraph_cloud.md": "https://docs.langchain.com/langgraph-platform/cloud", + "concepts/langgraph_self_hosted_data_plane.md": "https://docs.langchain.com/langgraph-platform/self-hosted-data-plane", + "concepts/langgraph_self_hosted_control_plane.md": "https://docs.langchain.com/langgraph-platform/self-hosted-control-plane", + "concepts/langgraph_standalone_container.md": "https://docs.langchain.com/langgraph-platform/standalone-container", + "cloud/deployment/cloud.md": "https://docs.langchain.com/langgraph-platform/cloud", + "cloud/deployment/self_hosted_data_plane.md": "https://docs.langchain.com/langgraph-platform/deploy-self-hosted-data-plane", + "cloud/deployment/self_hosted_control_plane.md": "https://docs.langchain.com/langgraph-platform/deploy-self-hosted-control-plane", + "cloud/deployment/standalone_container.md": "https://docs.langchain.com/langgraph-platform/deploy-standalone-container", + "concepts/server-mcp.md": "https://docs.langchain.com/langgraph-platform/server-mcp", + "cloud/how-tos/human_in_the_loop_time_travel.md": "https://docs.langchain.com/langgraph-platform/human-in-the-loop-time-travel", + "cloud/how-tos/add-human-in-the-loop.md": "https://docs.langchain.com/langgraph-platform/add-human-in-the-loop", + "cloud/deployment/egress.md": "https://docs.langchain.com/langgraph-platform/env-var", + "cloud/how-tos/streaming.md": "https://docs.langchain.com/langgraph-platform/streaming", + "cloud/reference/api/api_ref.md": "https://docs.langchain.com/langgraph-platform/server-api-ref", + "cloud/reference/langgraph_server_changelog.md": "https://docs.langchain.com/langgraph-platform/langgraph-server-changelog", + "cloud/reference/api/api_ref_control_plane.md": "https://docs.langchain.com/langgraph-platform/api-ref-control-plane", + "cloud/reference/cli.md": "https://docs.langchain.com/langgraph-platform/cli", + "cloud/reference/env_var.md": "https://docs.langchain.com/langgraph-platform/env-var", } diff --git a/docs/docs/examples/index.md b/docs/docs/examples/index.md index aadfb0f2c..a845bb8fd 100644 --- a/docs/docs/examples/index.md +++ b/docs/docs/examples/index.md @@ -9,15 +9,4 @@ The pages in this section provide end-to-end examples for the following topics: - [Agent Supervisor](../tutorials/multi_agent/agent_supervisor.md): Build a supervisor agent that can manage a team of agents. - [SQL agent](../tutorials/sql/sql-agent.md): Build a SQL agent that can execute SQL queries and return the results. - [Prebuilt chat UI](../agents/ui.md): Use a prebuilt chat UI to interact with any LangGraph agent. -- [Graph runs in LangSmith](../how-tos/run-id-langsmith.md): Use LangSmith to track and analyze graph runs. - -## LangGraph Platform - -- [Set up custom authentication](../tutorials/auth/getting_started.md): Set up custom authentication for your LangGraph application. -- [Make conversations private](../tutorials/auth/resource_auth.md): Make conversations private by using resource-based authentication. -- [Connect an authentication provider](../tutorials/auth/add_auth_server.md): Connect an authentication provider to your LangGraph application. -- [Rebuild graph at runtime](../cloud/deployment/graph_rebuild.md): Rebuild a graph at runtime. -- [Use RemoteGraph](../how-tos/use-remote-graph.md): Use RemoteGraph to deploy your LangGraph application to a remote server. -- [Deploy CrewAI, AutoGen, and other frameworks](../how-tos/autogen-integration.md): Deploy CrewAI, AutoGen, and other frameworks with LangGraph. -- [Integrate LangGraph into a React app](../cloud/how-tos/use_stream_react.md) -- [Implement Generative User Interfaces with LangGraph](../cloud/how-tos/generative_ui_react.md) \ No newline at end of file +- [Graph runs in LangSmith](../how-tos/run-id-langsmith.md): Use LangSmith to track and analyze graph runs. \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ef1e3c86f..9bf95b065 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -52,6 +52,103 @@ theme: plugins: - search: separator: '[\s\u200b\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;' + - exclude-search: + exclude: + - additional-resources/index.md + - agents/prebuilt.md + - cloud/concepts/cron_jobs.md + - cloud/concepts/data_storage_and_privacy.md + - cloud/concepts/webhooks.md + - cloud/deployment/cloud.md + - cloud/deployment/custom_docker.md + - cloud/deployment/egress.md + - cloud/deployment/graph_rebuild.md + - cloud/deployment/self_hosted_control_plane.md + - cloud/deployment/self_hosted_data_plane.md + - cloud/deployment/semantic_search.md + - cloud/deployment/setup_javascript.md + - cloud/deployment/setup_pyproject.md + - cloud/deployment/setup.md + - cloud/deployment/standalone_container.md + - cloud/how-tos/add-human-in-the-loop.md + - cloud/how-tos/background_run.md + - cloud/how-tos/clone_traces_studio.md + - cloud/how-tos/configurable_headers.md + - cloud/how-tos/configuration_cloud.md + - cloud/how-tos/cron_jobs.md + - cloud/how-tos/datasets_studio.md + - cloud/how-tos/enqueue_concurrent.md + - cloud/how-tos/generative_ui_react.md + - cloud/how-tos/human_in_the_loop_time_travel.md + - cloud/how-tos/interrupt_concurrent.md + - cloud/how-tos/invoke_studio.md + - cloud/how-tos/iterate_graph_studio.md + - cloud/how-tos/reject_concurrent.md + - cloud/how-tos/rollback_concurrent.md + - cloud/how-tos/same-thread.md + - cloud/how-tos/stateless_runs.md + - cloud/how-tos/streaming.md + - cloud/how-tos/studio/manage_assistants.md + - cloud/how-tos/studio/quick_start.md + - cloud/how-tos/studio/run_evals.md + - cloud/how-tos/threads_studio.md + - cloud/how-tos/use_stream_react.md + - cloud/how-tos/use_threads.md + - cloud/how-tos/webhooks.md + - cloud/quick_start.md + - cloud/reference/api/api_ref_control_plane.md + - cloud/reference/api/api_ref.md + - cloud/reference/cli.md + - cloud/reference/env_var.md + - cloud/reference/langgraph_server_changelog.md + - cloud/reference/sdk/js_ts_sdk_ref.md + - concepts/application_structure.md + - concepts/assistants.md + - concepts/auth.md + - concepts/deployment_options.md + - concepts/double_texting.md + - concepts/faq.md + - concepts/langgraph_cli.md + - concepts/langgraph_cloud.md + - concepts/langgraph_components.md + - concepts/langgraph_control_plane.md + - concepts/langgraph_data_plane.md + - concepts/langgraph_platform.md + - concepts/langgraph_self_hosted_control_plane.md + - concepts/langgraph_self_hosted_data_plane.md + - concepts/langgraph_server.md + - concepts/langgraph_standalone_container.md + - concepts/langgraph_studio.md + - concepts/plans.md + - concepts/scalability_and_resilience.md + - concepts/sdk.md + - concepts/server-mcp.md + - concepts/template_applications.md + - concepts/why-langgraph.md + - examples/index.md + - guides/index.md + - how-tos/auth/custom_auth.md + - how-tos/auth/openapi_security.md + - how-tos/autogen-integration.md + - how-tos/http/custom_lifespan.md + - how-tos/http/custom_middleware.md + - how-tos/http/custom_routes.md + - how-tos/ttl/configure_ttl.md + - how-tos/use-remote-graph.md + - index.md + - reference/index.md + - snippets/chat_model_tabs.md + - troubleshooting/errors/GRAPH_RECURSION_LIMIT.md + - troubleshooting/errors/index.md + - troubleshooting/errors/INVALID_CHAT_HISTORY.md + - troubleshooting/errors/INVALID_CONCURRENT_GRAPH_UPDATE.md + - troubleshooting/errors/INVALID_GRAPH_NODE_RETURN_VALUE.md + - troubleshooting/errors/INVALID_LICENSE.md + - troubleshooting/errors/MULTIPLE_SUBGRAPHS.md + - troubleshooting/studio.md + - tutorials/auth/add_auth_server.md + - tutorials/auth/getting_started.md + - tutorials/auth/resource_auth.md - tags - include-markdown - mkdocstrings: @@ -123,7 +220,6 @@ nav: - Streaming: - Overview: concepts/streaming.md - Stream outputs: how-tos/streaming.md - - Use Server API: cloud/how-tos/streaming.md - Persistence: - Overview: concepts/persistence.md - Durable execution: @@ -141,11 +237,9 @@ nav: - Human-in-the-loop: - Overview: concepts/human_in_the_loop.md - Add human intervention: how-tos/human_in_the_loop/add-human-in-the-loop.md - - Use Server API: cloud/how-tos/add-human-in-the-loop.md - Time travel: - Overview: concepts/time-travel.md - Use time travel: how-tos/human_in_the_loop/time-travel.md - - Use Server API: cloud/how-tos/human_in_the_loop_time_travel.md - Subgraphs: - Overview: concepts/subgraphs.md - Use subgraphs: how-tos/subgraph.md @@ -156,88 +250,10 @@ nav: - MCP: - Overview: concepts/mcp.md - Use MCP: agents/mcp.md - - Server API: concepts/server-mcp.md - Tracing: - Overview: concepts/tracing.md - Enable tracing: how-tos/enable-tracing.md - Evaluate performance: agents/evals.md - - Platform-only capabilities: - - LangGraph Platform: - - Overview: concepts/langgraph_platform.md - - Components: - - Overview: concepts/langgraph_components.md - - LangGraph Server: - - Overview: concepts/langgraph_server.md - - Data plane: concepts/langgraph_data_plane.md - - Control plane: concepts/langgraph_control_plane.md - - LangGraph CLI: concepts/langgraph_cli.md - - LangGraph Studio: - - Overview: concepts/langgraph_studio.md - - Quickstart: cloud/how-tos/studio/quick_start.md - - cloud/how-tos/invoke_studio.md - - cloud/how-tos/studio/manage_assistants.md - - cloud/how-tos/threads_studio.md - - cloud/how-tos/iterate_graph_studio.md - - cloud/how-tos/studio/run_evals.md - - cloud/how-tos/clone_traces_studio.md - - cloud/how-tos/datasets_studio.md - - LangGraph SDK: concepts/sdk.md - - Plans & pricing: concepts/plans.md - - Application structure: concepts/application_structure.md - - Scalability & resilience: concepts/scalability_and_resilience.md - - Authentication & access control: - - Overview: concepts/auth.md - - how-tos/auth/custom_auth.md - - how-tos/auth/openapi_security.md - - Assistants: - - Overview: concepts/assistants.md - - cloud/how-tos/configuration_cloud.md - - Threads: cloud/how-tos/use_threads.md - - Runs: - - cloud/how-tos/background_run.md - - cloud/how-tos/same-thread.md - - cloud/how-tos/cron_jobs.md - - cloud/how-tos/stateless_runs.md - - cloud/how-tos/configurable_headers.md - - Double-texting: - - Overview: concepts/double_texting.md - - cloud/how-tos/interrupt_concurrent.md - - cloud/how-tos/rollback_concurrent.md - - cloud/how-tos/reject_concurrent.md - - cloud/how-tos/enqueue_concurrent.md - - Webhooks: - - Overview: cloud/concepts/webhooks.md - - Use webhooks: cloud/how-tos/webhooks.md - - Cron jobs: - - Overview: cloud/concepts/cron_jobs.md - - cloud/how-tos/cron_jobs.md - - Server customization: - - how-tos/http/custom_lifespan.md - - how-tos/http/custom_middleware.md - - how-tos/http/custom_routes.md - - Data management: - - cloud/concepts/data_storage_and_privacy.md - - Add semantic search: cloud/deployment/semantic_search.md - - Add TTLs: how-tos/ttl/configure_ttl.md - - Deployment: - - Overview: concepts/deployment_options.md - - Quickstart: cloud/quick_start.md - - Set up your application: - - Use requirements.txt: cloud/deployment/setup.md - - Use pyproject.toml: cloud/deployment/setup_pyproject.md - - Use JavaScript: cloud/deployment/setup_javascript.md - - Use custom Docker: cloud/deployment/custom_docker.md - - Rebuild graph at runtime: cloud/deployment/graph_rebuild.md - - Deployment options: - - Cloud SaaS: concepts/langgraph_cloud.md - - Self-Hosted Data Plane: concepts/langgraph_self_hosted_data_plane.md - - Self-Hosted Control Plane: concepts/langgraph_self_hosted_control_plane.md - - Standalone Container: concepts/langgraph_standalone_container.md - - Deploy to production: - - Cloud SaaS: cloud/deployment/cloud.md - - Self-Hosted Data Plane: cloud/deployment/self_hosted_data_plane.md - - Self-Hosted Control Plane: cloud/deployment/self_hosted_control_plane.md - - Standalone Container: cloud/deployment/standalone_container.md - Reference: - reference/index.md @@ -260,14 +276,9 @@ nav: - Swarm: reference/swarm.md - MCP Adapters: reference/mcp.md - LangGraph Platform: - - Server API: cloud/reference/api/api_ref.md - - Server changelog: cloud/reference/langgraph_server_changelog.md - - Control Plane API: cloud/reference/api/api_ref_control_plane.md - - CLI: cloud/reference/cli.md - SDK (Python): cloud/reference/sdk/python_sdk_ref.md - SDK (JS/TS): https://langchain-ai.github.io/langgraphjs/reference/modules/sdk.html - RemoteGraph: reference/remote_graph.md - - Environment variables: cloud/reference/env_var.md - Examples: - examples/index.md @@ -277,16 +288,6 @@ nav: - SQL agent: tutorials/sql/sql-agent.md - Prebuilt chat UI: agents/ui.md - Graph runs in LangSmith: how-tos/run-id-langsmith.md - - LangGraph Platform: - - Authentication: - - tutorials/auth/getting_started.md - - tutorials/auth/resource_auth.md - - tutorials/auth/add_auth_server.md - - Use RemoteGraph: how-tos/use-remote-graph.md - - Deploy CrewAI, AutoGen, and other frameworks: how-tos/autogen-integration.md - - Front-end and generative UI: - - Integrate LangGraph into a React app: cloud/how-tos/use_stream_react.md - - Implement generative UI with LangGraph: cloud/how-tos/generative_ui_react.md - Additional resources: - additional-resources/index.md @@ -305,7 +306,6 @@ nav: - troubleshooting/errors/MULTIPLE_SUBGRAPHS.md - troubleshooting/errors/INVALID_CHAT_HISTORY.md - troubleshooting/errors/INVALID_LICENSE.md - - LangGraph Studio: troubleshooting/studio.md markdown_extensions: diff --git a/docs/overrides/main.html b/docs/overrides/main.html index de8fd4db0..24bd1051b 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -360,5 +360,5 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= {% endblock %} {% block announce %} -LangGraph Platform docs are moving! Find the LangGraph Platform docs at the new LangChain Docs site! +LangGraph Platform docs have moved! Find the LangGraph Platform docs at the new LangChain Docs site. {% endblock %} diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 4b33ebf97..72ef5cd1f 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -39,6 +39,7 @@ docs = [ "markdown-callouts", "markdown-include", "mkdocs-exclude", + "mkdocs-exclude-search", "psycopg[binary]", "psycopg-pool", "pygments-ansi-color",