[PR #587] [MERGED] Align production content across LangChain / LangGraph #836

Closed
opened 2026-02-17 17:21:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/587
Author: @lnhsingh
Created: 9/18/2025
Status: Merged
Merged: 9/19/2025
Merged by: @lnhsingh

Base: mainHead: production


📝 Commits (4)

  • 1626830 Align production content across LangChain / LangGraph
  • db14657 Merge branch 'main' into production
  • 146fcb9 fix broken code block
  • a49a639 fix alpha callouts

📊 Changes

12 files changed (+567 additions, -532 deletions)

View changed files

📝 src/oss/langchain/deploy.mdx (+2 -121)
📝 src/oss/langchain/observability.mdx (+4 -142)
📝 src/oss/langchain/studio.mdx (+3 -159)
📝 src/oss/langchain/ui.mdx (+2 -82)
📝 src/oss/langgraph/deploy.mdx (+19 -1)
📝 src/oss/langgraph/observability.mdx (+9 -6)
📝 src/oss/langgraph/studio.mdx (+4 -1)
📝 src/oss/langgraph/ui.mdx (+13 -20)
src/snippets/oss/deploy.mdx (+122 -0)
src/snippets/oss/observability.mdx (+141 -0)
src/snippets/oss/studio.mdx (+162 -0)
src/snippets/oss/ui.mdx (+86 -0)

📄 Description

Overview

Type of change

Type: Update existing

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/587 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/18/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `production` --- ### 📝 Commits (4) - [`1626830`](https://github.com/langchain-ai/docs/commit/16268304a30ad03169f709e38bf1af45851f7a91) Align production content across LangChain / LangGraph - [`db14657`](https://github.com/langchain-ai/docs/commit/db14657a78435583fb8b9ddf3701852668feb2b3) Merge branch 'main' into production - [`146fcb9`](https://github.com/langchain-ai/docs/commit/146fcb9f56c0b7bb0fc6e7a8f56d4e163acdc401) fix broken code block - [`a49a639`](https://github.com/langchain-ai/docs/commit/a49a6390a6753e62d76836b339fd40fa72b9f929) fix alpha callouts ### 📊 Changes **12 files changed** (+567 additions, -532 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/deploy.mdx` (+2 -121) 📝 `src/oss/langchain/observability.mdx` (+4 -142) 📝 `src/oss/langchain/studio.mdx` (+3 -159) 📝 `src/oss/langchain/ui.mdx` (+2 -82) 📝 `src/oss/langgraph/deploy.mdx` (+19 -1) 📝 `src/oss/langgraph/observability.mdx` (+9 -6) 📝 `src/oss/langgraph/studio.mdx` (+4 -1) 📝 `src/oss/langgraph/ui.mdx` (+13 -20) ➕ `src/snippets/oss/deploy.mdx` (+122 -0) ➕ `src/snippets/oss/observability.mdx` (+141 -0) ➕ `src/snippets/oss/studio.mdx` (+162 -0) ➕ `src/snippets/oss/ui.mdx` (+86 -0) </details> ### 📄 Description ## Overview - Move Production content into snippets where possible to reduce duplicated content - Preview: https://langchain-5e9cc07a-preview-produc-1758226889-031b27c.mintlify.app/oss/python/langchain/overview ## Type of change **Type:** Update existing ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - [ ] I have gotten approval from the relevant reviewers - [x] (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:21:13 -05:00
yindo closed this issue 2026-02-17 17:21:13 -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#836