[PR #1138] [CLOSED] update link_map for js #1329

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1138
Author: @lnhsingh
Created: 10/27/2025
Status: Closed

Base: mainHead: link-map-js


📝 Commits (10+)

📊 Changes

853 files changed (+21785 additions, -15807 deletions)

View changed files

📝 .github/CODEOWNERS (+13 -0)
📝 .github/copilot-instructions.md (+6 -0)
📝 .github/labeler.yml (+0 -7)
📝 .github/pull_request_template.md (+3 -3)
📝 .github/workflows/create-preview-branch.yml (+61 -3)
📝 .github/workflows/update-package-downloads.yml (+19 -7)
.gitmodules (+3 -0)
📝 .markdownlint.json (+2 -1)
📝 AGENTS.md (+6 -0)
📝 CLAUDE.md (+1 -88)
📝 README.md (+52 -163)
📝 pipeline/core/builder.py (+15 -13)
📝 pipeline/preprocessors/link_map.py (+204 -84)
📝 pipeline/tools/partner_pkg_table.py (+14 -5)
📝 pyproject.toml (+14 -21)
📝 reference/README.md (+26 -0)
reference/external/html-docs (+1 -0)
📝 reference/javascript/build.ts (+4 -2)
📝 reference/javascript/pnpm-lock.yaml (+112 -112)
📝 reference/package.json (+2 -1)

...and 80 more files

📄 Description

Fixes DOC-437


🔄 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/1138 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 10/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `link-map-js` --- ### 📝 Commits (10+) - [`7402a89`](https://github.com/langchain-ai/docs/commit/7402a89a8108a242c09f0d95ed331deaa3f963d9) Update ToolRuntime[Context] (#1151) - [`878a249`](https://github.com/langchain-ai/docs/commit/878a24906acb3d2cc274dbcc751f67820510abaa) fix(docs): Custom RAG Grade Documents sample (#1155) - [`4d36717`](https://github.com/langchain-ai/docs/commit/4d36717ba64e1857fe8830d35adab16c45fb0d43) Rename callmodel to callLlm in quickstart.mdx (#1158) - [`3711c33`](https://github.com/langchain-ai/docs/commit/3711c333be0412ba60add09303f8ddf9f62f26cc) fix(langchain): correct createAgent parameter name in quickstart (#1157) - [`415596e`](https://github.com/langchain-ai/docs/commit/415596e7df057176051647d3cde83ef7329f927c) Update LSD control plane API auth section to specify `X-Tenant-Id` (#1163) - [`bc12133`](https://github.com/langchain-ai/docs/commit/bc12133d4f64b908bda14d437e0a46895e3e792f) Update Fireworks Documentation (#1170) - [`7c580c3`](https://github.com/langchain-ai/docs/commit/7c580c36f129bb78fe5e922a61e4c778fb92962f) Add Codex CLI connection instructions (#1171) - [`974bea6`](https://github.com/langchain-ai/docs/commit/974bea6e418b72731d0163bcb8dee9a98869d107) oss: errors + more (#1174) - [`71baa2d`](https://github.com/langchain-ai/docs/commit/71baa2d95d700d625533221915efe266e070b5f3) chore(oss/js): hide ToolRuntime from js tools docs (#1172) - [`5569513`](https://github.com/langchain-ai/docs/commit/55695136c0ee70cd7f12eb3644ba474b51ab2956) Streamline self-hosted language quick fix (#1186) ### 📊 Changes **853 files changed** (+21785 additions, -15807 deletions) <details> <summary>View changed files</summary> 📝 `.github/CODEOWNERS` (+13 -0) 📝 `.github/copilot-instructions.md` (+6 -0) 📝 `.github/labeler.yml` (+0 -7) 📝 `.github/pull_request_template.md` (+3 -3) 📝 `.github/workflows/create-preview-branch.yml` (+61 -3) 📝 `.github/workflows/update-package-downloads.yml` (+19 -7) ➕ `.gitmodules` (+3 -0) 📝 `.markdownlint.json` (+2 -1) 📝 `AGENTS.md` (+6 -0) 📝 `CLAUDE.md` (+1 -88) 📝 `README.md` (+52 -163) 📝 `pipeline/core/builder.py` (+15 -13) 📝 `pipeline/preprocessors/link_map.py` (+204 -84) 📝 `pipeline/tools/partner_pkg_table.py` (+14 -5) 📝 `pyproject.toml` (+14 -21) 📝 `reference/README.md` (+26 -0) ➕ `reference/external/html-docs` (+1 -0) 📝 `reference/javascript/build.ts` (+4 -2) 📝 `reference/javascript/pnpm-lock.yaml` (+112 -112) 📝 `reference/package.json` (+2 -1) _...and 80 more files_ </details> ### 📄 Description Fixes DOC-437 --- <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:22:10 -05:00
yindo closed this issue 2026-02-17 17:22:10 -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#1329