Skip to content

Commit e683f0a

Browse files
JakeSCahillclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 0e37b45 commit e683f0a

24 files changed

Lines changed: 41 additions & 39 deletions

File tree

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
create_issue_on_fail: true
8181
token: ${{ env.ACTIONS_BOT_TOKEN }}
8282

83-
- name: Test Redpanda Self-Managed quickstart
83+
- name: Test Redpanda Streaming quickstart
8484
if: ${{ needs.setup.outputs.quickstart == 'true' || needs.setup.outputs.console == 'true' }}
8585
uses: doc-detective/github-action@v1
8686
with:

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ image:https://img.shields.io/coderabbit/prs/github/redpanda-data/docs?utm_source
1616
</p></a>
1717
++++
1818

19-
This repository hosts the documentation content for Redpanda Self-Managed.
19+
This repository hosts the documentation content for Redpanda Streaming.
2020

2121
== Contribute
2222

@@ -94,7 +94,7 @@ npm run serve
9494

9595
== Versioning
9696

97-
Versioned content is stored in branches that track the version of Redpanda Self-Managed. Production branches use the *v/x.y* naming pattern. For example, branch `v/22.3` hosts the content for version 22.3.x of Redpanda Self-Managed. The `main` branch always contains docs for the latest release.
97+
Versioned content is stored in branches that track the version of Redpanda Streaming. Production branches use the *v/x.y* naming pattern. For example, branch `v/22.3` hosts the content for version 22.3.x of Redpanda Streaming. The `main` branch always contains docs for the latest release.
9898

9999
The production {url-playbook}[docs site playbook] instructs Antora to automatically aggregate content in the following branches:
100100

antora.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ nav:
66
- modules/ROOT/nav.adoc
77
asciidoc:
88
attributes:
9+
# Product name used throughout the documentation
10+
product-name: Redpanda Streaming
911
# Date of release in the format YYYY-MM-DD
1012
page-release-date: 2025-07-31
1113
# Only used in the main branch (latest version)
@@ -86,7 +88,7 @@ asciidoc:
8688
- page: develop/guide-nodejs/
8789
reason: Page moved to Redpanda Labs.
8890
# Data for the home page
89-
page-home-intro: Redpanda is a Kafka-compatible event streaming platform built for data-intensive applications. Install Self-Managed Redpanda in your environment with the free Community Edition or with the Enterprise Edition for additional features like Tiered Storage, Continuous Data Balancing, and Audit Logging.
91+
page-home-intro: Redpanda is a Kafka-compatible event streaming platform built for data-intensive applications. Install Redpanda Streaming in your environment with the free Community Edition or with the Enterprise Edition for additional features like Tiered Storage, Continuous Data Balancing, and Audit Logging.
9092
#page-home-image:
9193
page-home-intro-learn-more: get-started:intro-to-events.adoc
9294
page-home-primary-row-title: Deploy
@@ -118,7 +120,7 @@ asciidoc:
118120
url: 'manage:monitoring.adoc'
119121
link-text: 'Learn more'
120122
- title: 'rpk commands'
121-
description: 'Redpanda CLI reference for Self-Managed Redpanda.'
123+
description: 'Redpanda CLI reference for Redpanda Streaming.'
122124
url: 'reference:rpk/index.adoc'
123125
link-text: 'Learn more'
124126
page-home-tertiary-row-title: 'Labs'

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
** xref:console:index.adoc[Introduction to Redpanda Console]
1010
** xref:get-started:install-beta.adoc[Install Beta]
1111
** xref:get-started:quickstarts.adoc[Quickstarts]
12-
*** xref:get-started:quick-start.adoc[Redpanda Self-Managed]
12+
*** xref:get-started:quick-start.adoc[{product-name}]
1313
*** xref:get-started:rpk-quickstart.adoc[]
1414
*** xref:get-started:docker-compose-labs.adoc[Docker Compose Labs]
1515
** xref:get-started:licensing/index.adoc[Redpanda Licensing]

modules/console/pages/ui/add-license.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If the existing license expires soon, you can click the *Upload license* button
3939
+
4040
image::console:license.png[]
4141
+
42-
When a new license is uploaded, enterprise features in Redpanda Self-Managed are unlocked immediately without requiring a cluster restart. However, to unlock enterprise features in Redpanda Console, you must restart the Redpanda Console instance.
42+
When a new license is uploaded, enterprise features in {product-name} are unlocked immediately without requiring a cluster restart. However, to unlock enterprise features in Redpanda Console, you must restart the Redpanda Console instance.
4343

4444
After restarting Redpanda Console, enterprise features such as RBAC are unlocked. However, to enable and use these features, you must configure them. See xref:console:config/index.adoc[].
4545

modules/deploy/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Self-Managed Deployment
2-
:description: Learn about Redpanda Self-Managed deployments.
2+
:description: Learn about {product-name} deployments.
33
:page-layout: index
44
:page-aliases: deployment:index.adoc, deployment:index/index.adoc, deploy:deployment-option/index.adoc, deploy:deployment-option/index/index.adoc, deploy:index/index.adoc, deploy:deployment-option/self-hosted/index.adoc
55
:page-categories: Deployment

