Redirect sandbox-harbor to harbor-integrations#sandboxes#4635
Open
Nicholas Bohm (Nickbohm555) wants to merge 1 commit into
Open
Redirect sandbox-harbor to harbor-integrations#sandboxes#4635Nicholas Bohm (Nickbohm555) wants to merge 1 commit into
Nicholas Bohm (Nickbohm555) wants to merge 1 commit into
Conversation
Consolidate the standalone Harbor sandbox page into the Harbor integrations evals doc. Remove src/langsmith/sandbox-harbor.mdx, add a redirect from /langsmith/sandbox-harbor to /langsmith/harbor-integrations#sandboxes, and point the Sandboxes-tab sidebar entry and the Harbor card at the evals doc. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Thanks for opening a docs PR, Nicholas Bohm (@Nickbohm555)! When it's ready for review, please add the relevant reviewers:
|
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-nickbo-1782510823-4bedb54.mintlify.app Important Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The standalone "Run evaluations with Harbor" page (
/langsmith/sandbox-harbor) in the Sandboxes tab duplicated content that now lives in the canonical Harbor integrations evals doc (/langsmith/harbor-integrations, which has a dedicated## Sandboxessection). This consolidates the two so there is a single source of truth, and preserves existing links/bookmarks via a redirect.Changes
/langsmith/sandbox-harbor→/langsmith/harbor-integrations#sandboxes(src/docs.jsonredirects).langsmith/harbor-integrations) instead of the removed page.src/langsmith/sandbox-harbor.mdx(required for the redirect, percheck_removed_pages_redirects).sandboxes.mdxto the new anchored URL.harbor-integrations.mdx"See also" list.Review notes
#sandboxesanchor resolves:harbor-integrations.mdxhas a## Sandboxesheading.harbor-integrationsnow appears in both the Evaluation tab and the Sandboxes tab — intentional, so the Sandboxes sidebar links to the evals doc.Verification
check_removed_pages_redirects.py(pre-commit): passed.make lint_proseon changed files: 0 errors./langsmith/sandbox-harborreturns307→/langsmith/harbor-integrations#sandboxes; target returns200.make broken-linksnot run locally (mintrequires Node ≤24; this machine is on Node 26) — relying on CI.AI disclosure
Authored with Claude Code (Opus 4.8).