[PR #695] [MERGED] Fix/remove broken links and deprecated content #933

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/695
Author: @lnhsingh
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @lnhsingh

Base: mainHead: linkz


📝 Commits (4)

  • ff867c7 remove deprecated integration sections, fix/remove broken links
  • 19166fc fix format
  • 7d7da0b Merge branch 'main' into linkz
  • 4fb0712 Merge branch 'main' into linkz

📊 Changes

276 files changed (+141 additions, -18216 deletions)

View changed files

📝 src/docs.json (+0 -1)
📝 src/oss/javascript/integrations/chat/anthropic.mdx (+0 -65)
📝 src/oss/javascript/integrations/chat/azure.mdx (+0 -50)
📝 src/oss/javascript/integrations/chat/bedrock.mdx (+0 -49)
📝 src/oss/javascript/integrations/chat/bedrock_converse.mdx (+0 -59)
📝 src/oss/javascript/integrations/chat/cerebras.mdx (+0 -56)
📝 src/oss/javascript/integrations/chat/cloudflare_workersai.mdx (+0 -47)
📝 src/oss/javascript/integrations/chat/cohere.mdx (+0 -109)
📝 src/oss/javascript/integrations/chat/deepseek.mdx (+0 -67)
📝 src/oss/javascript/integrations/chat/fireworks.mdx (+0 -55)
📝 src/oss/javascript/integrations/chat/google_generative_ai.mdx (+0 -84)
📝 src/oss/javascript/integrations/chat/google_vertex_ai.mdx (+0 -43)
📝 src/oss/javascript/integrations/chat/groq.mdx (+0 -44)
📝 src/oss/javascript/integrations/chat/ibm.mdx (+0 -51)
📝 src/oss/javascript/integrations/chat/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/mistral.mdx (+0 -49)
📝 src/oss/javascript/integrations/chat/novita.mdx (+0 -27)
📝 src/oss/javascript/integrations/chat/ollama.mdx (+0 -53)
📝 src/oss/javascript/integrations/chat/openai.mdx (+2 -53)
📝 src/oss/javascript/integrations/chat/perplexity.mdx (+0 -52)

...and 80 more files

📄 Description

Overview

  • Remove Chaining sections from integration docs
  • Remove message history from integration docs
  • Remove/update broken cross-links
  • Fix formatting of cards on index pages

Type of change

Type: Bug fix

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/695 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `linkz` --- ### 📝 Commits (4) - [`ff867c7`](https://github.com/langchain-ai/docs/commit/ff867c7423b281f699a2b8386d887a30dbce4251) remove deprecated integration sections, fix/remove broken links - [`19166fc`](https://github.com/langchain-ai/docs/commit/19166fc77c12379b7316ba7338d9f2f82ab901c4) fix format - [`7d7da0b`](https://github.com/langchain-ai/docs/commit/7d7da0b08abe04de6ffdcaf64c58dd02880f06b5) Merge branch 'main' into linkz - [`4fb0712`](https://github.com/langchain-ai/docs/commit/4fb0712b714fb6c5d7b4c35df5237f7786b04849) Merge branch 'main' into linkz ### 📊 Changes **276 files changed** (+141 additions, -18216 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+0 -1) 📝 `src/oss/javascript/integrations/chat/anthropic.mdx` (+0 -65) 📝 `src/oss/javascript/integrations/chat/azure.mdx` (+0 -50) 📝 `src/oss/javascript/integrations/chat/bedrock.mdx` (+0 -49) 📝 `src/oss/javascript/integrations/chat/bedrock_converse.mdx` (+0 -59) 📝 `src/oss/javascript/integrations/chat/cerebras.mdx` (+0 -56) 📝 `src/oss/javascript/integrations/chat/cloudflare_workersai.mdx` (+0 -47) 📝 `src/oss/javascript/integrations/chat/cohere.mdx` (+0 -109) 📝 `src/oss/javascript/integrations/chat/deepseek.mdx` (+0 -67) 📝 `src/oss/javascript/integrations/chat/fireworks.mdx` (+0 -55) 📝 `src/oss/javascript/integrations/chat/google_generative_ai.mdx` (+0 -84) 📝 `src/oss/javascript/integrations/chat/google_vertex_ai.mdx` (+0 -43) 📝 `src/oss/javascript/integrations/chat/groq.mdx` (+0 -44) 📝 `src/oss/javascript/integrations/chat/ibm.mdx` (+0 -51) 📝 `src/oss/javascript/integrations/chat/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/mistral.mdx` (+0 -49) 📝 `src/oss/javascript/integrations/chat/novita.mdx` (+0 -27) 📝 `src/oss/javascript/integrations/chat/ollama.mdx` (+0 -53) 📝 `src/oss/javascript/integrations/chat/openai.mdx` (+2 -53) 📝 `src/oss/javascript/integrations/chat/perplexity.mdx` (+0 -52) _...and 80 more files_ </details> ### 📄 Description ## Overview - Remove Chaining sections from integration docs - Remove message history from integration docs - Remove/update broken cross-links - Fix formatting of cards on index pages ## Type of change **Type:** Bug fix ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:24 -05:00
yindo closed this issue 2026-02-17 17:21:24 -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#933