[PR #1058] [MERGED] Misc. fixes #1259

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1058
Author: @lnhsingh
Created: 10/21/2025
Status: Merged
Merged: 10/21/2025
Merged by: @lnhsingh

Base: mainHead: minor-fix


📝 Commits (5)

  • b735884 remove unnecessary callouts, fix language
  • 2b9081f simplify connect to these docs page
  • 8118f94 change favicon to png
  • 412b1bd Merge branch 'main' into minor-fix
  • b1735d8 Apply suggestion from @Copilot

📊 Changes

83 files changed (+50 additions, -673 deletions)

View changed files

📝 pipeline/core/builder.py (+3 -3)
📝 src/docs.json (+3 -3)
src/images/brand/docs-favicon.png (+0 -0)
src/images/brand/docs-favicon.svg (+0 -4)
src/images/copy-page-dark.png (+0 -0)
src/images/copy-page-light.png (+0 -0)
📝 src/oss/concepts/context.mdx (+0 -8)
📝 src/oss/concepts/memory.mdx (+0 -8)
📝 src/oss/contributing/overview.mdx (+1 -9)
📝 src/oss/langchain/agents.mdx (+0 -8)
📝 src/oss/langchain/context-engineering.mdx (+0 -8)
📝 src/oss/langchain/deploy.mdx (+0 -11)
📝 src/oss/langchain/evals.mdx (+0 -8)
📝 src/oss/langchain/guardrails.mdx (+0 -8)
📝 src/oss/langchain/human-in-the-loop.mdx (+0 -8)
📝 src/oss/langchain/install.mdx (+0 -8)
📝 src/oss/langchain/knowledge-base.mdx (+0 -8)
📝 src/oss/langchain/long-term-memory.mdx (+0 -8)
📝 src/oss/langchain/mcp.mdx (+0 -8)
📝 src/oss/langchain/messages.mdx (+0 -8)

...and 63 more files

📄 Description

Overview

  • Fix favicon blurriness
  • Remove excess callouts for v1.0
  • Simplify "Use docs programmatically" page

Type of change

Type: Fixes

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/1058 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `minor-fix` --- ### 📝 Commits (5) - [`b735884`](https://github.com/langchain-ai/docs/commit/b735884e43b1f4ff8c67bb307492db86945b48f9) remove unnecessary callouts, fix language - [`2b9081f`](https://github.com/langchain-ai/docs/commit/2b9081f5ee22611a54a235f0fb75c5e077379053) simplify connect to these docs page - [`8118f94`](https://github.com/langchain-ai/docs/commit/8118f944d58790d3be66b65af34dce7aa107a990) change favicon to png - [`412b1bd`](https://github.com/langchain-ai/docs/commit/412b1bdb32cc585050dfab3d1c59c2c12e5ae138) Merge branch 'main' into minor-fix - [`b1735d8`](https://github.com/langchain-ai/docs/commit/b1735d8fc524a07f767836081833bb09760f509d) Apply suggestion from @Copilot ### 📊 Changes **83 files changed** (+50 additions, -673 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+3 -3) 📝 `src/docs.json` (+3 -3) ➕ `src/images/brand/docs-favicon.png` (+0 -0) ➖ `src/images/brand/docs-favicon.svg` (+0 -4) ➕ `src/images/copy-page-dark.png` (+0 -0) ➕ `src/images/copy-page-light.png` (+0 -0) 📝 `src/oss/concepts/context.mdx` (+0 -8) 📝 `src/oss/concepts/memory.mdx` (+0 -8) 📝 `src/oss/contributing/overview.mdx` (+1 -9) 📝 `src/oss/langchain/agents.mdx` (+0 -8) 📝 `src/oss/langchain/context-engineering.mdx` (+0 -8) 📝 `src/oss/langchain/deploy.mdx` (+0 -11) 📝 `src/oss/langchain/evals.mdx` (+0 -8) 📝 `src/oss/langchain/guardrails.mdx` (+0 -8) 📝 `src/oss/langchain/human-in-the-loop.mdx` (+0 -8) 📝 `src/oss/langchain/install.mdx` (+0 -8) 📝 `src/oss/langchain/knowledge-base.mdx` (+0 -8) 📝 `src/oss/langchain/long-term-memory.mdx` (+0 -8) 📝 `src/oss/langchain/mcp.mdx` (+0 -8) 📝 `src/oss/langchain/messages.mdx` (+0 -8) _...and 63 more files_ </details> ### 📄 Description ## Overview - Fix favicon blurriness - Remove excess callouts for v1.0 - Simplify "Use docs programmatically" page ## Type of change **Type:** Fixes ## 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:22:02 -05:00
yindo closed this issue 2026-02-17 17:22:02 -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#1259