Skip to content

Commit 67a3034

Browse files
committed
Update component xrefs for unified navigation
1 parent e60b45c commit 67a3034

41 files changed

Lines changed: 54 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

antora.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ asciidoc:
119119
page-home-tertiary-row-title: 'Labs'
120120
page-home-tertiary-row:
121121
- title: 'Set up Postgres CDC with Debezium and Redpanda'
122-
url: 'redpanda-labs:docker-compose:cdc-postgres-json.adoc'
122+
url: 'labs:docker-compose:cdc-postgres-json.adoc'
123123
- title: 'Redact information in JSON messages'
124-
url: 'redpanda-labs:data-transforms:redaction-go.adoc'
124+
url: 'labs:data-transforms:redaction-go.adoc'
125125
- title: 'Stream text embeddings with Redpanda, OpenAI, and MongoDB'
126-
url: 'redpanda-labs:redpanda-connect:openai.adoc'
126+
url: 'labs:connect:openai.adoc'
127127
- title: 'Build a chat room application with Redpanda and Rust'
128-
url: 'redpanda-labs:clients:docker-rust.adoc'
128+
url: 'labs:clients:docker-rust.adoc'

modules/ROOT/nav.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
*** xref:deploy:console/linux/index.adoc[Linux]
9595
**** xref:deploy:console/linux/requirements.adoc[Requirements]
9696
**** xref:deploy:console/linux/deploy.adoc[Deploy on Linux]
97-
** xref:redpanda-connect:home:index.adoc[Redpanda Connect]
97+
** xref:connect:home:index.adoc[Redpanda Connect]
9898
** xref:deploy:kafka-connect/index.adoc[Kafka Connect]
9999
*** xref:deploy:kafka-connect/k-deploy-kafka-connect.adoc[Deploy on Kubernetes]
100100
*** xref:deploy:kafka-connect/deploy-kafka-connect.adoc[Deploy on Docker]
@@ -271,7 +271,7 @@
271271
**** xref:reference:k-operator-helm-spec.adoc[Redpanda Operator]
272272
**** xref:reference:k-console-helm-spec.adoc[Redpanda Console]
273273
**** xref:reference:k-connector-helm-spec.adoc[Kafka Connect]
274-
**** xref:redpanda-connect:reference:k-connect-helm-spec.adoc[Redpanda Connect]
274+
**** xref:connect:reference:k-connect-helm-spec.adoc[Redpanda Connect]
275275
*** xref:reference:k-crd-index.adoc[]
276276
**** xref:reference:k-crd.adoc[]
277277
** xref:reference:monitor-metrics.adoc[Monitoring Metrics]

modules/console/pages/config/configure-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Configure Redpanda Console
22
:description: Learn how to configure Redpanda Console using environment variables, YAML files, or command-line arguments.
33
:page-aliases: console:reference/config.adoc, reference:console/config.adoc
4-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/configure-console.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
4+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/configure-console.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
55

66

77
Redpanda Console loads configuration properties from three sources, in the following order of precedence:

modules/console/pages/config/connect-to-redpanda.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Configure Redpanda Console to Connect to a Redpanda Cluster
22
:description: Learn how to configure Redpanda Console to connect to a Redpanda cluster and ensure communication with your Redpanda brokers.
3-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/connect-to-redpanda.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
3+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/connect-to-redpanda.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
44

55

66
Redpanda Console connects to your Redpanda cluster using dedicated configuration blocks for the Kafka API, Schema Registry API, and Admin API. Each connection serves a different purpose:

modules/console/pages/config/deserialization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Configure Message Deserialization in Redpanda Console
22
:description: Learn how to configure Redpanda Console to use Schema Registry, Protobuf files, and other deserialization methods to ensure your data is correctly interpreted and displayed.
3-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/deserialization.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
3+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/deserialization.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
44

55

66
Redpanda Console provides tools for deserializing and inspecting messages in Kafka topics. This topic explains how to configure Redpanda Console to use Schema Registry, Protobuf files, and other deserialization methods to ensure your data is correctly interpreted and displayed.

modules/console/pages/config/enterprise-license.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Add a License Key to Redpanda Console
22
:description: Learn how to apply or update a license key to Redpanda Console.
3-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/enterprise-license.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
3+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/enterprise-license.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
44

55

66
To enable xref:get-started:licensing/overview.adoc#console[enterprise features for Redpanda Console], you must have an Enterprise Edition license to load at startup. This guide explains how to configure Redpanda Console to load the license key from its local configuration.

modules/console/pages/config/http-path-rewrites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= HTTP Path Rewrites in Redpanda Console
22
:description: Learn how to configure Redpanda Console to work with your URL path rewrites, particularly when hosted under a subpath.
33
:page-aliases: console:features/http-path-rewrites.adoc, manage:console/http-path-rewrites.adoc
4-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/http-path-rewrites.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
4+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/http-path-rewrites.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
55

66

77
If you want to host Redpanda Console under a subpath rather than the root path, you need to configure HTTP path rewrites. This allows you to serve Redpanda Console under a subpath of your domain, such as `+https://my-company.com/redpanda/console+`, instead of directly from `+https://my-company.com+`. This type of configuration is often necessary when:

modules/console/pages/config/kafka-connect.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Connect Redpanda Console to Kafka Connect Clusters
22
:description: Learn how to connect one or more Kafka Connect clusters with Redpanda Console.
33
:page-aliases: console:features/kafka-connect.adoc, manage:console/kafka-connect.adoc
4-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/kafka-connect.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
4+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/kafka-connect.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
55

66
include::shared:partial$community-supported-kc.adoc[]
77

modules/console/pages/config/security/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Learn how authentication in Redpanda Console enables users to log in and optionally forward their credentials to the connected Redpanda cluster, ensuring all API requests are executed under the user's identity.
33
:page-aliases: console:single-sign-on/authentication.adoc, manage:security/console/authentication.adoc, console:config/security/plain.adoc, console:config/security/okta.adoc, console:config/security/generic-oidc.adoc, console:config/security/keycloak.adoc, console:config/security/github.adoc, console:config/security/google.adoc, console:config/security/azure-ad.adoc
44
:page-categories: Security, Management, Redpanda Console
5-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/security/authentication.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
5+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/security/authentication.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
66

77

88

modules/console/pages/config/security/authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Learn how to configure role-based access control (RBAC) in Redpanda Console to restrict system access to authorized users.
33
:page-aliases: console:single-sign-on/authorization.adoc, manage:security/console/authorization.adoc, console:features/role-bindings.adoc, console:reference/role-bindings.adoc, reference:console/role-bindings.adoc
44
:page-categories: Security, Management, Redpanda Console
5-
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@ROOT:console:config/security/authorization.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
5+
:page-context-switcher: [{"name": "Redpanda Console v2.x", "to": "24.3@streaming:console:config/security/authorization.adoc" },{"name": "Redpanda Console v3.x", "to": "current" } ]
66

77

88
[NOTE]

0 commit comments

Comments
 (0)