[PR #2480] [MERGED] Adjust icons integrations #2468

Closed
opened 2026-02-17 17:23:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2480
Author: @katmayb
Created: 2/4/2026
Status: Merged
Merged: 2/10/2026
Merged by: @katmayb

Base: mainHead: update-all-icons


📝 Commits (5)

  • 27185eb Adjust icons integrations
  • 42b164a Add updated icons to integration page & rework
  • 0f31452 TS feedback
  • 08fba90 Remove deepseek link until page is live
  • faa873b Correct link

📊 Changes

62 files changed (+702 additions, -185 deletions)

View changed files

📝 src/docs.json (+9 -13)
src/images/providers/ag-icon.svg (+0 -4)
src/images/providers/agent-development-kit.png (+0 -0)
src/images/providers/anthropic.svg (+0 -5)
src/images/providers/bedrock-icon.png (+0 -0)
src/images/providers/claude.svg (+0 -3)
src/images/providers/crewai-icon.svg (+0 -11)
src/images/providers/dark/anthropic.svg (+3 -0)
src/images/providers/dark/autogen.svg (+4 -0)
src/images/providers/dark/bedrock.svg (+10 -0)
src/images/providers/dark/claude.svg (+10 -0)
src/images/providers/dark/crewai.svg (+16 -0)
src/images/providers/dark/deepagents.svg (+17 -0)
src/images/providers/dark/deepseek.svg (+11 -0)
src/images/providers/dark/gemini.svg (+108 -0)
src/images/providers/dark/googleadk.svg (+10 -0)
src/images/providers/dark/instructor.svg (+3 -0)
src/images/providers/dark/langchain.svg (+4 -0)
src/images/providers/dark/langgraph.svg (+7 -0)
src/images/providers/dark/livekit.svg (+7 -0)

...and 42 more files

📄 Description

mintlify card component doesn't take light + dark images. Looked around for another solution but this was the best that I could come up with for now.

Preview

https://langchain-5e9cc07a-preview-update-1770652415-8029cd1.mintlify.app/langsmith/integrations


🔄 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/2480 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `update-all-icons` --- ### 📝 Commits (5) - [`27185eb`](https://github.com/langchain-ai/docs/commit/27185ebcd59421283d5c9606fc322c68ae728b9c) Adjust icons integrations - [`42b164a`](https://github.com/langchain-ai/docs/commit/42b164a4fa96178461840950f6c7ea72fcfad39c) Add updated icons to integration page & rework - [`0f31452`](https://github.com/langchain-ai/docs/commit/0f31452aa4db6360887e3dd51e4030cea11a7886) TS feedback - [`08fba90`](https://github.com/langchain-ai/docs/commit/08fba90a18b26058806445091da145040ed26c52) Remove deepseek link until page is live - [`faa873b`](https://github.com/langchain-ai/docs/commit/faa873b24760b2b6a9614ab93fc0183721d07cda) Correct link ### 📊 Changes **62 files changed** (+702 additions, -185 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+9 -13) ➖ `src/images/providers/ag-icon.svg` (+0 -4) ➖ `src/images/providers/agent-development-kit.png` (+0 -0) ➖ `src/images/providers/anthropic.svg` (+0 -5) ➖ `src/images/providers/bedrock-icon.png` (+0 -0) ➖ `src/images/providers/claude.svg` (+0 -3) ➖ `src/images/providers/crewai-icon.svg` (+0 -11) ➕ `src/images/providers/dark/anthropic.svg` (+3 -0) ➕ `src/images/providers/dark/autogen.svg` (+4 -0) ➕ `src/images/providers/dark/bedrock.svg` (+10 -0) ➕ `src/images/providers/dark/claude.svg` (+10 -0) ➕ `src/images/providers/dark/crewai.svg` (+16 -0) ➕ `src/images/providers/dark/deepagents.svg` (+17 -0) ➕ `src/images/providers/dark/deepseek.svg` (+11 -0) ➕ `src/images/providers/dark/gemini.svg` (+108 -0) ➕ `src/images/providers/dark/googleadk.svg` (+10 -0) ➕ `src/images/providers/dark/instructor.svg` (+3 -0) ➕ `src/images/providers/dark/langchain.svg` (+4 -0) ➕ `src/images/providers/dark/langgraph.svg` (+7 -0) ➕ `src/images/providers/dark/livekit.svg` (+7 -0) _...and 42 more files_ </details> ### 📄 Description mintlify card component doesn't take light + dark images. Looked around for another solution but this was the best that I could come up with for now. ## Preview https://langchain-5e9cc07a-preview-update-1770652415-8029cd1.mintlify.app/langsmith/integrations --- <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:23:26 -05:00
yindo closed this issue 2026-02-17 17:23:26 -05:00
yindo changed title from [PR #2480] Adjust icons integrations to [PR #2480] [MERGED] Adjust icons integrations 2026-06-05 18:18:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2468