[PR #852] [MERGED] oss: code snippet fixes + other minor changes #1083

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/852
Author: @sydney-runkle
Created: 10/11/2025
Status: Merged
Merged: 10/11/2025
Merged by: @sydney-runkle

Base: mainHead: change-content-highlights


📝 Commits (4)

📊 Changes

22 files changed (+556 additions, -584 deletions)

View changed files

📝 src/oss/concepts/context.mdx (+31 -50)
📝 src/oss/langchain/evals.mdx (+6 -6)
📝 src/oss/langchain/mcp.mdx (+10 -10)
📝 src/oss/langchain/models.mdx (+10 -10)
📝 src/oss/langchain/overview.mdx (+2 -2)
📝 src/oss/langchain/short-term-memory.mdx (+30 -33)
📝 src/oss/langchain/streaming.mdx (+16 -16)
📝 src/oss/langchain/test.mdx (+34 -34)
📝 src/oss/langchain/tools.mdx (+0 -6)
📝 src/oss/langgraph/INVALID_CONCURRENT_GRAPH_UPDATE.mdx (+12 -12)
📝 src/oss/langgraph/add-memory.mdx (+153 -153)
📝 src/oss/langgraph/durable-execution.mdx (+10 -10)
📝 src/oss/langgraph/functional-api.mdx (+12 -12)
📝 src/oss/langgraph/graph-api.mdx (+4 -4)
📝 src/oss/langgraph/interrupts.mdx (+18 -19)
📝 src/oss/langgraph/streaming.mdx (+40 -39)
📝 src/oss/langgraph/use-functional-api.mdx (+29 -29)
📝 src/oss/langgraph/use-graph-api.mdx (+52 -56)
📝 src/oss/langgraph/use-subgraphs.mdx (+13 -13)
📝 src/oss/python/integrations/chat/anthropic.mdx (+9 -9)

...and 2 more files

📄 Description

just scoped to oss folder for now

  • removing old style comment + annotation syntax
  • removing highlight={X,Y,Z} syntax in favor of # [!code highlight] syntax inline
  • some of @hwchase17's initial docs feedback 👍

🔄 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/852 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 10/11/2025 **Status:** ✅ Merged **Merged:** 10/11/2025 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `change-content-highlights` --- ### 📝 Commits (4) - [`8349549`](https://github.com/langchain-ai/docs/commit/834954975a14c94c21de8d4d5409e45f5c4166d5) some feedback from harrison - [`922f766`](https://github.com/langchain-ai/docs/commit/922f766c556ec1a3ec0cea6096009afc33346e9a) removing old style syntax + highlight lines - [`2d5c856`](https://github.com/langchain-ai/docs/commit/2d5c85688a4b2487062c4bd8e5f213f2a15b8947) tool edit - [`82e3c51`](https://github.com/langchain-ai/docs/commit/82e3c51c91bd7f4a88387511d7fcedcb2efad747) more highlights ### 📊 Changes **22 files changed** (+556 additions, -584 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/concepts/context.mdx` (+31 -50) 📝 `src/oss/langchain/evals.mdx` (+6 -6) 📝 `src/oss/langchain/mcp.mdx` (+10 -10) 📝 `src/oss/langchain/models.mdx` (+10 -10) 📝 `src/oss/langchain/overview.mdx` (+2 -2) 📝 `src/oss/langchain/short-term-memory.mdx` (+30 -33) 📝 `src/oss/langchain/streaming.mdx` (+16 -16) 📝 `src/oss/langchain/test.mdx` (+34 -34) 📝 `src/oss/langchain/tools.mdx` (+0 -6) 📝 `src/oss/langgraph/INVALID_CONCURRENT_GRAPH_UPDATE.mdx` (+12 -12) 📝 `src/oss/langgraph/add-memory.mdx` (+153 -153) 📝 `src/oss/langgraph/durable-execution.mdx` (+10 -10) 📝 `src/oss/langgraph/functional-api.mdx` (+12 -12) 📝 `src/oss/langgraph/graph-api.mdx` (+4 -4) 📝 `src/oss/langgraph/interrupts.mdx` (+18 -19) 📝 `src/oss/langgraph/streaming.mdx` (+40 -39) 📝 `src/oss/langgraph/use-functional-api.mdx` (+29 -29) 📝 `src/oss/langgraph/use-graph-api.mdx` (+52 -56) 📝 `src/oss/langgraph/use-subgraphs.mdx` (+13 -13) 📝 `src/oss/python/integrations/chat/anthropic.mdx` (+9 -9) _...and 2 more files_ </details> ### 📄 Description just scoped to oss folder for now * removing old style comment + annotation syntax * removing `highlight={X,Y,Z}` syntax in favor of `# [!code highlight]` syntax inline * some of @hwchase17's initial docs feedback 👍 --- <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:41 -05:00
yindo closed this issue 2026-02-17 17:21:41 -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#1083