[PR #2703] [MERGED] feat: add learn more sections to conceptual docs [closes DOC-14] #2809

Closed
opened 2026-06-05 18:20:02 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2703
Author: @lnhsingh
Created: 2/18/2026
Status: Merged
Merged: 2/18/2026
Merged by: @lnhsingh

Base: mainHead: open-swe/3ab11bca-85e7-fffb-c1f0-a137aa16ae56


📝 Commits (1)

  • c01e292 Add standardized "Learn more" sections to all conceptual overview docs, replacing "See also" and ensuring ~3 related links per page.

📊 Changes

6 files changed (+25 additions, -6 deletions)

View changed files

📝 src/oss/concepts/context.mdx (+1 -2)
📝 src/oss/concepts/memory.mdx (+6 -0)
📝 src/oss/concepts/products.mdx (+6 -0)
📝 src/oss/langchain/component-architecture.mdx (+0 -4)
📝 src/oss/langgraph/functional-api.mdx (+6 -0)
📝 src/oss/langgraph/graph-api.mdx (+6 -0)

📄 Description

Description

Standardizes "Learn more" sections across all conceptual overview docs under OSS > Learn > Conceptual overviews. Each page now has a consistent ## Learn more heading with ~3 links to related documentation.

Changes:

  • products.mdx: Added "Learn more" section with links to LangChain, LangGraph, and Deep Agents overviews
  • memory.mdx: Added "Learn more" section with links to context overview, short-term memory, and LangGraph memory
  • context.mdx: Renamed "See also" to "Learn more" and trimmed to 3 links
  • component-architecture.mdx: Trimmed existing "Learn more" from 5 links to 3, removed introductory text for consistency
  • graph-api.mdx: Added "Learn more" section with links to Graph API how-to, Functional API, and choosing APIs guide
  • functional-api.mdx: Added "Learn more" section with links to Functional API how-to, Graph API, and choosing APIs guide

Resolves DOC-14

Test Plan

  • Verify each of the 6 conceptual overview pages renders correctly with the new "Learn more" section
  • Verify all links in the "Learn more" sections resolve to valid pages
  • Confirm no pages use "See also" or "Additional resources" headings (standardized to "Learn more")

🔄 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/2703 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 2/18/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `open-swe/3ab11bca-85e7-fffb-c1f0-a137aa16ae56` --- ### 📝 Commits (1) - [`c01e292`](https://github.com/langchain-ai/docs/commit/c01e292e8cb704d4d934990efcfe86da651c9ed2) Add standardized "Learn more" sections to all conceptual overview docs, replacing "See also" and ensuring ~3 related links per page. ### 📊 Changes **6 files changed** (+25 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/concepts/context.mdx` (+1 -2) 📝 `src/oss/concepts/memory.mdx` (+6 -0) 📝 `src/oss/concepts/products.mdx` (+6 -0) 📝 `src/oss/langchain/component-architecture.mdx` (+0 -4) 📝 `src/oss/langgraph/functional-api.mdx` (+6 -0) 📝 `src/oss/langgraph/graph-api.mdx` (+6 -0) </details> ### 📄 Description ## Description Standardizes "Learn more" sections across all conceptual overview docs under OSS > Learn > Conceptual overviews. Each page now has a consistent `## Learn more` heading with ~3 links to related documentation. Changes: - **products.mdx**: Added "Learn more" section with links to LangChain, LangGraph, and Deep Agents overviews - **memory.mdx**: Added "Learn more" section with links to context overview, short-term memory, and LangGraph memory - **context.mdx**: Renamed "See also" to "Learn more" and trimmed to 3 links - **component-architecture.mdx**: Trimmed existing "Learn more" from 5 links to 3, removed introductory text for consistency - **graph-api.mdx**: Added "Learn more" section with links to Graph API how-to, Functional API, and choosing APIs guide - **functional-api.mdx**: Added "Learn more" section with links to Functional API how-to, Graph API, and choosing APIs guide Resolves DOC-14 ## Test Plan - [ ] Verify each of the 6 conceptual overview pages renders correctly with the new "Learn more" section - [ ] Verify all links in the "Learn more" sections resolve to valid pages - [ ] Confirm no pages use "See also" or "Additional resources" headings (standardized to "Learn more") --- <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-06-05 18:20:02 -04:00
yindo closed this issue 2026-06-05 18:20:02 -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#2809