[PR #100] [MERGED] Combine self-hosted control plane and standalone container into single deployment option #414

Closed
opened 2026-02-17 17:20:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/100
Author: @samecrowder
Created: 8/1/2025
Status: Merged
Merged: 8/3/2025
Merged by: @samecrowder

Base: mainHead: sam_4_deploy_options_down_to_3


📝 Commits (10+)

  • 46da607 initial proposal
  • ff405cf starting to rename self-hosted control plane to self-hosted full platform
  • cfe8f4f rename self hosted control plane to self hosted full platform everywhere
  • 820e077 rename self hosted data plane to hybrid
  • d1b17ab fixing links
  • 732dd7c random clean nups
  • 441381b link fix. next will consider merging the Self-hosted full platform and Standalone container pages
  • 7ef2251 combine the self-hosted full platform and standalone container explanation pages
  • d03b045 one shot attempt to rename standalone container to data plane only
  • 8f98407 cleaning up random stuff

📊 Changes

20 files changed (+184 additions, -191 deletions)

View changed files

📝 src/docs.json (+5 -6)
📝 src/langgraph-platform/cloud.mdx (+1 -1)
📝 src/langgraph-platform/control-plane.mdx (+2 -2)
📝 src/langgraph-platform/data-plane.mdx (+11 -11)
📝 src/langgraph-platform/data-storage-and-privacy.mdx (+2 -2)
📝 src/langgraph-platform/deploy-data-plane-only.mdx (+4 -4)
📝 src/langgraph-platform/deploy-hybrid.mdx (+4 -4)
📝 src/langgraph-platform/deploy-self-hosted-full-platform.mdx (+4 -4)
📝 src/langgraph-platform/deployment-options.mdx (+28 -37)
📝 src/langgraph-platform/env-var.mdx (+4 -4)
src/langgraph-platform/hybrid.mdx (+38 -0)
📝 src/langgraph-platform/images/hybrid-architecture.png (+0 -0)
📝 src/langgraph-platform/images/self-hosted-full-platform-architecture.png (+0 -0)
📝 src/langgraph-platform/index.mdx (+1 -1)
📝 src/langgraph-platform/langgraph-server.mdx (+2 -3)
📝 src/langgraph-platform/plans.mdx (+1 -1)
src/langgraph-platform/self-hosted-control-plane.mdx (+0 -38)
src/langgraph-platform/self-hosted-data-plane.mdx (+0 -40)
src/langgraph-platform/self-hosted.mdx (+77 -0)
src/langgraph-platform/standalone-container.mdx (+0 -33)

📄 Description

....for simpler content and product packaging :)

We technically will still have four deployment options, but we will display two of them as sub options within the broader Self-Hosted option, which I think is a lot more clear


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/100 **Author:** [@samecrowder](https://github.com/samecrowder) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@samecrowder](https://github.com/samecrowder) **Base:** `main` ← **Head:** `sam_4_deploy_options_down_to_3` --- ### 📝 Commits (10+) - [`46da607`](https://github.com/langchain-ai/docs/commit/46da607e1120afa1bdb4dcaf39155d8c8f1e9cd0) initial proposal - [`ff405cf`](https://github.com/langchain-ai/docs/commit/ff405cf61a40f34c327a44a011942abfec9630e4) starting to rename self-hosted control plane to self-hosted full platform - [`cfe8f4f`](https://github.com/langchain-ai/docs/commit/cfe8f4fbf5168e60eb02fd0e228f4d6cb8324594) rename self hosted control plane to self hosted full platform everywhere - [`820e077`](https://github.com/langchain-ai/docs/commit/820e0777b7783e39a2e033ffda38e2b391721cc0) rename self hosted data plane to hybrid - [`d1b17ab`](https://github.com/langchain-ai/docs/commit/d1b17ab365944c300af463a10889276c07f67ca4) fixing links - [`732dd7c`](https://github.com/langchain-ai/docs/commit/732dd7c90f66d86fe5714a5f7b47764cff389765) random clean nups - [`441381b`](https://github.com/langchain-ai/docs/commit/441381bccef777940b36b4b44ac84334740972a6) link fix. next will consider merging the Self-hosted full platform and Standalone container pages - [`7ef2251`](https://github.com/langchain-ai/docs/commit/7ef2251e880ec568ce2311668b29eb986bd73d65) combine the self-hosted full platform and standalone container explanation pages - [`d03b045`](https://github.com/langchain-ai/docs/commit/d03b04528933b0d06bfbce4cc755fb6daae04287) one shot attempt to rename standalone container to data plane only - [`8f98407`](https://github.com/langchain-ai/docs/commit/8f9840726b3e4982bd54997a8be2cedf0a51d08d) cleaning up random stuff ### 📊 Changes **20 files changed** (+184 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+5 -6) 📝 `src/langgraph-platform/cloud.mdx` (+1 -1) 📝 `src/langgraph-platform/control-plane.mdx` (+2 -2) 📝 `src/langgraph-platform/data-plane.mdx` (+11 -11) 📝 `src/langgraph-platform/data-storage-and-privacy.mdx` (+2 -2) 📝 `src/langgraph-platform/deploy-data-plane-only.mdx` (+4 -4) 📝 `src/langgraph-platform/deploy-hybrid.mdx` (+4 -4) 📝 `src/langgraph-platform/deploy-self-hosted-full-platform.mdx` (+4 -4) 📝 `src/langgraph-platform/deployment-options.mdx` (+28 -37) 📝 `src/langgraph-platform/env-var.mdx` (+4 -4) ➕ `src/langgraph-platform/hybrid.mdx` (+38 -0) 📝 `src/langgraph-platform/images/hybrid-architecture.png` (+0 -0) 📝 `src/langgraph-platform/images/self-hosted-full-platform-architecture.png` (+0 -0) 📝 `src/langgraph-platform/index.mdx` (+1 -1) 📝 `src/langgraph-platform/langgraph-server.mdx` (+2 -3) 📝 `src/langgraph-platform/plans.mdx` (+1 -1) ➖ `src/langgraph-platform/self-hosted-control-plane.mdx` (+0 -38) ➖ `src/langgraph-platform/self-hosted-data-plane.mdx` (+0 -40) ➕ `src/langgraph-platform/self-hosted.mdx` (+77 -0) ➖ `src/langgraph-platform/standalone-container.mdx` (+0 -33) </details> ### 📄 Description ....for simpler content and product packaging :) We technically will still have four deployment options, but we will display two of them as sub options within the broader `Self-Hosted` option, which I think is a lot more clear --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:18 -05:00
yindo closed this issue 2026-02-17 17:20:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#414