LAM-1567: promote Integrations to a top-level docs tab#155
Open
laminar-coding-agent[bot] wants to merge 1 commit into
Open
LAM-1567: promote Integrations to a top-level docs tab#155laminar-coding-agent[bot] wants to merge 1 commit into
laminar-coding-agent[bot] wants to merge 1 commit into
Conversation
Move every integration page out of the Tracing group and into a new Integrations tab, grouped by what the integration wires up (agent frameworks, LLM providers, browser agents, OpenTelemetry). The old overview page becomes a categorized card hub so readers can scan the full integration surface in one screen. - Move `tracing/integrations/*.mdx` to `integrations/*.mdx`. - Add an `Integrations` tab in `docs.json` with grouped pages. - Rewrite `integrations/overview.mdx` as a categorized hub. - Update every inbound link from `/tracing/integrations/*` to `/integrations/*` across docs, changelog, and CLAUDE.md. - Remove the stale `integrations.mdx` pointer at the docs root. - Surface `/tracing/otel` under the OpenTelemetry group and drop the duplicate listing under Tracing. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
docs.jsonalongside Documentation / Guides / SDK / Changelog.tracing/integrations/*.mdxpage tointegrations/*.mdx, grouped in the sidebar byAgent frameworks,LLM providers,Browser agents,OpenTelemetry.integrations/overview.mdxas a categorized card hub so readers scan the full surface on one page./tracing/integrations/*→/integrations/*) across docs, changelog, and CLAUDE.md; remove the stale root-levelintegrations.mdxpointer.Test plan
npx mintlify broken-linkspasses with zero broken links.docs.jsonvalidates as JSON; tabs: Documentation, Integrations, Guides, SDK, Changelog./tracing/integrations/<slug>inbound reference updated;grep -r "tracing/integrations"returns nothing.🤖 Generated with Claude Code
Note
Medium Risk
Wide docs navigation and link rewrites could introduce broken sidebar entries or stale inbound links despite being non-code changes.
Overview
Promotes Integrations into its own top-level docs tab.
docs.jsonremoves the Integrations group from Tracing and adds a newIntegrationstab with categorized groups (Overview, Agent frameworks, LLM providers, Browser agents, OpenTelemetry), surfacingtracing/otelfrom the new tab without moving the file.Moves the integrations entrypoint and updates links. Deletes the old pointer pages (
integrations.mdx,tracing/integrations/overview.mdx), adds a newintegrations/overview.mdxcard hub, and rewrites internal links across docs (includingchangelog.mdx,tracing/*,platform/debugger.mdx,signals/quickstart.mdx, and integration cross-links) from/tracing/integrations/*to/integrations/*, plus updates authoring guidance inCLAUDE.mdto reflect the new structure.Reviewed by Cursor Bugbot for commit 26ef0c6. Bugbot is set up for automated code reviews on this repo. Configure here.