Skip to content

Commit 2a5a58e

Browse files
authored
Improve components navigation UX by defaulting to catalog (#383)
- Show component catalog table immediately when clicking Components - Update navigation and fix all cross-references - Align with user expectations for catalog functionality
1 parent 69e68a0 commit 2a5a58e

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
*** xref:develop:connect/configuration/unit_testing.adoc[]
9090
9191
** xref:develop:connect/components/about.adoc[]
92-
*** xref:develop:connect/components/catalog.adoc[]
9392
*** xref:develop:connect/components/inputs/about.adoc[]
9493
**** xref:develop:connect/components/inputs/amqp_0_9.adoc[]
9594
**** xref:develop:connect/components/inputs/aws_kinesis.adoc[]

modules/develop/pages/connect/about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Redpanda Connect in Redpanda Cloud lets you quickly build and deploy streaming data pipelines on your clusters from a fully-integrated UI or using the pass:a,m[xref:{tag-pipeline-service}[Data Plane API\]].
66

7-
Choose from a xref:develop:connect/components/catalog.adoc[wide range of connectors] to suit your use case, including connectors to:
7+
Choose from a xref:develop:connect/components/about.adoc[wide range of connectors] to suit your use case, including connectors to:
88

99
* Integrate data sources (xref:components:inputs/about.adoc[inputs])
1010
* Write to data sinks (xref:components:outputs/about.adoc[outputs])
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
= Components
2-
:page-aliases: components:about.adoc
1+
= Components Catalog
2+
:page-aliases: components:about.adoc, develop:connect/components/catalog.adoc, components:catalog.adoc
3+
34
include::redpanda-connect:components:about.adoc[tag=single-source]

modules/develop/pages/connect/components/catalog.adoc

Lines changed: 0 additions & 8 deletions
This file was deleted.

modules/develop/pages/connect/configuration/contextual-variables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ output:
8484

8585
* Learn how to xref:develop:connect/configuration/secret-management.adoc[add secrets to your pipeline].
8686
* Try one of our xref:cookbooks:index.adoc[Redpanda Connect cookbooks].
87-
* Choose xref:develop:connect/components/catalog.adoc[connectors for your use case].
87+
* Choose xref:develop:connect/components/about.adoc[connectors for your use case].

modules/develop/pages/connect/connect-quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ When you've finished experimenting with your data pipeline, you can delete the p
234234
== Suggested reading
235235

236236
* Try one of our xref:cookbooks:index.adoc[Redpanda Connect cookbooks].
237-
* Choose xref:develop:connect/components/catalog.adoc[connectors for your use case].
237+
* Choose xref:develop:connect/components/about.adoc[connectors for your use case].
238238
* Learn how to xref:develop:connect/configuration/secret-management.adoc[add secrets to your pipeline].
239239
* Learn how to xref:develop:connect/configuration/monitor-connect.adoc[monitor a data pipeline on a BYOC or Dedicated cluster].
240240
* Learn how to xref:develop:connect/configuration/scale-pipelines.adoc[manually scale resources for a pipeline].

modules/get-started/pages/cluster-types/byoc/gcp/enable-rpcn-byovpc-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ curl -v -X PATCH \
115115

116116
== Next steps
117117

118-
* Choose xref:develop:connect/components/catalog.adoc[connectors for your use case].
118+
* Choose xref:develop:connect/components/about.adoc[connectors for your use case].
119119
* Learn how to xref:redpanda-connect:guides:getting_started.adoc[configure, test, and run a data pipeline locally].
120120
* Try the xref:develop:connect/connect-quickstart.adoc[Redpanda Connect quickstart].
121121
* Try one of our xref:cookbooks:index.adoc[Redpanda Connect cookbooks].

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Redpanda Cloud now offers greater flexibility to schedule upgrades to your clust
281281

282282
=== Redpanda Connect: LA for BYOC, beta for Serverless
283283

284-
xref:develop:connect/about.adoc[Redpanda Connect] is now integrated into Redpanda Cloud and available as a fully-managed service. This is a limited availability (LA) release for BYOC and a beta release for Serverless. xref:develop:connect/components/catalog.adoc[Choose from a range of connectors, processors, and other components] to quickly build and deploy streaming data pipelines or AI applications from the xref:develop:connect/connect-quickstart.adoc[Cloud UI] or using the pass:a,m[xref:{tag-pipeline-service}[Data Plane API\]]. Comprehensive metrics, monitoring, and per pipeline scaling are also available. To start using Redpanda Connect, xref:develop:connect/connect-quickstart.adoc[try this quickstart].
284+
xref:develop:connect/about.adoc[Redpanda Connect] is now integrated into Redpanda Cloud and available as a fully-managed service. This is a limited availability (LA) release for BYOC and a beta release for Serverless. xref:develop:connect/components/about.adoc[Choose from a range of connectors, processors, and other components] to quickly build and deploy streaming data pipelines or AI applications from the xref:develop:connect/connect-quickstart.adoc[Cloud UI] or using the pass:a,m[xref:{tag-pipeline-service}[Data Plane API\]]. Comprehensive metrics, monitoring, and per pipeline scaling are also available. To start using Redpanda Connect, xref:develop:connect/connect-quickstart.adoc[try this quickstart].
285285

286286
For more detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect].
287287

0 commit comments

Comments
 (0)