[PR #109] [MERGED] LangGraph migration #424

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/109
Author: @lnhsingh
Created: 8/4/2025
Status: Merged
Merged: 8/13/2025
Merged by: @lnhsingh

Base: mainHead: migrate-lg


📝 Commits (10+)

📊 Changes

253 files changed (+35588 additions, -382 deletions)

View changed files

📝 README.md (+8 -1)
📝 pipeline/core/builder.py (+347 -42)
📝 pipeline/tools/docusaurus_parser.py (+1 -1)
📝 src/docs.json (+902 -189)
src/hide-version-picker.css (+27 -0)
src/hide-version-picker.js (+51 -0)
📝 src/index.mdx (+6 -22)
📝 src/labs/swe/index.mdx (+1 -1)
📝 src/labs/swe/usage/intro.mdx (+2 -2)
📝 src/langgraph-platform/add-human-in-the-loop.mdx (+3 -3)
📝 src/langgraph-platform/assistants.mdx (+2 -2)
📝 src/langgraph-platform/auth.mdx (+1 -1)
📝 src/langgraph-platform/autogen-integration.mdx (+3 -3)
📝 src/langgraph-platform/configure-ttl.mdx (+2 -2)
📝 src/langgraph-platform/control-plane.mdx (+2 -2)
📝 src/langgraph-platform/data-plane.mdx (+1 -1)
📝 src/langgraph-platform/human-in-the-loop-time-travel.mdx (+3 -3)
📝 src/langgraph-platform/index.mdx (+1 -1)
📝 src/langgraph-platform/invoke-studio.mdx (+3 -3)
📝 src/langgraph-platform/iterate-graph-studio.mdx (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 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/109 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `migrate-lg` --- ### 📝 Commits (10+) - [`b6f7af0`](https://github.com/langchain-ai/docs/commit/b6f7af0fde2bd05d7a307328aa32dac153a2926d) rename files - [`7cb2833`](https://github.com/langchain-ai/docs/commit/7cb283328ca0040029692ef59eee2b058f774c06) fix links - [`096ebfc`](https://github.com/langchain-ai/docs/commit/096ebfcab8c2041ca95ce6b2cf45a3881bc6e849) fix broken stuff - [`886f31b`](https://github.com/langchain-ai/docs/commit/886f31be60a712ca2101d72d76b2054b77f263ca) add in nav - [`aa17c3e`](https://github.com/langchain-ai/docs/commit/aa17c3e0df4ba3e4f65c857c874bb6e5f9a980e0) fix - [`6dec500`](https://github.com/langchain-ai/docs/commit/6dec500ed2b8efc4be6fdd7f660da2a1e99d04f8) Merge branch 'main' into migrate-lg - [`5d56b0b`](https://github.com/langchain-ai/docs/commit/5d56b0b3e478f1c8e8216b8f24cd504ccf24780a) fix - [`0f14910`](https://github.com/langchain-ai/docs/commit/0f14910a996613a8209e5945e8bc18abc35eb316) fix tagline - [`4edbd9e`](https://github.com/langchain-ai/docs/commit/4edbd9e75fe5fc35855a4fce572723adcc34b93d) fix broken links / images - [`a8a76fc`](https://github.com/langchain-ai/docs/commit/a8a76fc334c9fd941595c58e9b4ca637d7c2ce48) fix ### 📊 Changes **253 files changed** (+35588 additions, -382 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -1) 📝 `pipeline/core/builder.py` (+347 -42) 📝 `pipeline/tools/docusaurus_parser.py` (+1 -1) 📝 `src/docs.json` (+902 -189) ➕ `src/hide-version-picker.css` (+27 -0) ➕ `src/hide-version-picker.js` (+51 -0) 📝 `src/index.mdx` (+6 -22) 📝 `src/labs/swe/index.mdx` (+1 -1) 📝 `src/labs/swe/usage/intro.mdx` (+2 -2) 📝 `src/langgraph-platform/add-human-in-the-loop.mdx` (+3 -3) 📝 `src/langgraph-platform/assistants.mdx` (+2 -2) 📝 `src/langgraph-platform/auth.mdx` (+1 -1) 📝 `src/langgraph-platform/autogen-integration.mdx` (+3 -3) 📝 `src/langgraph-platform/configure-ttl.mdx` (+2 -2) 📝 `src/langgraph-platform/control-plane.mdx` (+2 -2) 📝 `src/langgraph-platform/data-plane.mdx` (+1 -1) 📝 `src/langgraph-platform/human-in-the-loop-time-travel.mdx` (+3 -3) 📝 `src/langgraph-platform/index.mdx` (+1 -1) 📝 `src/langgraph-platform/invoke-studio.mdx` (+3 -3) 📝 `src/langgraph-platform/iterate-graph-studio.mdx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:20 -05:00
yindo closed this issue 2026-02-17 17:20:20 -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#424