Redirect legacy Agentic Data Plane (ai-agents) URLs to the new ADP site#183
Merged
Conversation
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>
✅ Deploy Preview for redpanda-documentation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
JakeSCahill
approved these changes
Jun 18, 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.

Problem
A Google search for "Redpanda ADP docs" lands on
https://docs.redpanda.com/cloud-data-platform/ai-agents/, which now returns 404. Theai-agentsmodule was removed from cloud-docs and migrated to the newagentic-data-planecomponent (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):ai-gateway/configure-provider→gateway/configure-provider,observability/transcripts→monitor/transcripts, Claude Code integration →connect/claude-code).agents/*,ai-gateway/*,mcp/remote/*,mcp/*,observability/*)./cloud-data-platform/ai-agents/*→/agentic-data-plane/home/so nothing 404s.mcp/local/*stays oncloud-data-platform(develop/cloud-mcp).develop/agents|ai-agents/aboutand the top-level/ai-agents/*path Google displays.Authoritative redirect layer; the companion adp-docs PR adds matching
page-aliasesas the content-level record.Verification
/agentic-data-plane/**redirect targets confirmed to return 200 on production.🤖 Generated with Claude Code