[PR #3697] [MERGED] Include more link refs + style updates for Observability tab #3729

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3697
Author: @katmayb
Created: 4/23/2026
Status: Merged
Merged: 4/23/2026
Merged by: @katmayb

Base: mainHead: link-references


📝 Commits (2)

  • b7e93a7 Include more link refs + style updates for Observability tab
  • 06efd18 Merge branch 'main' into link-references

📊 Changes

13 files changed (+225 additions, -140 deletions)

View changed files

📝 src/docs.json (+4 -1)
📝 src/langsmith/annotate-code.mdx (+114 -39)
📝 src/langsmith/custom-run-id.mdx (+4 -3)
src/langsmith/images/chat-model-dark.png (+0 -0)
src/langsmith/images/chat-model-light.png (+0 -0)
📝 src/langsmith/log-llm-trace.mdx (+22 -40)
📝 src/langsmith/log-retriever-trace.mdx (+9 -9)
📝 src/langsmith/log-traces-to-project.mdx (+20 -10)
📝 src/langsmith/ls-metadata-parameters.mdx (+2 -2)
📝 src/langsmith/threads.mdx (+27 -23)
📝 src/langsmith/trace-with-api.mdx (+18 -10)
📝 src/langsmith/trace-with-vercel-ai-sdk.mdx (+1 -1)
📝 src/langsmith/upload-files-with-traces.mdx (+4 -2)

📄 Description

General documentation quality improvements across several LangSmith observability pages:

  • Added a lot more links throughout these pages for better cross-linking and navigation around the LangSmith docs nav
  • Added missing description frontmatter to pages
  • Added ## Related sections with cross-links to relevant pages
  • Improved prose clarity: replaced passive voice, removed directional language ("above"/"below"), and converted first-person "we" to either "LangSmith" (for product behavior) or second-person imperative (for instructions)
  • Added bridging sentences before code blocks to explain what readers are about to see
  • Split run-on sentences into bullet lists where content warranted it
  • Fixed broken internal links and typos
  • Merged a thin standalone page into a more appropriate parent page and added a redirect

🔄 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/3697 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 4/23/2026 **Status:** ✅ Merged **Merged:** 4/23/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `link-references` --- ### 📝 Commits (2) - [`b7e93a7`](https://github.com/langchain-ai/docs/commit/b7e93a7643fc8f6e62510d83acad8af6577a5909) Include more link refs + style updates for Observability tab - [`06efd18`](https://github.com/langchain-ai/docs/commit/06efd18bc0ed6890983935ecc0bdc368d02223a9) Merge branch 'main' into link-references ### 📊 Changes **13 files changed** (+225 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -1) 📝 `src/langsmith/annotate-code.mdx` (+114 -39) 📝 `src/langsmith/custom-run-id.mdx` (+4 -3) ➖ `src/langsmith/images/chat-model-dark.png` (+0 -0) ➖ `src/langsmith/images/chat-model-light.png` (+0 -0) 📝 `src/langsmith/log-llm-trace.mdx` (+22 -40) 📝 `src/langsmith/log-retriever-trace.mdx` (+9 -9) 📝 `src/langsmith/log-traces-to-project.mdx` (+20 -10) 📝 `src/langsmith/ls-metadata-parameters.mdx` (+2 -2) 📝 `src/langsmith/threads.mdx` (+27 -23) 📝 `src/langsmith/trace-with-api.mdx` (+18 -10) 📝 `src/langsmith/trace-with-vercel-ai-sdk.mdx` (+1 -1) 📝 `src/langsmith/upload-files-with-traces.mdx` (+4 -2) </details> ### 📄 Description General documentation quality improvements across several LangSmith observability pages: - Added a lot more links throughout these pages for better cross-linking and navigation around the LangSmith docs nav - Added missing description frontmatter to pages - Added ## Related sections with cross-links to relevant pages - Improved prose clarity: replaced passive voice, removed directional language ("above"/"below"), and converted first-person "we" to either "LangSmith" (for product behavior) or second-person imperative (for instructions) - Added bridging sentences before code blocks to explain what readers are about to see - Split run-on sentences into bullet lists where content warranted it - Fixed broken internal links and typos - Merged a thin standalone page into a more appropriate parent page and added a redirect --- <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:52:57 -04:00
yindo closed this issue 2026-06-05 18:52:57 -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#3729