From 730d78081adf41142c53d1b9a3819e1b07b0af63 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Sun, 9 Aug 2026 06:56:35 +0100 Subject: [PATCH] fix(cloud-mcp): correct the component in the how-to-use-these-docs xref The xref named the component `data-platform`, which does not exist; the cloud docs component is `cloud-data-platform` and this page lives in the `home` component. Antora could not resolve it, so the docs build logged "target of xref not found: data-platform:ROOT:how-to-use-these-docs.adoc" at ERROR level and the link rendered as unresolved text for readers. Unlike a stale URL that the site redirects, there is nothing here for a reader to follow. The page is published at https://docs.redpanda.com/home/how-to-use-these-docs/ (verified 200), so the correct target is home:ROOT. modules/ROOT/nav.adoc already xrefs the home component this way. Co-Authored-By: Claude Opus 5 --- modules/develop/pages/cloud-mcp/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/develop/pages/cloud-mcp/overview.adoc b/modules/develop/pages/cloud-mcp/overview.adoc index 49fb0ff94..1e4eeb094 100644 --- a/modules/develop/pages/cloud-mcp/overview.adoc +++ b/modules/develop/pages/cloud-mcp/overview.adoc @@ -70,4 +70,4 @@ MCP servers authenticate to Redpanda Cloud using your personal or service accoun * xref:develop:cloud-mcp/quickstart.adoc[] * xref:develop:cloud-mcp/configuration.adoc[] -TIP: The Redpanda documentation site has a read-only MCP server that provides access to Redpanda docs and examples. This server has no access to your Redpanda Cloud account or clusters. See xref:data-platform:ROOT:how-to-use-these-docs.adoc[]. +TIP: The Redpanda documentation site has a read-only MCP server that provides access to Redpanda docs and examples. This server has no access to your Redpanda Cloud account or clusters. See xref:home:ROOT:how-to-use-these-docs.adoc[].