docs(redirects): add /docs/sdk/python/sdk-v4 -> observability overview (#2917)#2967
Open
mvanhorn wants to merge 1 commit into
Open
docs(redirects): add /docs/sdk/python/sdk-v4 -> observability overview (#2917)#2967mvanhorn wants to merge 1 commit into
mvanhorn wants to merge 1 commit into
Conversation
langfuse#2917) Issue langfuse#2917 reports /docs/sdk/python/sdk-v4 returning 404. The redirects table already has the matching sdk-v3 entry pointing at the observability overview but is missing sdk-v4. Add the sibling entry so the legacy URL resolves to the same overview page.
|
@mvanhorn is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
@cla-assistant recheck |
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.
Closes #2917.
Adds a redirect for
/docs/sdk/python/sdk-v4to/docs/observability/sdk/overview, matching the existing sibling entry for/docs/sdk/python/sdk-v3inlib/redirects.js. The legacy URL now resolves to the same overview page instead of 404'ing.Change Type
Verification
sdk-v3redirect, no surrounding edits.sdk-v3,sdk/python/example, andsdk/python/low-level-sdk— consistent with the rest of the python SDK section inmainDocsReorder202507.Greptile Summary
This PR adds a single redirect entry mapping the legacy
/docs/sdk/python/sdk-v4URL to/docs/observability/sdk/overview, fixing a 404 for that path.sdk-v3,python/example,python/low-level-sdk) in themainDocsReorder202507array, and the destination page (content/docs/observability/sdk/overview.mdx) exists.Confidence Score: 5/5
This is a one-line, additive redirect entry with a verified destination page — safe to merge as-is.
The added entry follows the exact same pattern as the three adjacent python SDK redirects, the destination page exists on disk, and nothing else in the file is touched.
No files require special attention.
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["/docs/sdk/python/sdk-v4 (legacy)"] -->|redirect via mainDocsReorder202507| B["/docs/observability/sdk/overview"] C["/docs/sdk/python/sdk-v3 (legacy)"] -->|redirect| B D["/docs/sdk/python/example (legacy)"] -->|redirect| B E["/docs/sdk/python/low-level-sdk (legacy)"] -->|redirect| B B --> F["content/docs/observability/sdk/overview.mdx"]Reviews (1): Last reviewed commit: "docs(redirects): add /docs/sdk/python/sd..." | Re-trigger Greptile