[PR #1106] [MERGED] Update deployments section + hosting for app deployment control plane #1296

Closed
opened 2026-02-17 17:22:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1106
Author: @katmayb
Created: 10/23/2025
Status: Merged
Merged: 10/28/2025
Merged by: @lnhsingh

Base: mainHead: sh-hosting-deployment


📝 Commits (7)

  • 3f5fd63 Update deployments section + hosting for app deployment control plane
  • b949e2f Updates to separate obs/evals/deployment
  • f463a5d Merge branch 'main' into sh-hosting-deployment
  • 926525a Merge branch 'main' into sh-hosting-deployment
  • fc3dc64 Merge branch 'main' into sh-hosting-deployment
  • 3e9861d andrew feedback
  • 93398da Merge branch 'main' into sh-hosting-deployment

📊 Changes

11 files changed (+175 additions, -30 deletions)

View changed files

📝 src/docs.json (+8 -1)
📝 src/langsmith/deploy-hybrid.mdx (+6 -10)
📝 src/langsmith/deploy-self-hosted-full-platform.mdx (+7 -4)
src/langsmith/deploy-with-control-plane.mdx (+126 -0)
📝 src/langsmith/deployments.mdx (+5 -9)
📝 src/langsmith/evaluation.mdx (+4 -0)
📝 src/langsmith/hosting.mdx (+7 -5)
📝 src/langsmith/observability.mdx (+4 -0)
📝 src/langsmith/prompt-engineering.mdx (+4 -0)
📝 src/langsmith/self-hosted.mdx (+1 -1)
src/snippets/langsmith/hosting-setup-note.mdx (+3 -0)

📄 Description

Fixes DOC-398, DOC-399

It was a little confusing to find app deployment instructions for self-hosted and Hybrid instances. The Deployment tab only covered Cloud (GitHub-based) deployments.

This PR creates clear separation between infrastructure setup (one-time) and application deployment (ongoing):

New file:

  • deploy-with-control-plane.mdx - Guide for deploying apps to Hybrid/Self-hosted with control plane using Docker images
    Updated files:
  • deploy-hybrid.mdx & deploy-self-hosted-full-platform.mdx - Removed app deployment steps, now focus just on infrastructure setup
  • deployments.mdx - Updated to show all three deployment paths (Cloud, Hybrid/Self-hosted with control plane, Standalone servers)

🔄 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/1106 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `sh-hosting-deployment` --- ### 📝 Commits (7) - [`3f5fd63`](https://github.com/langchain-ai/docs/commit/3f5fd63afce92b3481fd5e81d1552d474b71bea8) Update deployments section + hosting for app deployment control plane - [`b949e2f`](https://github.com/langchain-ai/docs/commit/b949e2fe31c3700c0aa468244900d8f3f48a2004) Updates to separate obs/evals/deployment - [`f463a5d`](https://github.com/langchain-ai/docs/commit/f463a5d8f27feb051c29c56741ec24ceb7801e1d) Merge branch 'main' into sh-hosting-deployment - [`926525a`](https://github.com/langchain-ai/docs/commit/926525a7258422df4d639080d18b1a69bccfca78) Merge branch 'main' into sh-hosting-deployment - [`fc3dc64`](https://github.com/langchain-ai/docs/commit/fc3dc64300514edc738f897438f8f755642af3b2) Merge branch 'main' into sh-hosting-deployment - [`3e9861d`](https://github.com/langchain-ai/docs/commit/3e9861d5c34a014184670ecccc608fca53ed396d) andrew feedback - [`93398da`](https://github.com/langchain-ai/docs/commit/93398da97a32a0bc4aaa1c6ea353f4c6131700b6) Merge branch 'main' into sh-hosting-deployment ### 📊 Changes **11 files changed** (+175 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+8 -1) 📝 `src/langsmith/deploy-hybrid.mdx` (+6 -10) 📝 `src/langsmith/deploy-self-hosted-full-platform.mdx` (+7 -4) ➕ `src/langsmith/deploy-with-control-plane.mdx` (+126 -0) 📝 `src/langsmith/deployments.mdx` (+5 -9) 📝 `src/langsmith/evaluation.mdx` (+4 -0) 📝 `src/langsmith/hosting.mdx` (+7 -5) 📝 `src/langsmith/observability.mdx` (+4 -0) 📝 `src/langsmith/prompt-engineering.mdx` (+4 -0) 📝 `src/langsmith/self-hosted.mdx` (+1 -1) ➕ `src/snippets/langsmith/hosting-setup-note.mdx` (+3 -0) </details> ### 📄 Description Fixes DOC-398, DOC-399 It was a little confusing to find app deployment instructions for self-hosted and Hybrid instances. The Deployment tab only covered Cloud (GitHub-based) deployments. This PR creates clear separation between infrastructure setup (one-time) and application deployment (ongoing): New file: - deploy-with-control-plane.mdx - Guide for deploying apps to Hybrid/Self-hosted with control plane using Docker images Updated files: - deploy-hybrid.mdx & deploy-self-hosted-full-platform.mdx - Removed app deployment steps, now focus just on infrastructure setup - deployments.mdx - Updated to show all three deployment paths (Cloud, Hybrid/Self-hosted with control plane, Standalone servers) --- <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:22:06 -05:00
yindo closed this issue 2026-02-17 17:22:06 -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#1296