modules/get-started/pages/docker-compose-labs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Docker Compose Labs
22
:page-index-data: docker-labs-index
33
:page-role: index-list
4-
:description: Explore this collection of hands-on labs for deploying and testing Redpanda Self-Managed using Docker Compose. Whether you're a beginner looking to get started or an experienced user aiming to deepen your knowledge, these labs provide step-by-step instructions and practical examples to enhance your skills.
4+
:description: Explore this collection of hands-on labs for deploying and testing {product-name} using Docker Compose. Whether you're a beginner looking to get started or an experienced user aiming to deepen your knowledge, these labs provide step-by-step instructions and practical examples to enhance your skills.
55

66
{description}
77

modules/get-started/pages/intro-to-events.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ Raft facilitates communication between the nodes in a Redpanda cluster to make s
5959
+
6060
With the Bring Your Own Cloud (BYOC) offering, you deploy Redpanda in your own virtual private cloud, and all data is contained in your environment. Redpanda handles provisioning, monitoring, and upgrades, but you manage your streaming data without Redpanda's control plane ever seeing it.
6161

62-
== Redpanda Self-Managed versions
62+
== {product-name} versions
6363

64-
You can deploy Redpanda in a self-hosted environment (Redpanda Self-Managed) or as a fully managed cloud service (Redpanda Cloud).
64+
You can deploy Redpanda in a self-hosted environment ({product-name}) or as a fully managed cloud service (Redpanda Cloud).
6565

66-
Redpanda Self-Managed version numbers follow the convention AB.C.D, where AB is the two-digit year, C is the feature release, and D is the patch release. For example, version 22.3.1 indicates the first patch release on the third feature release of the year 2022. Patch releases include bug fixes and minor improvements, with no change to user-facing behavior. New and enhanced features are documented with each feature release.
66+
{product-name} version numbers follow the convention AB.C.D, where AB is the two-digit year, C is the feature release, and D is the patch release. For example, version 22.3.1 indicates the first patch release on the third feature release of the year 2022. Patch releases include bug fixes and minor improvements, with no change to user-facing behavior. New and enhanced features are documented with each feature release.
6767

68-
Redpanda Cloud releases on a continuous basis and uptakes Redpanda Self-Managed versions.
68+
Redpanda Cloud releases on a continuous basis and uptakes {product-name} versions.
6969

7070
ifndef::env-cloud[]
7171
== Next steps
7272

7373
* To spin up a Redpanda cluster to try it out, see xref:./quick-start.adoc[Redpanda Quickstart].
7474
* To learn more about Redpanda, see xref:./architecture.adoc[How Redpanda Works].
75-
* For information about a Redpanda Self-Managed deployment, see xref:./licenses.adoc[Redpanda Licensing].
75+
* For information about a {product-name} deployment, see xref:./licenses.adoc[Redpanda Licensing].
7676
* For information about a Redpanda Cloud deployment, see xref:cloud-data-platform:get-started:cloud-overview.adoc[].
7777

7878
include::shared:partial$suggested-reading.adoc[]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= Add an Enterprise Edition License to Redpanda
22
:page-layout: index
3-
:description: Learn how to add an Enterprise Edition license to Redpanda Self-Managed.
3+
:description: Learn how to add an Enterprise Edition license to {product-name}.

modules/get-started/pages/licensing/add-license-redpanda/kubernetes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Learn how to add or update a Redpanda Enterprise Edition license in a Kubernetes environment.
33
:env-kubernetes: true
44

5-
To enable xref:get-started:licensing/overview.adoc[enterprise features for Redpanda Self-Managed], you must have an Enterprise Edition license. This guide outlines how to apply or update an Enterprise Edition license for Redpanda Self-Managed in a Kubernetes environment.
5+
To enable xref:get-started:licensing/overview.adoc[enterprise features for {product-name}], you must have an Enterprise Edition license. This guide outlines how to apply or update an Enterprise Edition license for {product-name} in a Kubernetes environment.
66

77
== Prerequisites
88

@@ -182,7 +182,7 @@ The process for updating a license depends on how it was originally applied:
182182
- <<inline-update, Update the license string inline in your Helm values or manifest file>>.
183183
- xref:console:ui/add-license.adoc[Use Redpanda Console]
184184

185-
When a new license is uploaded, enterprise features in Redpanda Self-Managed are unlocked immediately without requiring a cluster restart. However, to unlock enterprise features in Redpanda Console, you must restart the Redpanda Console instance.
185+
When a new license is uploaded, enterprise features in {product-name} are unlocked immediately without requiring a cluster restart. However, to unlock enterprise features in Redpanda Console, you must restart the Redpanda Console instance.
186186

187187
[[secret-update]]
188188
=== Update the Kubernetes Secret

0 commit comments

Comments
 (0)