[PR #422] [MERGED] fix(langgraph): docs fixes ported over from LG issues + PRs #733

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/422
Author: @sydney-runkle
Created: 9/9/2025
Status: Merged
Merged: 9/11/2025
Merged by: @lnhsingh

Base: mainHead: sr/docs-fixes


📝 Commits (10+)

📊 Changes

12 files changed (+50 additions, -58 deletions)

View changed files

📝 src/langgraph-platform/configuration-cloud.mdx (+1 -1)
📝 src/langgraph-platform/data-plane.mdx (+1 -1)
📝 src/langgraph-platform/deploy-standalone-server.mdx (+2 -2)
📝 src/langgraph-platform/setup-app-requirements-txt.mdx (+3 -3)
📝 src/langgraph-platform/setup-javascript.mdx (+2 -2)
📝 src/langgraph-platform/setup-pyproject.mdx (+3 -3)
📝 src/oss/langchain/long-term-memory.mdx (+13 -5)
📝 src/oss/langgraph/add-human-in-the-loop.mdx (+2 -2)
📝 src/oss/langgraph/memory.mdx (+1 -1)
📝 src/oss/langgraph/quickstart.mdx (+11 -18)
📝 src/oss/langgraph/use-graph-api.mdx (+2 -3)
📝 src/oss/langgraph/workflows-agents.mdx (+9 -17)

📄 Description

An abundance or random fixes from LG issues / PRs


🔄 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/422 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `sr/docs-fixes` --- ### 📝 Commits (10+) - [`32ff5d7`](https://github.com/langchain-ai/docs/commit/32ff5d7c93e5426021ea2eebe4f82782227eac14) wip - docs fixes ported over from lg issues + PRs - [`c49deb1`](https://github.com/langchain-ai/docs/commit/c49deb1e6c34d05a784d01ceb71826b43e2ec680) more fixes - [`61bdd89`](https://github.com/langchain-ai/docs/commit/61bdd897168e4abeb7312eabe316d80e0e7cec78) typos - [`717ccd8`](https://github.com/langchain-ai/docs/commit/717ccd81a010ff8e056e2997705be5ae1c90c6f6) database uri fixes - [`a65831c`](https://github.com/langchain-ai/docs/commit/a65831c2d9e1d4db3f6b3634034457791c819175) Merge branch 'main' into sr/docs-fixes - [`fe90796`](https://github.com/langchain-ai/docs/commit/fe90796c5163e842302dbaa4087976d2f73b78dd) Apply suggestions from code review - [`acc7a64`](https://github.com/langchain-ai/docs/commit/acc7a64ef5cab68e6bb8ebabb4371e63eed207cf) fixes - [`e667c33`](https://github.com/langchain-ai/docs/commit/e667c335690e10d6e079787e92f7683fcdd163d8) Merge branch 'sr/docs-fixes' of https://github.com/langchain-ai/docs into sr/docs-fixes - [`b019c58`](https://github.com/langchain-ai/docs/commit/b019c58d9765b41f67108589dcbc5c0c0e609f42) more fixes - [`c0dfc08`](https://github.com/langchain-ai/docs/commit/c0dfc08a125da5dc07186abeb5f31df5bd7be755) Merge branch 'main' into sr/docs-fixes ### 📊 Changes **12 files changed** (+50 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `src/langgraph-platform/configuration-cloud.mdx` (+1 -1) 📝 `src/langgraph-platform/data-plane.mdx` (+1 -1) 📝 `src/langgraph-platform/deploy-standalone-server.mdx` (+2 -2) 📝 `src/langgraph-platform/setup-app-requirements-txt.mdx` (+3 -3) 📝 `src/langgraph-platform/setup-javascript.mdx` (+2 -2) 📝 `src/langgraph-platform/setup-pyproject.mdx` (+3 -3) 📝 `src/oss/langchain/long-term-memory.mdx` (+13 -5) 📝 `src/oss/langgraph/add-human-in-the-loop.mdx` (+2 -2) 📝 `src/oss/langgraph/memory.mdx` (+1 -1) 📝 `src/oss/langgraph/quickstart.mdx` (+11 -18) 📝 `src/oss/langgraph/use-graph-api.mdx` (+2 -3) 📝 `src/oss/langgraph/workflows-agents.mdx` (+9 -17) </details> ### 📄 Description An abundance or random fixes from LG issues / PRs --- <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:01 -05:00
yindo closed this issue 2026-02-17 17:21:01 -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#733