From 5a4939c5190b09036e3e2f0f1619f0ca92254b41 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 11:25:08 +0100 Subject: [PATCH 1/8] Rename ROOT to streaming component --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index aa38fb9cd1..a8354b1fac 100644 --- a/antora.yml +++ b/antora.yml @@ -1,4 +1,4 @@ -name: ROOT +name: streaming title: Enterprise version: 23.3 start_page: get-started:intro-to-events.adoc From 6b376dd207ea97d77f019ef36e6b44613b3df9fe Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 13:04:35 +0100 Subject: [PATCH 2/8] Update component xrefs for unified navigation --- .../deploy/partials/kubernetes/guides/next-steps.adoc | 2 +- modules/develop/pages/http-proxy.adoc | 2 +- modules/get-started/pages/intro-to-events.adoc | 2 +- modules/get-started/pages/intro-to-rpk.adoc | 2 +- modules/get-started/pages/licenses.adoc | 2 +- modules/get-started/pages/quick-start.adoc | 10 +++++----- modules/get-started/pages/whats-new.adoc | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/deploy/partials/kubernetes/guides/next-steps.adoc b/modules/deploy/partials/kubernetes/guides/next-steps.adoc index d50c42fae5..8bc7f5e134 100644 --- a/modules/deploy/partials/kubernetes/guides/next-steps.adoc +++ b/modules/deploy/partials/kubernetes/guides/next-steps.adoc @@ -1,6 +1,6 @@ = Next steps -* xref:redpanda-labs:ROOT:index.adoc[Try an example in Redpanda Labs] +* xref:labs:streaming:index.adoc[Try an example in Redpanda Labs] * xref:manage:console/index.adoc[Learn more about Redpanda Console] * xref:get-started:rpk-install.adoc[Learn more about rpk] diff --git a/modules/develop/pages/http-proxy.adoc b/modules/develop/pages/http-proxy.adoc index 1be4938af5..be6a2ee330 100644 --- a/modules/develop/pages/http-proxy.adoc +++ b/modules/develop/pages/http-proxy.adoc @@ -102,7 +102,7 @@ Curl is likely already installed on your system. If not, see https://curl.se/dow NodeJS:: + -- -NOTE: This is based on the assumption that you're in the root directory of an existing NodeJS project. See xref:redpanda-labs:clients:docker-nodejs.adoc[] for an example of a NodeJS project. +NOTE: This is based on the assumption that you're in the root directory of an existing NodeJS project. See xref:labs:clients:docker-nodejs.adoc[] for an example of a NodeJS project. In a terminal window, run: diff --git a/modules/get-started/pages/intro-to-events.adoc b/modules/get-started/pages/intro-to-events.adoc index 202d144606..707c515b3d 100644 --- a/modules/get-started/pages/intro-to-events.adoc +++ b/modules/get-started/pages/intro-to-events.adoc @@ -71,7 +71,7 @@ Redpanda Cloud releases on a continuous basis and uptakes Redpanda platform vers * To spin up a Redpanda cluster to try it out, see xref:./quick-start.adoc[Redpanda Quickstart]. * To learn more about Redpanda, see xref:./architecture.adoc[How Redpanda Works]. * For information about a self-hosted Redpanda platform deployment, see xref:./licenses.adoc[Redpanda Licensing]. -* For information about a Redpanda Cloud deployment, see xref:redpanda-cloud:get-started:cloud-overview.adoc[]. +* For information about a Redpanda Cloud deployment, see xref:cloud-data-platform:get-started:cloud-overview.adoc[]. include::shared:partial$suggested-reading.adoc[] diff --git a/modules/get-started/pages/intro-to-rpk.adoc b/modules/get-started/pages/intro-to-rpk.adoc index 4c99687ec6..ba0ceaa18f 100644 --- a/modules/get-started/pages/intro-to-rpk.adoc +++ b/modules/get-started/pages/intro-to-rpk.adoc @@ -15,7 +15,7 @@ In general, `rpk` commands can be divided into these categories: The `rpk` binary is bundled with Redpanda, so it is automatically installed on each Redpanda broker. In addition, you can install `rpk` on your local machine as a xref:./rpk-install.adoc[standalone binary]. This method can be used for self-hosted and cloud deployments, as well as Kubernetes deployments. -After you install `rpk`, you can use it to interact with a Redpanda cluster. The cluster can run on your local machine, or it can run externally on a remote server or on xref:redpanda-cloud:deploy:deployment-option/cloud/index.adoc[Redpanda Cloud], for example. +After you install `rpk`, you can use it to interact with a Redpanda cluster. The cluster can run on your local machine, or it can run externally on a remote server or on xref:cloud-data-platform:deploy:deployment-option/cloud/index.adoc[Redpanda Cloud], for example. The following diagram shows how `rpk` communicates with a Redpanda broker installed on your local machine. The `rpk` binary is installed as part of the Redpanda bundle. diff --git a/modules/get-started/pages/licenses.adoc b/modules/get-started/pages/licenses.adoc index cb616eaf72..1a8de1040d 100644 --- a/modules/get-started/pages/licenses.adoc +++ b/modules/get-started/pages/licenses.adoc @@ -2,7 +2,7 @@ :description: Redpanda is free and source-available at the Redpanda GitHub repo. Additional features are included with an enterprise license. :page-aliases: introduction:licenses.adoc -You can deploy Redpanda in a self-hosted environment (Redpanda platform) or as a fully-managed cloud service (Redpanda Cloud). For more information about Redpanda Cloud deployments, see the xref:redpanda-cloud:get-started:cloud-overview.adoc[]. +You can deploy Redpanda in a self-hosted environment (Redpanda platform) or as a fully-managed cloud service (Redpanda Cloud). For more information about Redpanda Cloud deployments, see the xref:cloud-data-platform:get-started:cloud-overview.adoc[]. To self-host Redpanda platform, select either the Community Edition or the Enterprise Edition: diff --git a/modules/get-started/pages/quick-start.adoc b/modules/get-started/pages/quick-start.adoc index 87d02986bc..988fd0c357 100644 --- a/modules/get-started/pages/quick-start.adoc +++ b/modules/get-started/pages/quick-start.adoc @@ -47,7 +47,7 @@ For production environments where you need more resilience, a three-broker setup Single Broker:: + -- -. xref:redpanda-labs:docker-compose:attachment$single-broker/docker-compose.yml[Download] the following `docker-compose.yml` file on your local file system. +. xref:labs:docker-compose:attachment$single-broker/docker-compose.yml[Download] the following `docker-compose.yml` file on your local file system. + .Reveal the YAML content [%collapsible] @@ -55,7 +55,7 @@ Single Broker:: .`docker-compose.yml` [,yaml,subs="attributes+"] ---- -include::redpanda-labs:docker-compose:attachment$single-broker/docker-compose.yml[] +include::labs:docker-compose:attachment$single-broker/docker-compose.yml[] ---- ==== @@ -78,7 +78,7 @@ Three Brokers:: + -- -. xref:redpanda-labs:docker-compose:attachment$three-brokers/docker-compose.yml[Download] the following `docker-compose.yml` file on your local file system. +. xref:labs:docker-compose:attachment$three-brokers/docker-compose.yml[Download] the following `docker-compose.yml` file on your local file system. + .Reveal the YAML content [%collapsible] @@ -86,7 +86,7 @@ Three Brokers:: .`docker-compose.yml` [,yaml,subs="attributes+"] ---- -include::redpanda-labs:docker-compose:attachment$three-brokers/docker-compose.yml[] +include::labs:docker-compose:attachment$three-brokers/docker-compose.yml[] ---- ==== @@ -299,7 +299,7 @@ docker compose down -v == Next steps -- xref:redpanda-labs:ROOT:index.adoc[Try more examples in Redpanda Labs] +- xref:labs:streaming:index.adoc[Try more examples in Redpanda Labs] - xref:manage:console/index.adoc[Learn more about Redpanda Console] - xref:rpk-install.adoc[Learn more about rpk] - xref:deploy:deployment-option/self-hosted/manual/production/index.adoc[Deploy for development or production] diff --git a/modules/get-started/pages/whats-new.adoc b/modules/get-started/pages/whats-new.adoc index f684e188b2..1bf63f318e 100644 --- a/modules/get-started/pages/whats-new.adoc +++ b/modules/get-started/pages/whats-new.adoc @@ -4,7 +4,7 @@ This topic summarizes new content added in version 23.3. For a complete list of all product updates, see the https://github.com/redpanda-data/redpanda/releases/[Redpanda release notes^]. -See also: xref:redpanda-cloud:get-started:whats-new-cloud.adoc[] +See also: xref:cloud-data-platform:get-started:whats-new-cloud.adoc[] == Data transforms From c815b13d88ef33432d21ad373937798b167d271a Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 13:04:55 +0100 Subject: [PATCH 3/8] Fix component refs in antora.yml --- antora.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index a8354b1fac..3feb45207f 100644 --- a/antora.yml +++ b/antora.yml @@ -83,7 +83,7 @@ asciidoc: - title: 'Redpanda Connect' image: redpanda-connect.png description: 'Redpanda Connect provides an ecosystem of 220+ open source connectors.' - url: 'redpanda-connect:ROOT:about.adoc' + url: 'connect:ROOT:about.adoc' learn-text: true - title: 'Use rpk' image: rpk-commands.png @@ -98,5 +98,5 @@ asciidoc: - title: 'Labs' image: labs.png description: 'Explore real-world examples in Redpanda Labs.' - url: 'redpanda-labs:ROOT:index.adoc' + url: 'labs:ROOT:index.adoc' learn-text: true From a1425f5116ef5669acca9c888de3af3b1baf4d20 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 13:35:07 +0100 Subject: [PATCH 4/8] Fix xref errors: labs component uses ROOT module, not streaming --- modules/deploy/partials/kubernetes/guides/next-steps.adoc | 2 +- modules/get-started/pages/quick-start.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/deploy/partials/kubernetes/guides/next-steps.adoc b/modules/deploy/partials/kubernetes/guides/next-steps.adoc index 8bc7f5e134..d91fe115e1 100644 --- a/modules/deploy/partials/kubernetes/guides/next-steps.adoc +++ b/modules/deploy/partials/kubernetes/guides/next-steps.adoc @@ -1,6 +1,6 @@ = Next steps -* xref:labs:streaming:index.adoc[Try an example in Redpanda Labs] +* xref:labs:ROOT:index.adoc[Try an example in Redpanda Labs] * xref:manage:console/index.adoc[Learn more about Redpanda Console] * xref:get-started:rpk-install.adoc[Learn more about rpk] diff --git a/modules/get-started/pages/quick-start.adoc b/modules/get-started/pages/quick-start.adoc index 988fd0c357..93f49ef091 100644 --- a/modules/get-started/pages/quick-start.adoc +++ b/modules/get-started/pages/quick-start.adoc @@ -299,7 +299,7 @@ docker compose down -v == Next steps -- xref:labs:streaming:index.adoc[Try more examples in Redpanda Labs] +- xref:labs:ROOT:index.adoc[Try more examples in Redpanda Labs] - xref:manage:console/index.adoc[Learn more about Redpanda Console] - xref:rpk-install.adoc[Learn more about rpk] - xref:deploy:deployment-option/self-hosted/manual/production/index.adoc[Deploy for development or production] From 74e0f71b3e969a6a3c4b0e9cc946f15bac2b401e Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 14:34:25 +0100 Subject: [PATCH 5/8] Add complete page-header-data for unified navigation Co-Authored-By: Claude Opus 4.5 --- antora.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index 3feb45207f..8410fae43f 100644 --- a/antora.yml +++ b/antora.yml @@ -11,8 +11,13 @@ asciidoc: page-eol: true # Only used in the main branch (latest version) page-header-data: + title: "Streaming" + section: "Data Platform" + parent-component: "self-managed" + description: "Redpanda broker and rpk CLI for self-managed deployments." + color: "#125d56" order: 2 - color: '#125d56' + icon: "activity" # Fallback versions # We try to fetch the latest from GitHub at build time # -- From 5a995e9277cf7b658f79f0921dd3b199926c0283 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 16:44:07 +0100 Subject: [PATCH 6/8] Rename Redpanda Self-Managed to Redpanda Streaming - Add product-name attribute to antora.yml for future maintainability - Replace all instances of 'Redpanda Self-Managed' with {product-name} in content - Update hardcoded instances in README and CI files Co-Authored-By: Claude Opus 4.5 --- antora.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/antora.yml b/antora.yml index 8410fae43f..47ff3d3aab 100644 --- a/antora.yml +++ b/antora.yml @@ -6,6 +6,8 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: + # Product name used throughout the documentation + product-name: Redpanda Streaming # Date of release in the format YYYY-MM-DD page-release-date: 2023-12-22 page-eol: true From 0b4382ef76629cda1f413f05840ab385480c7764 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 17:07:10 +0100 Subject: [PATCH 7/8] Add cloud-product-name attribute for single-sourced content Co-Authored-By: Claude Opus 4.5 --- antora.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/antora.yml b/antora.yml index 47ff3d3aab..381bdc1bb6 100644 --- a/antora.yml +++ b/antora.yml @@ -8,6 +8,7 @@ asciidoc: attributes: # Product name used throughout the documentation product-name: Redpanda Streaming + cloud-product-name: Redpanda Cloud # Date of release in the format YYYY-MM-DD page-release-date: 2023-12-22 page-eol: true From 8f6ec2241a30067fe786b5f9cd669706a4ef6bcf Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 17:28:20 +0100 Subject: [PATCH 8/8] Remove local product-name attributes (now in shared branch) Co-Authored-By: Claude Opus 4.5 --- antora.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/antora.yml b/antora.yml index 381bdc1bb6..a43ff11615 100644 --- a/antora.yml +++ b/antora.yml @@ -7,8 +7,6 @@ nav: asciidoc: attributes: # Product name used throughout the documentation - product-name: Redpanda Streaming - cloud-product-name: Redpanda Cloud # Date of release in the format YYYY-MM-DD page-release-date: 2023-12-22 page-eol: true