[PR #3916] [MERGED] feat: Mission Control docs #3926

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3916
Author: @gethin-langchain
Created: 5/8/2026
Status: Merged
Merged: 5/11/2026
Merged by: @lnhsingh

Base: mainHead: feat/mission-control


📝 Commits (10+)

  • f831cba feat: Mission Control docs
  • 5b85a13 Update src/langsmith/self-hosted-mission-control.mdx
  • 6d6acea Update src/langsmith/self-hosted-mission-control.mdx
  • 7dff316 Update src/langsmith/self-hosted-mission-control.mdx
  • 1708c0a Update src/langsmith/self-hosted-mission-control.mdx
  • ab57634 feedback: additional feedback
  • 1a67e81 Merge branch 'feat/mission-control' of https://github.com/langchain-ai/docs into feat/mission-control
  • 85fc905 docs: align Mission Control docs with actual chart values
  • 4fb6e65 feedback: additional feedback
  • be9463e Update src/langsmith/self-hosted-mission-control.mdx

📊 Changes

2 files changed (+378 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/self-hosted-mission-control.mdx (+376 -0)

📄 Description

Summary

  • Add Mission Control installation guide at src/langsmith/self-hosted-mission-control.mdx covering quick install (script), manual install (kubectl + helm), upgrade/uninstall, troubleshooting, and a permissions reference.
  • Wire the new page into src/docs.json under Self-hosted observability.

Test plan

  • [x ] make lint_prose FILES="src/langsmith/self-hosted-mission-control.mdx" passes
  • [ x] make build succeeds
  • [x ] make broken-links shows no lines for the new page
  • [x ] make dev renders the page; <Steps> block, anchor links (#quick-install, #manual-install, #permissions-reference), and nav placement all look right

🔄 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/3916 **Author:** [@gethin-langchain](https://github.com/gethin-langchain) **Created:** 5/8/2026 **Status:** ✅ Merged **Merged:** 5/11/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `feat/mission-control` --- ### 📝 Commits (10+) - [`f831cba`](https://github.com/langchain-ai/docs/commit/f831cbaa94a00e87cd2802a2d49f8b33d83f7c0f) feat: Mission Control docs - [`5b85a13`](https://github.com/langchain-ai/docs/commit/5b85a1302f34bea5d03eda7fa441f1a61cff6c0f) Update src/langsmith/self-hosted-mission-control.mdx - [`6d6acea`](https://github.com/langchain-ai/docs/commit/6d6aceada6b1685167d1998e84d0dcf73df49a28) Update src/langsmith/self-hosted-mission-control.mdx - [`7dff316`](https://github.com/langchain-ai/docs/commit/7dff316f255ea7304c983462bcbf5622c3c86621) Update src/langsmith/self-hosted-mission-control.mdx - [`1708c0a`](https://github.com/langchain-ai/docs/commit/1708c0a657eb1833b3b0495f8ee5d77d063eb65e) Update src/langsmith/self-hosted-mission-control.mdx - [`ab57634`](https://github.com/langchain-ai/docs/commit/ab576341ddad759560fa1fd345440f0c04389f22) feedback: additional feedback - [`1a67e81`](https://github.com/langchain-ai/docs/commit/1a67e816620c2f161ab654446bfaca86dc23a75d) Merge branch 'feat/mission-control' of https://github.com/langchain-ai/docs into feat/mission-control - [`85fc905`](https://github.com/langchain-ai/docs/commit/85fc9059355c150609e34b342a3b6b0da73c5fb7) docs: align Mission Control docs with actual chart values - [`4fb6e65`](https://github.com/langchain-ai/docs/commit/4fb6e654b8299115b7bfa3d1a18ec98c5f142b8f) feedback: additional feedback - [`be9463e`](https://github.com/langchain-ai/docs/commit/be9463e8b26356b3e249633a8e67d100ad58f990) Update src/langsmith/self-hosted-mission-control.mdx ### 📊 Changes **2 files changed** (+378 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/self-hosted-mission-control.mdx` (+376 -0) </details> ### 📄 Description ## Summary - Add Mission Control installation guide at `src/langsmith/self-hosted-mission-control.mdx` covering quick install (script), manual install (kubectl + helm), upgrade/uninstall, troubleshooting, and a permissions reference. - Wire the new page into `src/docs.json` under Self-hosted observability. ## Test plan - [x ] `make lint_prose FILES="src/langsmith/self-hosted-mission-control.mdx"` passes - [ x] `make build` succeeds - [x ] `make broken-links` shows no `⎿` lines for the new page - [x ] `make dev` renders the page; `<Steps>` block, anchor links (`#quick-install`, `#manual-install`, `#permissions-reference`), and nav placement all look right --- <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:53:36 -04:00
yindo closed this issue 2026-06-05 18:53:36 -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#3926