From 596a26461c7bd23d5b7f811a78bce3fa5acda6de Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Thu, 22 May 2025 18:38:06 -0700 Subject: [PATCH] docs: Add note about Enterprise plan in banner for all self-hosted deployment options. (#4797) Add note about Enterprise plan in banner for all self-hosted deployment options. --- docs/docs/cloud/deployment/self_hosted_control_plane.md | 4 ++-- docs/docs/cloud/deployment/self_hosted_data_plane.md | 4 ++-- docs/docs/concepts/deployment_options.md | 8 ++++---- docs/docs/concepts/langgraph_self_hosted_control_plane.md | 4 ++-- docs/docs/concepts/langgraph_self_hosted_data_plane.md | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/docs/cloud/deployment/self_hosted_control_plane.md b/docs/docs/cloud/deployment/self_hosted_control_plane.md index e69dd0fb5..2af5925bd 100644 --- a/docs/docs/cloud/deployment/self_hosted_control_plane.md +++ b/docs/docs/cloud/deployment/self_hosted_control_plane.md @@ -2,8 +2,8 @@ Before deploying, review the [conceptual guide for the Self-Hosted Control Plane](../../concepts/langgraph_self_hosted_control_plane.md) deployment option. -!!! important "Beta" - The Self-Hosted Control Plane deployment option is currently in beta stage. +!!! info "Important" + The Self-Hosted Control Plane deployment option is currently in beta stage and requires an [Enterprise](../../concepts/plans.md) plan. ## Prerequisites diff --git a/docs/docs/cloud/deployment/self_hosted_data_plane.md b/docs/docs/cloud/deployment/self_hosted_data_plane.md index a25a7fb85..891950e8c 100644 --- a/docs/docs/cloud/deployment/self_hosted_data_plane.md +++ b/docs/docs/cloud/deployment/self_hosted_data_plane.md @@ -2,8 +2,8 @@ Before deploying, review the [conceptual guide for the Self-Hosted Data Plane](../../concepts/langgraph_self_hosted_data_plane.md) deployment option. -!!! important "Beta" - The Self-Hosted Data Plane deployment option is currently in beta stage. +!!! info "Important" + The Self-Hosted Data Plane deployment option is currently in beta stage and requires an [Enterprise](../../concepts/plans.md) plan. ## Prerequisites diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index 360438f73..81bbdbe03 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -40,8 +40,8 @@ For more information, please see: ## Self-Hosted Data Plane -!!! important "Beta" - The Self-Hosted Data Plane deployment option is currently in beta stage. +!!! info "Important" + The Self-Hosted Data Plane deployment option is currently in beta stage and requires an [Enterprise](../concepts/plans.md) plan. The [Self-Hosted Data Plane](./langgraph_self_hosted_data_plane.md) deployment option is a "hybrid" model for deployment where we manage the [control plane](./langgraph_control_plane.md) in our cloud and you manage the [data plane](./langgraph_data_plane.md) in your cloud. This option provides a way to securely manage your data plane infrastructure, while offloading control plane management to us. @@ -56,8 +56,8 @@ For more information, please see: ## Self-Hosted Control Plane -!!! important "Beta" - The Self-Hosted Control Plane deployment option is currently in beta stage. +!!! info "Important" + The Self-Hosted Control Plane deployment option is currently in beta stage and requires an [Enterprise](../concepts/plans.md) plan. The [Self-Hosted Control Plane](./langgraph_self_hosted_control_plane.md) deployment option is a fully self-hosted model for deployment where you manage the [control plane](./langgraph_control_plane.md) and [data plane](./langgraph_data_plane.md) in your cloud. This option give you full control and responsibility of the control plane and data plane infrastructure. diff --git a/docs/docs/concepts/langgraph_self_hosted_control_plane.md b/docs/docs/concepts/langgraph_self_hosted_control_plane.md index 0c78be50e..000c1257c 100644 --- a/docs/docs/concepts/langgraph_self_hosted_control_plane.md +++ b/docs/docs/concepts/langgraph_self_hosted_control_plane.md @@ -2,8 +2,8 @@ There are two versions of the self-hosted deployment: [Self-Hosted Data Plane](./deployment_options.md#self-hosted-data-plane) and [Self-Hosted Control Plane](./deployment_options.md#self-hosted-control-plane). -!!! important "Beta" - The Self-Hosted Control Plane deployment option is currently in beta stage. +!!! info "Important" + The Self-Hosted Control Plane deployment option is currently in beta stage and requires an [Enterprise](../../concepts/plans.md) plan. ## Requirements diff --git a/docs/docs/concepts/langgraph_self_hosted_data_plane.md b/docs/docs/concepts/langgraph_self_hosted_data_plane.md index fb93a60c8..f129b8c31 100644 --- a/docs/docs/concepts/langgraph_self_hosted_data_plane.md +++ b/docs/docs/concepts/langgraph_self_hosted_data_plane.md @@ -7,8 +7,8 @@ search: There are two versions of the self-hosted deployment: [Self-Hosted Data Plane](./deployment_options.md#self-hosted-data-plane) and [Self-Hosted Control Plane](./deployment_options.md#self-hosted-control-plane). -!!! important "Beta" - The Self-Hosted Data Plane deployment option is currently in beta stage. +!!! info "Important" + The Self-Hosted Data Plane deployment option is currently in beta stage and requires an [Enterprise](../../concepts/plans.md) plan. ## Requirements