[PR #343] [MERGED] oss: correct langchain docs to comply with rules #658

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/343
Author: @mdrxy
Created: 9/2/2025
Status: Merged
Merged: 9/2/2025
Merged by: @mdrxy

Base: mdrxy/lint-md-mdxHead: mdrxy/make-current-docs-comply


📝 Commits (8)

📊 Changes

292 files changed (+2488 additions, -2904 deletions)

View changed files

📝 src/oss/javascript/integrations/chat/anthropic.md (+2 -2)
📝 src/oss/javascript/integrations/chat/azure.md (+1 -1)
📝 src/oss/javascript/integrations/chat/bedrock.md (+1 -1)
📝 src/oss/javascript/integrations/chat/bedrock_converse.md (+1 -1)
📝 src/oss/javascript/integrations/chat/cerebras.md (+1 -1)
📝 src/oss/javascript/integrations/chat/cloudflare_workersai.md (+1 -1)
📝 src/oss/javascript/integrations/chat/cohere.md (+1 -1)
📝 src/oss/javascript/integrations/chat/fireworks.md (+1 -1)
📝 src/oss/javascript/integrations/chat/google_generativeai.md (+1 -1)
📝 src/oss/javascript/integrations/chat/google_vertex_ai.md (+1 -1)
📝 src/oss/javascript/integrations/chat/groq.md (+1 -1)
📝 src/oss/javascript/integrations/chat/mistral.md (+1 -1)
📝 src/oss/javascript/integrations/chat/ollama.md (+1 -1)
📝 src/oss/javascript/integrations/chat/openai.md (+2 -2)
📝 src/oss/javascript/integrations/chat/perplexity.md (+2 -2)
📝 src/oss/javascript/integrations/chat/togetherai.md (+1 -1)
📝 src/oss/javascript/integrations/chat/xai.md (+1 -1)
📝 src/oss/javascript/integrations/document_loaders/file_loaders/csv.md (+1 -1)
📝 src/oss/javascript/integrations/document_loaders/file_loaders/directory.md (+1 -1)
📝 src/oss/javascript/integrations/document_loaders/file_loaders/pdf.md (+1 -1)

...and 80 more files

📄 Description

remove all hard breaks

some indentation

note: had to resolve conflicts on models page, may need extra attention to ensure nothing was duplicated/broken


🔄 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/343 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `mdrxy/lint-md-mdx` ← **Head:** `mdrxy/make-current-docs-comply` --- ### 📝 Commits (8) - [`471a093`](https://github.com/langchain-ai/docs/commit/471a093b2121f2bb471adc1d259a88957fa59251) pt 1 oss langchain - [`5446769`](https://github.com/langchain-ai/docs/commit/5446769a3812e0bca4e98a8f31aa580c54555018) oss: improvements to models page (#340) - [`d5fef71`](https://github.com/langchain-ai/docs/commit/d5fef71108a497383947e78a407fa7a63e830fbe) . - [`7a35286`](https://github.com/langchain-ai/docs/commit/7a352868d00a9fb2190842577d1169da5c856813) resolve conflicts - [`2746290`](https://github.com/langchain-ai/docs/commit/2746290bf0168ec6993f3db7d2c294d46611eb46) finish - [`99f39d3`](https://github.com/langchain-ai/docs/commit/99f39d394152809cad69152e0a26c151641ec7bf) . - [`920ac68`](https://github.com/langchain-ai/docs/commit/920ac68352adfb812bbdd14be039ba364e2ed882) fix: all broken html-style links - [`0907fee`](https://github.com/langchain-ai/docs/commit/0907feea7ec1d6d3b86bfc541b309983e1c6cfc3) fix tab ### 📊 Changes **292 files changed** (+2488 additions, -2904 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/chat/anthropic.md` (+2 -2) 📝 `src/oss/javascript/integrations/chat/azure.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/bedrock.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/bedrock_converse.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cerebras.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cloudflare_workersai.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cohere.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/fireworks.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/google_generativeai.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/google_vertex_ai.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/groq.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/mistral.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/ollama.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/openai.md` (+2 -2) 📝 `src/oss/javascript/integrations/chat/perplexity.md` (+2 -2) 📝 `src/oss/javascript/integrations/chat/togetherai.md` (+1 -1) 📝 `src/oss/javascript/integrations/chat/xai.md` (+1 -1) 📝 `src/oss/javascript/integrations/document_loaders/file_loaders/csv.md` (+1 -1) 📝 `src/oss/javascript/integrations/document_loaders/file_loaders/directory.md` (+1 -1) 📝 `src/oss/javascript/integrations/document_loaders/file_loaders/pdf.md` (+1 -1) _...and 80 more files_ </details> ### 📄 Description remove all hard breaks some indentation note: had to resolve conflicts on models page, may need extra attention to ensure nothing was duplicated/broken --- <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:52 -05:00
yindo closed this issue 2026-02-17 17:20:52 -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#658