[PR #3629] [MERGED] Consolidate self-hosted deployment docs into unified setup guide #3666

Closed
opened 2026-06-05 18:23:54 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3629
Author: @fjmorris
Created: 4/17/2026
Status: Merged
Merged: 4/21/2026
Merged by: @fjmorris

Base: mainHead: fjmorris/DOC-989


📝 Commits (10+)

  • d40b7d0 Modified oss/deepagents/comparison.mdx, added Deployment section.
  • 4c7a2c1 Merge remote-tracking branch 'origin/main' into fjmorris/DOC-992
  • 988614d Correct statements about Claude Agent SDK.
  • e6da18b Merge remote-tracking branch 'origin/main' into fjmorris/DOC-992
  • e47f492 Reverted changes.
  • 2071a87 Merge remote-tracking branch 'origin/main' into fjmorris/DOC-992
  • ff1d857 Updated comparison.mdx.
  • b05597c Modified platform-setup.mdx, fixed minor inconsistencies.
  • d079341 Merge remote-tracking branch 'origin/main' into fjmorris/DOC-989
  • a249d22 Modified deploy-self-hosted-full-platform.mdx. Reviewed the section Enable Fleet, Insights, and Polly. Claude Code added the sub-section (Optional) Enable OAuth tools and triggers for Fleet (not yet reviewed).

📊 Changes

13 files changed (+1008 additions, -827 deletions)

View changed files

📝 src/docs.json (+14 -10)
📝 src/langsmith/deploy-self-hosted-full-platform.mdx (+972 -180)
📝 src/langsmith/deploy-with-control-plane.mdx (+1 -1)
📝 src/langsmith/fleet/access-and-oversight.mdx (+1 -1)
📝 src/langsmith/fleet/index.mdx (+1 -1)
📝 src/langsmith/fleet/self-hosted-link.mdx (+1 -1)
src/langsmith/fleet/self-hosted.mdx (+0 -506)
src/langsmith/insights-self-hosted.mdx (+0 -66)
📝 src/langsmith/kubernetes.mdx (+12 -1)
📝 src/langsmith/llm-auth-proxy-self-hosted.mdx (+1 -1)
📝 src/langsmith/platform-setup.mdx (+2 -3)
src/langsmith/polly-self-hosted.mdx (+0 -54)
📝 src/langsmith/self-host-using-an-existing-secret.mdx (+3 -2)

📄 Description

  • Modified kubernetes.mdx, added section Enable LangSmith Deployment, Fleet, Insights, and Polly.
  • Modified deploy-self-hosted-full-platform.mdx to consolidate deployment docs.
    • Included docs(fleet): replace GitHub OAuth setup with GitHub App instructions #3609
  • Deleted fleet/self-hosted.mdx, insights-self-hosted.mdx, polly-self-hosted.mdx.
  • Modified docs.json , remove Enable features section
  • Updated links and fixed broken links.
  • Modified platform-setup.mdx, fixed minor inconsistencies.

Fixes DOC-989

Preview


🔄 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/3629 **Author:** [@fjmorris](https://github.com/fjmorris) **Created:** 4/17/2026 **Status:** ✅ Merged **Merged:** 4/21/2026 **Merged by:** [@fjmorris](https://github.com/fjmorris) **Base:** `main` ← **Head:** `fjmorris/DOC-989` --- ### 📝 Commits (10+) - [`d40b7d0`](https://github.com/langchain-ai/docs/commit/d40b7d0f33d15a51d865697868393f1ba40b795e) Modified oss/deepagents/comparison.mdx, added Deployment section. - [`4c7a2c1`](https://github.com/langchain-ai/docs/commit/4c7a2c1c8ca9afeca3d807aab0a604f20c79693f) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-992 - [`988614d`](https://github.com/langchain-ai/docs/commit/988614d4c4c8b9031d1eac22e76bdccc4619f6b5) Correct statements about Claude Agent SDK. - [`e6da18b`](https://github.com/langchain-ai/docs/commit/e6da18be896ad6c6afe09815f13f693f3581ffa0) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-992 - [`e47f492`](https://github.com/langchain-ai/docs/commit/e47f492aaeac4f9acc45e438ac263442571eeb83) Reverted changes. - [`2071a87`](https://github.com/langchain-ai/docs/commit/2071a8737ff2de91e5d19e89716987a47f1dcd17) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-992 - [`ff1d857`](https://github.com/langchain-ai/docs/commit/ff1d85727dc93f14b05dc31a9af2698e7ec720aa) Updated comparison.mdx. - [`b05597c`](https://github.com/langchain-ai/docs/commit/b05597c19f6fe6a0606435fac3561651d16e2ee8) Modified platform-setup.mdx, fixed minor inconsistencies. - [`d079341`](https://github.com/langchain-ai/docs/commit/d079341db3d33eb56176c1108cedff24a479c5e6) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-989 - [`a249d22`](https://github.com/langchain-ai/docs/commit/a249d22af94a5e8b0b67bd275d9d873a19c03290) Modified deploy-self-hosted-full-platform.mdx. Reviewed the section Enable Fleet, Insights, and Polly. Claude Code added the sub-section (Optional) Enable OAuth tools and triggers for Fleet (not yet reviewed). ### 📊 Changes **13 files changed** (+1008 additions, -827 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+14 -10) 📝 `src/langsmith/deploy-self-hosted-full-platform.mdx` (+972 -180) 📝 `src/langsmith/deploy-with-control-plane.mdx` (+1 -1) 📝 `src/langsmith/fleet/access-and-oversight.mdx` (+1 -1) 📝 `src/langsmith/fleet/index.mdx` (+1 -1) 📝 `src/langsmith/fleet/self-hosted-link.mdx` (+1 -1) ➖ `src/langsmith/fleet/self-hosted.mdx` (+0 -506) ➖ `src/langsmith/insights-self-hosted.mdx` (+0 -66) 📝 `src/langsmith/kubernetes.mdx` (+12 -1) 📝 `src/langsmith/llm-auth-proxy-self-hosted.mdx` (+1 -1) 📝 `src/langsmith/platform-setup.mdx` (+2 -3) ➖ `src/langsmith/polly-self-hosted.mdx` (+0 -54) 📝 `src/langsmith/self-host-using-an-existing-secret.mdx` (+3 -2) </details> ### 📄 Description - Modified kubernetes.mdx, added section Enable LangSmith Deployment, Fleet, Insights, and Polly. - Modified deploy-self-hosted-full-platform.mdx to consolidate deployment docs. - Included docs(fleet): replace GitHub OAuth setup with GitHub App instructions #[3609](https://github.com/langchain-ai/docs/pull/3609) - Deleted fleet/self-hosted.mdx, insights-self-hosted.mdx, polly-self-hosted.mdx. - Modified docs.json , remove Enable features section - Updated links and fixed broken links. - Modified platform-setup.mdx, fixed minor inconsistencies. Fixes DOC-989 ## Preview - [Enable LangSmith Deployment, Fleet, Insights, and Polly](https://langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b.mintlify.app/langsmith/deploy-self-hosted-full-platform) - [(Optional) Enable GitHub App for Fleet](https://langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b.mintlify.app/langsmith/deploy-self-hosted-full-platform#optional-enable-github-app-for-fleet) --- <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-06-05 18:23:54 -04:00
yindo closed this issue 2026-06-05 18:23:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3666