[PR #75] [MERGED] new pill logos and update docusaurus script #388

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

📋 Pull Request Information

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

Base: mainHead: pill-logo


📝 Commits (1)

  • 47b393f new pill logos and update docusaurus script

📊 Changes

18 files changed (+215 additions, -228 deletions)

View changed files

📝 pipeline/cli.py (+58 -37)
📝 pipeline/tools/docusaurus_parser.py (+120 -124)
📝 pipeline/tools/parser.py (+4 -4)
📝 src/docs.json (+5 -2)
src/images/brand/favicon-dark-mode.svg (+4 -0)
src/images/brand/langchain-labs-logo.svg (+0 -5)
src/images/brand/langchain-labs-pill.svg (+6 -0)
src/images/brand/langchain-logo-red.svg (+0 -3)
src/images/brand/langchain-pill.svg (+4 -0)
src/images/brand/langgraph-logo-blue.svg (+0 -3)
src/images/brand/langgraph-pill.svg (+4 -0)
src/images/brand/langgraph-platform-logo-mauve.svg (+0 -4)
src/images/brand/langgraph-platform-pill.svg (+5 -0)
src/images/brand/langsmith-logo-orange.svg (+0 -3)
src/images/brand/langsmith-pill.svg (+4 -0)
src/logo/dark.svg (+0 -21)
src/logo/light.svg (+0 -21)
📝 tests/unit_tests/test_parser.py (+1 -1)

📄 Description

No description provided


🔄 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/75 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 7/29/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `pill-logo` --- ### 📝 Commits (1) - [`47b393f`](https://github.com/langchain-ai/docs/commit/47b393f12fc115313be8205855d4b873f5a0e432) new pill logos and update docusaurus script ### 📊 Changes **18 files changed** (+215 additions, -228 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/cli.py` (+58 -37) 📝 `pipeline/tools/docusaurus_parser.py` (+120 -124) 📝 `pipeline/tools/parser.py` (+4 -4) 📝 `src/docs.json` (+5 -2) ➕ `src/images/brand/favicon-dark-mode.svg` (+4 -0) ➖ `src/images/brand/langchain-labs-logo.svg` (+0 -5) ➕ `src/images/brand/langchain-labs-pill.svg` (+6 -0) ➖ `src/images/brand/langchain-logo-red.svg` (+0 -3) ➕ `src/images/brand/langchain-pill.svg` (+4 -0) ➖ `src/images/brand/langgraph-logo-blue.svg` (+0 -3) ➕ `src/images/brand/langgraph-pill.svg` (+4 -0) ➖ `src/images/brand/langgraph-platform-logo-mauve.svg` (+0 -4) ➕ `src/images/brand/langgraph-platform-pill.svg` (+5 -0) ➖ `src/images/brand/langsmith-logo-orange.svg` (+0 -3) ➕ `src/images/brand/langsmith-pill.svg` (+4 -0) ➖ `src/logo/dark.svg` (+0 -21) ➖ `src/logo/light.svg` (+0 -21) 📝 `tests/unit_tests/test_parser.py` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:15 -05:00
yindo closed this issue 2026-02-17 17:20:15 -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#388