You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
This repository hosts the documentation content for Redpanda Self-Managed.
19
+
This repository hosts the documentation content for Redpanda Streaming.
20
20
21
21
== Contribute
22
22
@@ -94,7 +94,7 @@ npm run serve
94
94
95
95
== Versioning
96
96
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.
98
98
99
99
The production {url-playbook}[docs site playbook] instructs Antora to automatically aggregate content in the following branches:
Copy file name to clipboardExpand all lines: antora.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ nav:
6
6
- modules/ROOT/nav.adoc
7
7
asciidoc:
8
8
attributes:
9
+
# Product name used throughout the documentation
10
+
product-name: Redpanda Streaming
9
11
# Date of release in the format YYYY-MM-DD
10
12
page-release-date: 2025-07-31
11
13
# Only used in the main branch (latest version)
@@ -86,7 +88,7 @@ asciidoc:
86
88
- page: develop/guide-nodejs/
87
89
reason: Page moved to Redpanda Labs.
88
90
# 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.
Copy file name to clipboardExpand all lines: modules/console/pages/ui/add-license.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ If the existing license expires soon, you can click the *Upload license* button
39
39
+
40
40
image::console:license.png[]
41
41
+
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.
43
43
44
44
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[].
Copy file name to clipboardExpand all lines: modules/get-started/pages/docker-compose-labs.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= Docker Compose Labs
2
2
:page-index-data: docker-labs-index
3
3
: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.
Copy file name to clipboardExpand all lines: modules/get-started/pages/intro-to-events.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,20 +59,20 @@ Raft facilitates communication between the nodes in a Redpanda cluster to make s
59
59
+
60
60
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.
61
61
62
-
== Redpanda Self-Managed versions
62
+
== {product-name} versions
63
63
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).
65
65
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.
67
67
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.
69
69
70
70
ifndef::env-cloud[]
71
71
== Next steps
72
72
73
73
* To spin up a Redpanda cluster to try it out, see xref:./quick-start.adoc[Redpanda Quickstart].
74
74
* 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].
76
76
* For information about a Redpanda Cloud deployment, see xref:cloud-data-platform:get-started:cloud-overview.adoc[].
Copy file name to clipboardExpand all lines: modules/get-started/pages/licensing/add-license-redpanda/kubernetes.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
:description: Learn how to add or update a Redpanda Enterprise Edition license in a Kubernetes environment.
3
3
:env-kubernetes: true
4
4
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.
6
6
7
7
== Prerequisites
8
8
@@ -182,7 +182,7 @@ The process for updating a license depends on how it was originally applied:
182
182
- <<inline-update, Update the license string inline in your Helm values or manifest file>>.
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.
0 commit comments