[PR #680] [MERGED] Integrations docs cosmetic fixes #919

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

📋 Pull Request Information

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

Base: mainHead: ints


📝 Commits (5)

📊 Changes

9 files changed (+6311 additions, -3478 deletions)

View changed files

📝 src/docs.json (+2 -1)
📝 src/oss/contributing/code.mdx (+1 -1)
src/oss/javascript/integrations/providers/all_providers.mdx (+2277 -0)
📝 src/oss/javascript/integrations/providers/index.mdx (+38 -34)
📝 src/oss/javascript/integrations/vectorstores/index.mdx (+129 -233)
📝 src/oss/python/integrations/providers/all_providers.mdx (+3686 -3041)
📝 src/oss/python/integrations/providers/index.mdx (+128 -132)
📝 src/oss/python/integrations/vectorstores/index.mdx (+36 -36)
📝 src/style.css (+14 -0)

📄 Description

Overview

  • Fix model provider selector to be accordion
  • Add an all_providers page for JS
  • Fix table styling for the badges

Preview build

Type of change

Type: Fix/add integration pages

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/680 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `ints` --- ### 📝 Commits (5) - [`1a8fabd`](https://github.com/langchain-ai/docs/commit/1a8fabdee71226244f2a9a3a3c64267161ce5788) Fix model selector (accordion) and all provider pages - [`3951c26`](https://github.com/langchain-ai/docs/commit/3951c26347270ec9b7c67f2b4cfddbbdab0f9009) Fix links - [`c0a4f67`](https://github.com/langchain-ai/docs/commit/c0a4f67a5cf96957f322e4e69d90257dc5935f19) fix js format - [`87ae007`](https://github.com/langchain-ai/docs/commit/87ae007602eb53e26622d78a16a19cff89ae1a98) Merge branch 'main' into ints - [`e8afb0c`](https://github.com/langchain-ai/docs/commit/e8afb0ca76b7c1e493be3b51fc5c076b4bd40a68) fix tables ### 📊 Changes **9 files changed** (+6311 additions, -3478 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) 📝 `src/oss/contributing/code.mdx` (+1 -1) ➕ `src/oss/javascript/integrations/providers/all_providers.mdx` (+2277 -0) 📝 `src/oss/javascript/integrations/providers/index.mdx` (+38 -34) 📝 `src/oss/javascript/integrations/vectorstores/index.mdx` (+129 -233) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+3686 -3041) 📝 `src/oss/python/integrations/providers/index.mdx` (+128 -132) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+36 -36) 📝 `src/style.css` (+14 -0) </details> ### 📄 Description ## Overview - Fix model provider selector to be accordion - Add an `all_providers` page for JS - Fix table styling for the badges [Preview build](https://langchain-5e9cc07a-preview-ints-1759170449-b65c069.mintlify.app/oss/python/integrations/providers) ## Type of change **Type:** Fix/add integration pages ## 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:22 -05:00
yindo closed this issue 2026-02-17 17:21:22 -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#919