-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix links and attributes on project readme pages (#435)
* fix links and attributes on readme pages, add missing guides * fix consumer groups link * Update README.adoc Co-authored-by: Breda McColgan <[email protected]> * Update README.adoc Co-authored-by: Breda McColgan <[email protected]> * Update README.adoc Co-authored-by: Breda McColgan <[email protected]> * Update README.adoc Co-authored-by: Breda McColgan <[email protected]> * Update README.adoc Co-authored-by: Breda McColgan <[email protected]> * Update README.adoc Co-authored-by: Breda McColgan <[email protected]> * Update README.adoc Co-authored-by: Breda McColgan <[email protected]> * Update CONTRIBUTING.adoc Co-authored-by: Breda McColgan <[email protected]> Co-authored-by: Breda McColgan <[email protected]>
- Loading branch information
1 parent
beed1d7
commit c69c8f5
Showing
2 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,39 @@ | ||
:product: App Services | ||
:product-long-kafka: OpenShift Streams for Apache Kafka | ||
:product-long-registry: OpenShift Service Registry | ||
|
||
= {product} guides and samples | ||
|
||
== {product-long-kafka} guides | ||
|
||
= {product} Guides and Samples | ||
* link:./docs/kafka/getting-started-kafka[Getting started with {product-long-kafka}] | ||
* link:./docs/kafka/rhoas-cli-getting-started-kafka[Getting started with the rhoas CLI for {product-long-kafka}] | ||
* link:./docs/kafka/quarkus-kafka[Using Quarkus applications with Kafka instances in {product-long-kafka}] | ||
* link:./docs/kafka/kcat-kafka[Configuring and connecting Kafkacat with {product-long-kafka}] | ||
* link:./docs/kafka/kafka-bin-scripts-kafka[Configuring and connecting Kafka scripts with {product-long-kafka}] | ||
* link:./docs/kafka/access-mgmt-kafka[Managing account access in {product-long-kafka}] | ||
* link:./docs/kafka/service-binding-kafka[Binding OpenShift applications to {product-long-kafka}] | ||
* link:./docs/kafka/topic-configuration-kafka[Configuring topics in {product-long-kafka}] | ||
* link:./docs/kafka/nodejs-kafka[Using Node.js applications with Kafka instances in {product-long-kafka}] | ||
* link:./docs/kafka/metrics-monitoring-kafka[Monitoring metrics in {product-long-kafka}] | ||
* link:./docs/kafka/consumer-configuration-kafka[Configuring consumer groups in {product-long-kafka}] | ||
|
||
== Guides | ||
== {product-long-registry} guides | ||
|
||
* link:./docs/kafka/getting-started[Getting started with {product-kafka}] | ||
* link:./rhoas-cli[Installing and configuring the `rhoas` CLI] | ||
* link:./docs/service-discovery[Binding OpenShift applications to {product-kafka}] | ||
* link:./docs/registry/getting-started-registry/[Getting started with {product-long-registry}] | ||
* link:./docs/registry/access-mgmt-registry[Managing account access in {product-long-registry}] | ||
* link:./docs/registry/rhoas-cli-registry[Getting started with the rhoas CLI for {product-long-registry}] | ||
* link:./docs/registry/quarkus-registry[Using Quarkus applications with Kafka instances and {product-long-registry} instances] | ||
|
||
== OpenShift Streams For Apache Kafka Guides | ||
== Core guides | ||
|
||
* link:./docs/kafka/rhoas-cli-kafka[Getting started with the `rhoas` CLI for OpenShift Streams for Apache Kafka] | ||
* link:./docs/kafka/quarkus[Using Quarkus applications with Kafka instances in {product-kafka}] | ||
* link:./docs/kafka/kafkacat[Using Kafkacat with Kafka instances in {product-kafka}] | ||
* link:./docs/kafka/kafka-bin-scripts[Using Kafka bin scripts with {product-kafka}] | ||
|
||
== OpenShift Service Registry Guides | ||
|
||
* link:./docs/registry/rhoas-cli-service-registry[Getting started with the `rhoas` CLI for OpenShift Service Registry] | ||
* link:./docs/registry/getting-started-service-registry/[Getting started with Service Registry] | ||
* link:./docs/rhoas/rhoas-cli-installation[Installing and configuring the rhoas CLI] | ||
|
||
== Application examples used in guides | ||
|
||
* link:./code-examples/quarkus-kafka-quickstart[Quarkus Kafka quick start] | ||
* link:./code-examples/quarkus-service-registry-quickstart[Quarkus Kafka Service Registry quick start] | ||
|
||
== Contributing | ||
|
||
* link:./CONTRIBUTING.adoc[Contributing to {product-kafka} guides] | ||
* link:./CONTRIBUTING.adoc[Contributing to {product} guides] |