[PR #4339] Improve discoverability of LangSmith Sandboxes in docs search and navigation #4321

Open
opened 2026-06-05 19:13:30 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4339
Author: @langsmith-fleet[bot]
Created: 6/5/2026
Status: 🔄 Open

Base: mainHead: docs/improve-langsmith-sandboxes-discoverability


📝 Commits (2)

  • 6ad4729 Improve discoverability of LangSmith Sandboxes in docs search and navigation
  • 5bdf514 Add Get started section to LangSmith Sandboxes overview

📊 Changes

2 files changed (+69 additions, -2 deletions)

View changed files

📝 src/langsmith/sandboxes.mdx (+65 -2)
📝 src/oss/deepagents/sandboxes.mdx (+4 -0)

📄 Description

Fixes DOC-1222

Summary

  • Rename LangSmith sandboxes page title from Sandboxes overview to LangSmith Sandboxes so it ranks distinctly from the OSS Deep Agents sandboxes page in docs search results
  • Update page description to include "LangSmith" for better search indexing
  • Add a <Note> callout on the OSS Deep Agents sandboxes page pointing users to LangSmith managed sandboxes as a first-party option (the Python integrations sandboxes index already links to /langsmith/sandboxes)

Root cause: Both pages had titles of just "Sandboxes" / "Sandboxes overview" with no product qualifier, causing the docs search to route users to the OSS page instead of the LangSmith one. LangSmith sandboxes are findable via Google (which sees the full page title + URL context) but not via internal docs search (which treats both as equally-titled "Sandboxes" entries).

Links

Verification

Not run; docs-only copy change.

Reviewers

Requested review from: @katmayb, @fjmorris (LangSmith docs), @lnhsingh


🔄 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/4339 **Author:** [@langsmith-fleet[bot]](https://github.com/apps/langsmith-fleet) **Created:** 6/5/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/improve-langsmith-sandboxes-discoverability` --- ### 📝 Commits (2) - [`6ad4729`](https://github.com/langchain-ai/docs/commit/6ad4729b0115c6cf9b49105e79adc466bd5cd06f) Improve discoverability of LangSmith Sandboxes in docs search and navigation - [`5bdf514`](https://github.com/langchain-ai/docs/commit/5bdf51463a25f5eaebce3f91ac3bba3f54b599b7) Add Get started section to LangSmith Sandboxes overview ### 📊 Changes **2 files changed** (+69 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/sandboxes.mdx` (+65 -2) 📝 `src/oss/deepagents/sandboxes.mdx` (+4 -0) </details> ### 📄 Description Fixes DOC-1222 ## Summary - Rename LangSmith sandboxes page title from `Sandboxes overview` to `LangSmith Sandboxes` so it ranks distinctly from the OSS Deep Agents sandboxes page in docs search results - Update page description to include "LangSmith" for better search indexing - Add a `<Note>` callout on the OSS Deep Agents sandboxes page pointing users to LangSmith managed sandboxes as a first-party option (the Python integrations sandboxes index already links to `/langsmith/sandboxes`) **Root cause:** Both pages had titles of just "Sandboxes" / "Sandboxes overview" with no product qualifier, causing the docs search to route users to the OSS page instead of the LangSmith one. LangSmith sandboxes are findable via Google (which sees the full page title + URL context) but not via internal docs search (which treats both as equally-titled "Sandboxes" entries). ## Links - Linear: https://linear.app/langchain/issue/DOC-1222/improve-discoverability-of-langsmith-sandboxes-in-docs-search-and - Slack: https://langchain.slack.com/archives/C09G1T60QV9/p1780693086045839 ## Verification Not run; docs-only copy change. ## Reviewers Requested review from: @katmayb, @fjmorris (LangSmith docs), @lnhsingh --- <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 19:13:30 -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#4321