[PR #504] [MERGED] Learn tab: Conceptual guides, tutorials, and academy link #778

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/504
Author: @lnhsingh
Created: 9/11/2025
Status: Merged
Merged: 9/14/2025
Merged by: @lnhsingh

Base: mainHead: content


📝 Commits (10+)

📊 Changes

54 files changed (+789 additions, -553 deletions)

View changed files

📝 src/docs.json (+127 -153)
src/langchain-academy.mdx (+4 -0)
📝 src/langgraph-platform/add-human-in-the-loop.mdx (+3 -2)
📝 src/langgraph-platform/autogen-integration.mdx (+1 -1)
📝 src/langgraph-platform/human-in-the-loop-time-travel.mdx (+2 -2)
📝 src/langgraph-platform/langgraph-studio.mdx (+2 -2)
📝 src/langgraph-platform/quick-start-studio.mdx (+1 -1)
📝 src/langgraph-platform/streaming.mdx (+1 -1)
📝 src/oss/context.mdx (+8 -10)
📝 src/oss/langchain/agents.mdx (+1 -1)
📝 src/oss/langchain/context-engineering.mdx (+2 -1)
📝 src/oss/langchain/human-in-the-loop.mdx (+3 -1)
📝 src/oss/langchain/install.mdx (+2 -1)
📝 src/oss/langchain/knowledge-base.mdx (+3 -2)
📝 src/oss/langchain/long-term-memory.mdx (+1 -1)
📝 src/oss/langchain/mcp.mdx (+3 -1)
📝 src/oss/langchain/messages.mdx (+9 -22)
📝 src/oss/langchain/models.mdx (+4 -8)
📝 src/oss/langchain/multi-agent.mdx (+1 -1)
📝 src/oss/langchain/rag.mdx (+4 -3)

...and 34 more files

📄 Description

Overview

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

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/504 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/14/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `content` --- ### 📝 Commits (10+) - [`1a2e164`](https://github.com/langchain-ai/docs/commit/1a2e164dc79ef3c04f030e8a1128e6ee1102e041) stub out concepts - [`7a74c43`](https://github.com/langchain-ai/docs/commit/7a74c4386e002807a6529615c756a20428fa0a9d) Merge branch 'main' into content - [`158dd92`](https://github.com/langchain-ai/docs/commit/158dd9267e706bd05753f6847a1c6429a3851ffc) break out concepts, edit docs.json - [`146d8df`](https://github.com/langchain-ai/docs/commit/146d8df305b617a3bb2e944c47c94cfb5bb26286) Merge branch 'main' into content - [`55cbdcc`](https://github.com/langchain-ai/docs/commit/55cbdcc1eda495462d0db73b1d57ded3d906c494) fix sidenav - [`5405814`](https://github.com/langchain-ai/docs/commit/5405814e652ec150702cce7154bfee1f15c3e60b) update messages - [`18315b6`](https://github.com/langchain-ai/docs/commit/18315b6f988503feb28033be8412dc970554a45a) add alpha notice - [`9e8b4c4`](https://github.com/langchain-ai/docs/commit/9e8b4c433c78942658dc42105e046243d15f35a9) Merge branch 'main' into content - [`7a989dd`](https://github.com/langchain-ai/docs/commit/7a989dd1748cc683fe3175f7b5c8a5c0e792c68c) collapse concepts for some components - [`d28de7c`](https://github.com/langchain-ai/docs/commit/d28de7c8df3d130daf08be664363cd27994c184a) Merge branch 'main' into content ### 📊 Changes **54 files changed** (+789 additions, -553 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+127 -153) ➕ `src/langchain-academy.mdx` (+4 -0) 📝 `src/langgraph-platform/add-human-in-the-loop.mdx` (+3 -2) 📝 `src/langgraph-platform/autogen-integration.mdx` (+1 -1) 📝 `src/langgraph-platform/human-in-the-loop-time-travel.mdx` (+2 -2) 📝 `src/langgraph-platform/langgraph-studio.mdx` (+2 -2) 📝 `src/langgraph-platform/quick-start-studio.mdx` (+1 -1) 📝 `src/langgraph-platform/streaming.mdx` (+1 -1) 📝 `src/oss/context.mdx` (+8 -10) 📝 `src/oss/langchain/agents.mdx` (+1 -1) 📝 `src/oss/langchain/context-engineering.mdx` (+2 -1) 📝 `src/oss/langchain/human-in-the-loop.mdx` (+3 -1) 📝 `src/oss/langchain/install.mdx` (+2 -1) 📝 `src/oss/langchain/knowledge-base.mdx` (+3 -2) 📝 `src/oss/langchain/long-term-memory.mdx` (+1 -1) 📝 `src/oss/langchain/mcp.mdx` (+3 -1) 📝 `src/oss/langchain/messages.mdx` (+9 -22) 📝 `src/oss/langchain/models.mdx` (+4 -8) 📝 `src/oss/langchain/multi-agent.mdx` (+1 -1) 📝 `src/oss/langchain/rag.mdx` (+4 -3) _...and 34 more files_ </details> ### 📄 Description ## Overview - Add a `Learn` tab for conceptual docs, tutorials, and a link to LC Academy - Preview: https://langchain-5e9cc07a-preview-conten-1757624212-b78265a.mintlify.app/oss/python/learn ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## 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 - [x] (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:06 -05:00
yindo closed this issue 2026-02-17 17:21:06 -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#778