[PR #259] [MERGED] Versioning edits #570

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

📋 Pull Request Information

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

Base: v1-alphaHead: versioning-edits


📝 Commits (6)

📊 Changes

74 files changed (+330 additions, -743 deletions)

View changed files

📝 src/docs.json (+108 -133)
📝 src/oss/js-integrations/chat/deepseek.mdx (+0 -1)
src/oss/langchain/release-policy.mdx (+0 -59)
src/oss/langchain/releases/index.mdx (+0 -34)
src/oss/langchain/versioning.mdx (+0 -144)
📝 src/oss/langgraph/1-build-basic-chatbot.mdx (+0 -0)
📝 src/oss/langgraph/2-add-tools.mdx (+0 -0)
📝 src/oss/langgraph/3-add-memory.mdx (+0 -0)
📝 src/oss/langgraph/4-human-in-the-loop.mdx (+0 -0)
📝 src/oss/langgraph/5-customize-state.mdx (+0 -0)
📝 src/oss/langgraph/6-time-travel.mdx (+0 -0)
📝 src/oss/langgraph/GRAPH_RECURSION_LIMIT.mdx (+0 -0)
📝 src/oss/langgraph/INVALID_CHAT_HISTORY.mdx (+0 -0)
📝 src/oss/langgraph/INVALID_CONCURRENT_GRAPH_UPDATE.mdx (+0 -0)
📝 src/oss/langgraph/INVALID_GRAPH_NODE_RETURN_VALUE.mdx (+0 -0)
📝 src/oss/langgraph/MULTIPLE_SUBGRAPHS.mdx (+0 -0)
📝 src/oss/langgraph/add-human-in-the-loop.mdx (+0 -0)
📝 src/oss/langgraph/add-memory.mdx (+0 -0)
📝 src/oss/langgraph/agent-supervisor.mdx (+0 -0)
📝 src/oss/langgraph/agentic-architectures.mdx (+0 -0)

...and 54 more files

📄 Description

  • Update dropdown to OSS frameworks
  • Combine LG + LC release/version stub pages into singular pages on the Reference tab
  • Rename LangGraph docs to be nested in /oss/langgraph
  • Update cross-links for LangGraph

🔄 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/259 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `v1-alpha` ← **Head:** `versioning-edits` --- ### 📝 Commits (6) - [`11a5af6`](https://github.com/langchain-ai/docs/commit/11a5af614316b857f5ad2eb33539141ed6b851f2) Release info - clean up - [`9af7599`](https://github.com/langchain-ai/docs/commit/9af759935895fb92e4431bfcf5a1b1b567de1ef3) rename langgraph files - [`11919cc`](https://github.com/langchain-ai/docs/commit/11919ccec29426d61f49ac697812523545e003d9) update docs.json w file names - [`9172074`](https://github.com/langchain-ai/docs/commit/9172074c654547b880461e4015cdb33d0d17a4a3) fix nav - [`2d3b8c9`](https://github.com/langchain-ai/docs/commit/2d3b8c965b6b4688844a829d54847be2c44be014) remove comment - [`22759f2`](https://github.com/langchain-ai/docs/commit/22759f21a61477d3f81cacc4d06f3bd6b535aada) Merge branch 'v1-alpha' into versioning-edits ### 📊 Changes **74 files changed** (+330 additions, -743 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+108 -133) 📝 `src/oss/js-integrations/chat/deepseek.mdx` (+0 -1) ➖ `src/oss/langchain/release-policy.mdx` (+0 -59) ➖ `src/oss/langchain/releases/index.mdx` (+0 -34) ➖ `src/oss/langchain/versioning.mdx` (+0 -144) 📝 `src/oss/langgraph/1-build-basic-chatbot.mdx` (+0 -0) 📝 `src/oss/langgraph/2-add-tools.mdx` (+0 -0) 📝 `src/oss/langgraph/3-add-memory.mdx` (+0 -0) 📝 `src/oss/langgraph/4-human-in-the-loop.mdx` (+0 -0) 📝 `src/oss/langgraph/5-customize-state.mdx` (+0 -0) 📝 `src/oss/langgraph/6-time-travel.mdx` (+0 -0) 📝 `src/oss/langgraph/GRAPH_RECURSION_LIMIT.mdx` (+0 -0) 📝 `src/oss/langgraph/INVALID_CHAT_HISTORY.mdx` (+0 -0) 📝 `src/oss/langgraph/INVALID_CONCURRENT_GRAPH_UPDATE.mdx` (+0 -0) 📝 `src/oss/langgraph/INVALID_GRAPH_NODE_RETURN_VALUE.mdx` (+0 -0) 📝 `src/oss/langgraph/MULTIPLE_SUBGRAPHS.mdx` (+0 -0) 📝 `src/oss/langgraph/add-human-in-the-loop.mdx` (+0 -0) 📝 `src/oss/langgraph/add-memory.mdx` (+0 -0) 📝 `src/oss/langgraph/agent-supervisor.mdx` (+0 -0) 📝 `src/oss/langgraph/agentic-architectures.mdx` (+0 -0) _...and 54 more files_ </details> ### 📄 Description - Update dropdown to `OSS frameworks` - Combine LG + LC release/version stub pages into singular pages on the Reference tab - Rename LangGraph docs to be nested in `/oss/langgraph` - Update cross-links for LangGraph --- <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:40 -05:00
yindo closed this issue 2026-02-17 17:20:40 -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#570