[PR #804] [MERGED] chore(oss/js): pass on first 8 pages in LangChain #1035

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/804
Author: @hntrl
Created: 10/9/2025
Status: Merged
Merged: 10/10/2025
Merged by: @hntrl

Base: mainHead: hunter/js-pass


📝 Commits (2)

  • d9acd9a chore(oss/js): pass on first 8 pages in LangChain
  • cfeaf13 cr

📊 Changes

12 files changed (+1156 additions, -988 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+3 -1)
📝 src/oss/langchain/agents.mdx (+190 -207)
📝 src/oss/langchain/install.mdx (+11 -11)
📝 src/oss/langchain/messages.mdx (+244 -152)
📝 src/oss/langchain/models.mdx (+227 -189)
📝 src/oss/langchain/overview.mdx (+15 -12)
📝 src/oss/langchain/philosophy.mdx (+25 -11)
📝 src/oss/langchain/quickstart.mdx (+11 -43)
📝 src/oss/langchain/test.mdx (+1 -9)
📝 src/oss/langchain/tools.mdx (+136 -156)
📝 src/snippets/chat-model-tabs-js.mdx (+180 -133)
📝 src/snippets/chat-model-tabs.mdx (+113 -64)

📄 Description

  • happy to abandon agents.mdx changes since I know other people are working on this

🔄 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/804 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `hunter/js-pass` --- ### 📝 Commits (2) - [`d9acd9a`](https://github.com/langchain-ai/docs/commit/d9acd9a43f24490c17121df5e7c7684ce279d50a) chore(oss/js): pass on first 8 pages in LangChain - [`cfeaf13`](https://github.com/langchain-ai/docs/commit/cfeaf134b6f17744b1bbf37ef9233049d6541e04) cr ### 📊 Changes **12 files changed** (+1156 additions, -988 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+3 -1) 📝 `src/oss/langchain/agents.mdx` (+190 -207) 📝 `src/oss/langchain/install.mdx` (+11 -11) 📝 `src/oss/langchain/messages.mdx` (+244 -152) 📝 `src/oss/langchain/models.mdx` (+227 -189) 📝 `src/oss/langchain/overview.mdx` (+15 -12) 📝 `src/oss/langchain/philosophy.mdx` (+25 -11) 📝 `src/oss/langchain/quickstart.mdx` (+11 -43) 📝 `src/oss/langchain/test.mdx` (+1 -9) 📝 `src/oss/langchain/tools.mdx` (+136 -156) 📝 `src/snippets/chat-model-tabs-js.mdx` (+180 -133) 📝 `src/snippets/chat-model-tabs.mdx` (+113 -64) </details> ### 📄 Description - happy to abandon agents.mdx changes since I know other people are working on this --- <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:36 -05:00
yindo closed this issue 2026-02-17 17:21:36 -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#1035