Skip to content

Redirect legacy Agentic Data Plane (ai-agents) URLs to the new ADP site#183

Merged
micheleRP merged 1 commit into
mainfrom
redirect-legacy-adp-urls
Jun 18, 2026
Merged

Redirect legacy Agentic Data Plane (ai-agents) URLs to the new ADP site#183
micheleRP merged 1 commit into
mainfrom
redirect-legacy-adp-urls

Conversation

@micheleRP

Copy link
Copy Markdown
Contributor

Problem

A Google search for "Redpanda ADP docs" lands on https://docs.redpanda.com/cloud-data-platform/ai-agents/, which now returns 404. The ai-agents module was removed from cloud-docs and migrated to the new agentic-data-plane component (adp-docs, served at /agentic-data-plane/**), but the legacy /cloud-data-platform/ai-agents/** URLs were never redirected. Across git history there are 87 such legacy paths; only ~10 had any redirect.

Change

Adds a tiered redirect block to netlify.toml (first-match ordered):

  • Leaf mappings for major pages to their precise new homes (e.g. ai-gateway/configure-providergateway/configure-provider, observability/transcriptsmonitor/transcripts, Claude Code integration → connect/claude-code).
  • Per-section splats (agents/*, ai-gateway/*, mcp/remote/*, mcp/*, observability/*).
  • Global catch-all /cloud-data-platform/ai-agents/*/agentic-data-plane/home/ so nothing 404s.
  • Exception: mcp/local/* stays on cloud-data-platform (develop/cloud-mcp).
  • Old entry points: develop/agents|ai-agents/about and the top-level /ai-agents/* path Google displays.

Authoritative redirect layer; the companion adp-docs PR adds matching page-aliases as the content-level record.

Verification

  • TOML validated (parses cleanly).
  • All /agentic-data-plane/** redirect targets confirmed to return 200 on production.
  • Redirect behavior to be confirmed on the Netlify deploy preview.

🤖 Generated with Claude Code

The ai-agents module was removed from cloud-docs and migrated to the
agentic-data-plane component (adp-docs), but the legacy
/cloud-data-platform/ai-agents/** URLs were never redirected and now 404
(reported via Google search landing on the old ADP docs).

Add a tiered redirect block: specific leaf mappings, per-section splats
(agents, ai-gateway, mcp/remote, mcp, observability), and a global
catch-all to the ADP home so nothing 404s. Keep mcp/local/* on
cloud-data-platform (develop/cloud-mcp), map the old develop/*/about
entry points, and cover the top-level /ai-agents/* path Google indexed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@micheleRP micheleRP requested a review from a team as a code owner June 18, 2026 20:15
@netlify

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for redpanda-documentation ready!

Name Link
🔨 Latest commit 2e4283b
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-documentation/deploys/6a3451f9d043110008eef2c9
😎 Deploy Preview https://deploy-preview-183--redpanda-documentation.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73 (🔴 down 11 from production)
Accessibility: 92 (🔴 down 2 from production)
Best Practices: 83 (🔴 down 9 from production)
SEO: 83 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@micheleRP micheleRP merged commit 453cc75 into main Jun 18, 2026
4 of 5 checks passed
@micheleRP micheleRP deleted the redirect-legacy-adp-urls branch June 18, 2026 20:22
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.

2 participants