Skip to content

LAM-1567: promote Integrations to a top-level docs tab#155

Open
laminar-coding-agent[bot] wants to merge 1 commit into
mainfrom
lam-1567-integrations-section
Open

LAM-1567: promote Integrations to a top-level docs tab#155
laminar-coding-agent[bot] wants to merge 1 commit into
mainfrom
lam-1567-integrations-section

Conversation

@laminar-coding-agent

@laminar-coding-agent laminar-coding-agent Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Promote integrations to their own top-level tab in docs.json alongside Documentation / Guides / SDK / Changelog.
  • Move every tracing/integrations/*.mdx page to integrations/*.mdx, grouped in the sidebar by Agent frameworks, LLM providers, Browser agents, OpenTelemetry.
  • Rewrite integrations/overview.mdx as a categorized card hub so readers scan the full surface on one page.
  • Update every inbound link (/tracing/integrations/*/integrations/*) across docs, changelog, and CLAUDE.md; remove the stale root-level integrations.mdx pointer.

Test plan

  • npx mintlify broken-links passes with zero broken links.
  • docs.json validates as JSON; tabs: Documentation, Integrations, Guides, SDK, Changelog.
  • Every /tracing/integrations/<slug> inbound reference updated; grep -r "tracing/integrations" returns nothing.
  • Voice lint: no em dashes, no banned marketing vocabulary on new/changed pages.
  • Visual check once Mintlify preview renders.

🤖 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.json removes the Integrations group from Tracing and adds a new Integrations tab with categorized groups (Overview, Agent frameworks, LLM providers, Browser agents, OpenTelemetry), surfacing tracing/otel from 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 new integrations/overview.mdx card hub, and rewrites internal links across docs (including changelog.mdx, tracing/*, platform/debugger.mdx, signals/quickstart.mdx, and integration cross-links) from /tracing/integrations/* to /integrations/*, plus updates authoring guidance in CLAUDE.md to reflect the new structure.

Reviewed by Cursor Bugbot for commit 26ef0c6. Bugbot is set up for automated code reviews on this repo. Configure here.

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>
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.

1 participant