Add Agentic Data Plane (ADP) documentation support#170
Draft
JakeSCahill wants to merge 13 commits into
Draft
Conversation
- Add adp-docs repository to antora-playbook.yml content sources - Add adp-docs to preview-antora-playbook.yml for Netlify previews - Update llms.adoc ADP links from cloud-docs ai-agents paths to adp-docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Agentic Data Plane card to docs homepage - Add ADP icon (cable/connector icon in Redpanda orange) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
❌ Deploy Preview for redpanda-documentation failed. Why did it fail? →
|
This was referenced Apr 23, 2026
Update playbook to reference cloud-docs feature/remove-remote-mcp branch which removes deprecated ADP documentation. Also removes adp-docs source since ADP docs are not being released yet. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update local and preview playbooks to use cloud-docs feature/remove-ai-agents branch and remove adp-docs (not being released yet). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Adds Antora resource ID attributes for home page product card navigation: - :page-cloud-quickstart: / :page-cloud-docs: - Cloud product links - :page-self-managed-quickstart: / :page-self-managed-docs: - Self-Managed links - :page-connect-quickstart: / :page-connect-docs: - Connect product links - :page-adp-quickstart: / :page-adp-docs: - Agentic Data Plane links These attributes allow the UI template to dynamically resolve navigation links rather than hardcoding them. Related: redpanda-data/docs-ui#376
…sting Switch from jakepartusch/wait-for-netlify-action to kamranayub/wait-for-netlify-action which uses the Netlify API to wait for the deployment matching the specific commit SHA, rather than returning any available deploy preview. Previously, tests ran against stale cached deploys from earlier commits because the action would find and return an old preview deploy instantly (~1 second), before the fresh build for the latest commit was ready. This caused tests to fail because they were checking against outdated site structure where pages existed at /25.3/home/ instead of /streaming/25.3/home/. The new action requires a NETLIFY_TOKEN secret but ensures tests always run against the correct deploy for the current commit, preventing false failures from stale content. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Relocate the 'How to Use These Docs' page from data-platform component to home component for better discoverability and organization. Changes: - Move how-to-use-these-docs.adoc from data-platform/modules/ROOT/pages/ to home/modules/ROOT/pages/ - Update home navigation to reference local file instead of cross-component xref - Remove from data-platform navigation - Add page alias for old data-platform path to maintain backward compatibility - Add Agentic Data Plane (ADP) to documentation structure hierarchy - Include ADP in key components list with xref to agentic-data-plane component - Add "Choose your path" section for ADP users with quickstart link The ADP component is sourced from the adp-docs repository and provides documentation for AI agent infrastructure and agentic workflows. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
356bcc2 to
b7f033b
Compare
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
Adds ADP (Agentic Data Plane) documentation support with dynamic homepage product card links.
Changes
ADP Documentation Integration
Dynamic Product Card Links
Adds page attributes for all product cards to enable dynamic link resolution in UI templates:
:page-cloud-quickstart:redpanda-cloud:get-started:index.adoc:page-cloud-docs:redpanda-cloud:home:index.adoc:page-self-managed-quickstart:ROOT:get-started:quick-start.adoc:page-self-managed-docs:ROOT:home:index.adoc:page-connect-quickstart:redpanda-connect:get-started:quickstarts/index.adoc:page-connect-docs:redpanda-connect:get-started:about.adoc:page-adp-quickstart:redpanda-adp:get-started:signup.adoc:page-adp-docs:redpanda-adp::index.adocPurpose
Test plan
Related
🤖 Generated with Claude Code