[PR #159] [MERGED] styling and edits #471

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

📋 Pull Request Information

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

Base: mainHead: fixes-lg


📝 Commits (10+)

📊 Changes

62 files changed (+446 additions, -95 deletions)

View changed files

📝 src/docs.json (+6 -6)
📝 src/hide-version-picker.js (+1 -0)
📝 src/index.mdx (+2 -2)
📝 src/oss/1-build-basic-chatbot.mdx (+3 -0)
📝 src/oss/2-add-tools.mdx (+5 -0)
📝 src/oss/3-add-memory.mdx (+5 -0)
📝 src/oss/4-human-in-the-loop.mdx (+5 -0)
📝 src/oss/5-customize-state.mdx (+5 -0)
📝 src/oss/6-time-travel.mdx (+5 -0)
📝 src/oss/GRAPH_RECURSION_LIMIT.mdx (+5 -0)
📝 src/oss/INVALID_CHAT_HISTORY.mdx (+5 -0)
📝 src/oss/INVALID_CONCURRENT_GRAPH_UPDATE.mdx (+5 -0)
📝 src/oss/INVALID_GRAPH_NODE_RETURN_VALUE.mdx (+5 -0)
📝 src/oss/MULTIPLE_SUBGRAPHS.mdx (+5 -0)
📝 src/oss/add-human-in-the-loop.mdx (+5 -0)
📝 src/oss/add-memory.mdx (+5 -0)
📝 src/oss/agent-supervisor.mdx (+5 -0)
📝 src/oss/agentic-architectures.mdx (+5 -0)
📝 src/oss/agentic-rag.mdx (+5 -0)
📝 src/oss/application-structure.mdx (+5 -0)

...and 42 more files

📄 Description

Figma: https://www.figma.com/design/0fqpnABmOK5FCfv3STMOrF/LS---August?node-id=10176-5480&m=dev
Preview: TBD
Mintlify CSS docs: https://mintlify.com/docs/settings/custom-scripts#custom-css

  • Mostly need to figure out the header stuff (product dropdown and language picker)

🔄 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/159 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 8/14/2025 **Status:** ✅ Merged **Merged:** 8/21/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `fixes-lg` --- ### 📝 Commits (10+) - [`95939f8`](https://github.com/langchain-ai/docs/commit/95939f8af3b4ef5616f939b56e0a42cb4cae636a) styling and edits - [`f9eb926`](https://github.com/langchain-ai/docs/commit/f9eb926db4e4dcfea2c48a83ea76ab6013934ca0) changes - [`a10aad3`](https://github.com/langchain-ai/docs/commit/a10aad36fbc7a27292b1af0664507f560d75a9b1) Merge branch 'main' into fixes-lg - [`b860706`](https://github.com/langchain-ai/docs/commit/b86070634b15e4b0d6076a446fe3c3c6ec213562) Merge branch 'main' into fixes-lg - [`75ff81f`](https://github.com/langchain-ai/docs/commit/75ff81fccc6be7775fbebf436d60aba51015f3da) fix - [`ef51eec`](https://github.com/langchain-ai/docs/commit/ef51eeccde9bd5e18c9a8e3e2533cbebdd052005) Merge branch 'main' into fixes-lg - [`ae0b2a7`](https://github.com/langchain-ai/docs/commit/ae0b2a78f79f564dab9d9a05a56c23fb19fe0ab7) fix - [`f8e7416`](https://github.com/langchain-ai/docs/commit/f8e7416db0ebe718ffd89d17d060bacfe0c85fbc) add v1.0 alpha warning - [`84be442`](https://github.com/langchain-ai/docs/commit/84be442ecf591bbfbe81ff3bc43c4ee89598d535) Merge branch 'main' into fixes-lg - [`fa819bb`](https://github.com/langchain-ai/docs/commit/fa819bbbe0a41e6dcca2b126a769d2a6d008d751) Merge branch 'main' into fixes-lg ### 📊 Changes **62 files changed** (+446 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+6 -6) 📝 `src/hide-version-picker.js` (+1 -0) 📝 `src/index.mdx` (+2 -2) 📝 `src/oss/1-build-basic-chatbot.mdx` (+3 -0) 📝 `src/oss/2-add-tools.mdx` (+5 -0) 📝 `src/oss/3-add-memory.mdx` (+5 -0) 📝 `src/oss/4-human-in-the-loop.mdx` (+5 -0) 📝 `src/oss/5-customize-state.mdx` (+5 -0) 📝 `src/oss/6-time-travel.mdx` (+5 -0) 📝 `src/oss/GRAPH_RECURSION_LIMIT.mdx` (+5 -0) 📝 `src/oss/INVALID_CHAT_HISTORY.mdx` (+5 -0) 📝 `src/oss/INVALID_CONCURRENT_GRAPH_UPDATE.mdx` (+5 -0) 📝 `src/oss/INVALID_GRAPH_NODE_RETURN_VALUE.mdx` (+5 -0) 📝 `src/oss/MULTIPLE_SUBGRAPHS.mdx` (+5 -0) 📝 `src/oss/add-human-in-the-loop.mdx` (+5 -0) 📝 `src/oss/add-memory.mdx` (+5 -0) 📝 `src/oss/agent-supervisor.mdx` (+5 -0) 📝 `src/oss/agentic-architectures.mdx` (+5 -0) 📝 `src/oss/agentic-rag.mdx` (+5 -0) 📝 `src/oss/application-structure.mdx` (+5 -0) _...and 42 more files_ </details> ### 📄 Description Figma: https://www.figma.com/design/0fqpnABmOK5FCfv3STMOrF/LS---August?node-id=10176-5480&m=dev Preview: TBD Mintlify CSS docs: https://mintlify.com/docs/settings/custom-scripts#custom-css - Mostly need to figure out the header stuff (product dropdown and language picker) --- <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:28 -05:00
yindo closed this issue 2026-02-17 17:20:28 -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#471