From 7fe007a116de2e5b031bcb3684d8e6f65b851f6d Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Tue, 12 Jan 2021 12:50:27 -0800 Subject: [PATCH] Header casing and howto link --- .../setup-pubsub/supported-pubsub/setup-apache-kafka.md | 6 +++--- .../setup-pubsub/supported-pubsub/setup-azure-eventhubs.md | 4 ++-- .../setup-pubsub/supported-pubsub/setup-redis-pubsub.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka.md index 37f2e2f91..c0f852204 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka.md @@ -5,9 +5,9 @@ linkTitle: "Apache Kafka" description: "Detailed documentation on the Apache Kafka pubsub component" --- -## Component Format +## Component format -To setup Apache Kafka pubsub, you create a component of type `pubsub.kafka` +To setup Apache Kafka pubsub create a component of type `pubsub.kafka`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration. ```yaml apiVersion: dapr.io/v1alpha1 @@ -61,5 +61,5 @@ To run Kafka on Kubernetes, you can use the [Helm Chart](https://github.com/helm ## Related links - [Basic schema for a Dapr component]({{< ref component-schema >}}) -- Read [this topic]({{< ref "howto-publish-subscribe.md#step-2-publish-a-topic" >}}) for instructions on configuring pub/sub components +- Read [this topic]({{< ref "howto-publish-subscribe.md##step-1-setup-the-pubsub-component" >}}) for instructions on configuring pub/sub components - [Pub/Sub building block]({{< ref pubsub >}}) \ No newline at end of file diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs.md b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs.md index c849a58c7..1d0b040a9 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs.md +++ b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs.md @@ -5,8 +5,8 @@ linkTitle: "Azure Events Hub" description: "Detailed documentation on the Azure Event Hubs pubsub component" --- -## Component Format -To setup Azure Event Hubs, you create a component of type `pubsub.azure.eventhubs` +## Component format +To setup Azure Event Hubs pubsub create a component of type `pubsub.azure.eventhubs`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration. ```yaml apiVersion: dapr.io/v1alpha1 diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub.md b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub.md index 919286822..c18d2ab56 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub.md +++ b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub.md @@ -6,9 +6,9 @@ description: "Detailed documentation on the Redis Streams pubsub component" weight: 100 --- -## Component Format +## Component format -To setup Redis Streams pubsub, you create a component of type `pubsub.redis` +To setup Redis Streams pubsub create a component of type `pubsub.redis`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration. ```yaml apiVersion: dapr.io/v1alpha1 @@ -45,7 +45,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr ## Create a Redis instance -Dapr can use any Redis instance - containerized, running on your local dev machine, or a managed cloud service, provided the version of Redis is 5.0.0 or later. If you already have a Redis instance > 5.0.0 installed, move on to the [Configuration](#configuration) section. +Dapr can use any Redis instance - containerized, running on your local dev machine, or a managed cloud service, provided the version of Redis is 5.0.0 or later. {{< tabs "Self-Hosted" "Kubernetes" "AWS" "GCP" "Azure">}}