[PR #789] [MERGED] landing page #1023

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

📋 Pull Request Information

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

Base: mainHead: landing


📝 Commits (10+)

📊 Changes

7 files changed (+112 additions, -36 deletions)

View changed files

📝 pipeline/core/builder.py (+4 -0)
📝 src/docs.json (+17 -2)
📝 src/hide-version-picker.js (+3 -1)
📝 src/index.mdx (+79 -26)
📝 src/labs/swe/index.mdx (+1 -1)
📝 src/oss/langchain/overview.mdx (+4 -2)
📝 src/oss/langgraph/overview.mdx (+4 -4)

📄 Description

Overview

Adds a general Home page

Type of change

Type: Fix

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/789 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `landing` --- ### 📝 Commits (10+) - [`a2faad7`](https://github.com/langchain-ai/docs/commit/a2faad7127f1fb67a73d22d670159a9c244d3547) landing page - [`8fb0f8a`](https://github.com/langchain-ai/docs/commit/8fb0f8ae11eb1a0c1413577ea38fa92becd9207c) smart logo - [`4b1ead2`](https://github.com/langchain-ai/docs/commit/4b1ead21ad296b0aeb68f8bf9e48e1db954ffa1e) Apply suggestions from code review - [`74806c3`](https://github.com/langchain-ai/docs/commit/74806c388fecfc05094a92dfdf7d783122552424) add home page - [`3f4c42e`](https://github.com/langchain-ai/docs/commit/3f4c42e681fe719aed8f22331cae117e4c7974cc) nits - [`ad61327`](https://github.com/langchain-ai/docs/commit/ad61327e713d7f3d93c03870cfad87440426e126) fix - [`3f592b7`](https://github.com/langchain-ai/docs/commit/3f592b72a99b7be3b5c611c6f09d0b595e81241f) fix - [`9aa1e41`](https://github.com/langchain-ai/docs/commit/9aa1e417455e3840dab8344434abbbb9238c270a) add CTA - [`1a3f425`](https://github.com/langchain-ai/docs/commit/1a3f425d50418f873fa7dd68a9112239539f4f00) marketing copy - [`2456041`](https://github.com/langchain-ai/docs/commit/245604122daa76d0c30afb8ca6b6c36d31d13c99) copy on overviews ### 📊 Changes **7 files changed** (+112 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+4 -0) 📝 `src/docs.json` (+17 -2) 📝 `src/hide-version-picker.js` (+3 -1) 📝 `src/index.mdx` (+79 -26) 📝 `src/labs/swe/index.mdx` (+1 -1) 📝 `src/oss/langchain/overview.mdx` (+4 -2) 📝 `src/oss/langgraph/overview.mdx` (+4 -4) </details> ### 📄 Description ## Overview Adds a general Home page ## Type of change **Type:** Fix ## 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:34 -05:00
yindo closed this issue 2026-02-17 17:21:34 -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#1023