Point Braintrust integration docs at Braintrust's own docs - #5198
Merged
Conversation
Braintrust now maintains documentation for their Temporal integration covering Python, TypeScript, and Go. Replace our Python guide with a link to theirs, matching how the TypeScript integration and Pydantic AI are already handled, and add the Go integration to the grid and the Go index. Their docs label none of the three languages as preview, so the Public Preview marker goes away with the page. The two IntegrationsGrid examples in COMPONENTS.md used Braintrust as the internal-path and Python-plus-TypeScript example; both now use LangSmith. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
Contributor
There was a problem hiding this comment.
Pull request overview
Replaces Temporal’s Python Braintrust guide with Braintrust-hosted documentation and adds Go integration discovery.
Changes:
- Links Python and Go SDK pages to Braintrust’s language-specific guides.
- Adds Go to the integrations grid and removes the local Python guide.
- Redirects the retired Python guide and updates related references.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/develop/python/integrations/braintrust.mdx |
Removes the obsolete local guide. |
docs/develop/python/index.mdx |
Links to Braintrust’s Python guide. |
docs/develop/go/index.mdx |
Adds Braintrust’s Go guide. |
src/components/IntegrationsGrid/integrations-data.json |
Adds Go and externalizes Python. |
sidebars.js |
Removes the deleted guide. |
vercel.json |
Redirects the retired URL. |
readme/COMPONENTS.md |
Updates integration examples. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
DABH
approved these changes
Aug 28, 2026
Duncanma
approved these changes
Aug 28, 2026
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.
Braintrust now documents their Temporal integration for Python, TypeScript, and Go. Python was the first release, so we wrote our own guide and marked it Public Preview — no longer the cleanest place for it.
docs/develop/python/integrations/braintrust.mdxsidebars.jsintegrations-data.jsonhrefnow external; new Go entrydocs/develop/python/index.mdxdocs/develop/go/index.mdxvercel.jsonreadme/COMPONENTS.mdThe sidebar entry had to go — it referenced the deleted page's doc id. This matches convention: no externally-hosted integration is in
sidebars.jstoday (Langfuse, Pydantic AI, OpenBox, Parseable, Mastra, TypeScript Braintrust). Braintrust stays discoverable via the IntegrationsGrid and all three SDK index pages.Notes
BraintrustPlugin— a different shape than Python and TypeScript.yarn buildoryarn check-linkslocally, so relying on CI. Inspection-verified: no dangling references, both JSON files parse, and the- [Braintrust]assertion intests/test-mdx-to-md.mjs:978still holds.🤖 Generated with Claude Code