Skip to content

Point Braintrust integration docs at Braintrust's own docs - #5198

Merged
Duncanma merged 2 commits into
mainfrom
braintrust-link-out-add-go
Aug 28, 2026
Merged

Point Braintrust integration docs at Braintrust's own docs#5198
Duncanma merged 2 commits into
mainfrom
braintrust-link-out-add-go

Conversation

@starfleeth

Copy link
Copy Markdown
Contributor

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.

  1. Replace our Python guide with a link to theirs, matching how TypeScript and Pydantic AI are already handled.
  2. Add their Go integration, which is new.
  3. Drop the Public Preview marker. Their docs label none of the three languages as preview.
File Change
docs/develop/python/integrations/braintrust.mdx Deleted
sidebars.js Removed the doc-id entry
integrations-data.json Python href now external; new Go entry
docs/develop/python/index.mdx Link now external
docs/develop/go/index.mdx Added Braintrust
vercel.json Redirect for the old URL
readme/COMPONENTS.md Two examples used Braintrust; now LangSmith

The sidebar entry had to go — it referenced the deleted page's doc id. This matches convention: no externally-hosted integration is in sidebars.js today (Langfuse, Pydantic AI, OpenBox, Parseable, Mastra, TypeScript Braintrust). Braintrust stays discoverable via the IntegrationsGrid and all three SDK index pages.

Notes

  • Their Go integration uses Temporal's OpenTelemetry interceptor rather than a BraintrustPlugin — a different shape than Python and TypeScript.
  • I could not run yarn build or yarn check-links locally, so relying on CI. Inspection-verified: no dangling references, both JSON files parse, and the - [Braintrust] assertion in tests/test-mdx-to-md.mjs:978 still holds.
  • Needs communicating internally that we now treat these as GA.

🤖 Generated with Claude Code

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>
@starfleeth
starfleeth requested a review from a team as a code owner August 27, 2026 22:55
Copilot AI balanced review requested due to automatic review settings August 27, 2026 22:55
@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview Aug 28, 2026 4:31pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Duncanma
Duncanma enabled auto-merge (squash) August 28, 2026 16:30
@Duncanma
Duncanma merged commit de74bee into main Aug 28, 2026
15 checks passed
@Duncanma
Duncanma deleted the braintrust-link-out-add-go branch August 28, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants