[PR #186] [MERGED] code highlighting #499

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

📋 Pull Request Information

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

Base: mainHead: code-style


📝 Commits (7)

📊 Changes

45 files changed (+464 additions, -1137 deletions)

View changed files

📝 src/langgraph-platform/add-auth-server.mdx (+1 -1)
📝 src/langgraph-platform/add-human-in-the-loop.mdx (+15 -32)
📝 src/langgraph-platform/autogen-integration.mdx (+2 -5)
📝 src/langgraph-platform/custom-auth.mdx (+1 -1)
📝 src/langgraph-platform/custom-lifespan.mdx (+1 -2)
📝 src/langgraph-platform/custom-middleware.mdx (+1 -2)
📝 src/langgraph-platform/custom-routes.mdx (+1 -2)
📝 src/langgraph-platform/human-in-the-loop-time-travel.mdx (+6 -11)
📝 src/langgraph-platform/langgraph-basics/2-add-tools.mdx (+2 -3)
📝 src/langgraph-platform/langgraph-basics/3-add-memory.mdx (+2 -3)
📝 src/langgraph-platform/langgraph-basics/4-human-in-the-loop.mdx (+1 -1)
📝 src/langgraph-platform/langgraph-basics/5-customize-state.mdx (+1 -3)
📝 src/langgraph-platform/resource-auth.mdx (+1 -1)
📝 src/langgraph-platform/set-up-custom-auth.mdx (+2 -2)
📝 src/langgraph-platform/streaming.mdx (+47 -76)
📝 src/langsmith/export-traces.mdx (+2 -5)
📝 src/langsmith/threads.mdx (+4 -7)
📝 src/langsmith/trace-with-instructor.mdx (+1 -2)
📝 src/langsmith/trace-with-langchain.mdx (+3 -6)
📝 src/langsmith/trace-with-vercel-ai-sdk.mdx (+1 -2)

...and 25 more files

📄 Description

No description provided


🔄 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/186 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `code-style` --- ### 📝 Commits (7) - [`e86f22f`](https://github.com/langchain-ai/docs/commit/e86f22f4d96fb6025b00ead640a6792820d7b2f9) code highlighting - [`4830145`](https://github.com/langchain-ai/docs/commit/4830145d1dad5da2f51ad6cbf960cbff22851870) fix - [`2a16a39`](https://github.com/langchain-ai/docs/commit/2a16a39de2c176dccb691152d51a0e91d673e695) edits - [`9e88851`](https://github.com/langchain-ai/docs/commit/9e88851e058de7c1a68297e79d72592ccd5a9075) edits - [`85ca104`](https://github.com/langchain-ai/docs/commit/85ca104fab9352bbf10513145fc42e0c5fb7aa5a) Apply suggestions from code review - [`7ddfb9b`](https://github.com/langchain-ai/docs/commit/7ddfb9ba7e7ec2dcd60a15e797d58782f2e02cde) fix - [`c7c7737`](https://github.com/langchain-ai/docs/commit/c7c7737f4c01bb24097557bda71ef9afc0dfd2f0) Merge branch 'main' into code-style ### 📊 Changes **45 files changed** (+464 additions, -1137 deletions) <details> <summary>View changed files</summary> 📝 `src/langgraph-platform/add-auth-server.mdx` (+1 -1) 📝 `src/langgraph-platform/add-human-in-the-loop.mdx` (+15 -32) 📝 `src/langgraph-platform/autogen-integration.mdx` (+2 -5) 📝 `src/langgraph-platform/custom-auth.mdx` (+1 -1) 📝 `src/langgraph-platform/custom-lifespan.mdx` (+1 -2) 📝 `src/langgraph-platform/custom-middleware.mdx` (+1 -2) 📝 `src/langgraph-platform/custom-routes.mdx` (+1 -2) 📝 `src/langgraph-platform/human-in-the-loop-time-travel.mdx` (+6 -11) 📝 `src/langgraph-platform/langgraph-basics/2-add-tools.mdx` (+2 -3) 📝 `src/langgraph-platform/langgraph-basics/3-add-memory.mdx` (+2 -3) 📝 `src/langgraph-platform/langgraph-basics/4-human-in-the-loop.mdx` (+1 -1) 📝 `src/langgraph-platform/langgraph-basics/5-customize-state.mdx` (+1 -3) 📝 `src/langgraph-platform/resource-auth.mdx` (+1 -1) 📝 `src/langgraph-platform/set-up-custom-auth.mdx` (+2 -2) 📝 `src/langgraph-platform/streaming.mdx` (+47 -76) 📝 `src/langsmith/export-traces.mdx` (+2 -5) 📝 `src/langsmith/threads.mdx` (+4 -7) 📝 `src/langsmith/trace-with-instructor.mdx` (+1 -2) 📝 `src/langsmith/trace-with-langchain.mdx` (+3 -6) 📝 `src/langsmith/trace-with-vercel-ai-sdk.mdx` (+1 -2) _...and 25 more files_ </details> ### 📄 Description _No description provided_ --- <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:31 -05:00
yindo closed this issue 2026-02-17 17:20:31 -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#499