From a03d889c60a3f61e980c2b4ab34b5777e4dd4842 Mon Sep 17 00:00:00 2001 From: Aleksander Slominski Date: Wed, 9 Oct 2019 19:43:05 -0400 Subject: [PATCH] Add docs title for Kafka subsections (#1878) --- docs/eventing/samples/kafka/channel/README.md | 7 +++++++ docs/eventing/samples/kafka/source/README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/eventing/samples/kafka/channel/README.md b/docs/eventing/samples/kafka/channel/README.md index 91d6b4c21..dad6d3602 100644 --- a/docs/eventing/samples/kafka/channel/README.md +++ b/docs/eventing/samples/kafka/channel/README.md @@ -1,3 +1,10 @@ +--- +title: "Apache Kafka channel example" +linkTitle: "Apache Kafka channel example" +weight: 20 +type: "docs" +--- + # Apache Kafka CRD default channel You can install and configure the Apache Kafka CRD (`KafkaChannel`) as the default channel configuration in Knative Eventing. diff --git a/docs/eventing/samples/kafka/source/README.md b/docs/eventing/samples/kafka/source/README.md index 607ea3a61..e28cca01a 100644 --- a/docs/eventing/samples/kafka/source/README.md +++ b/docs/eventing/samples/kafka/source/README.md @@ -1,3 +1,10 @@ +--- +title: "Apache Kafka Source Example" +linkTitle: "Apache Kafka Source Example" +weight: 20 +type: "docs" +--- + # Apache Kafka - Source Example Tutorial on how to build and deploy a `KafkaSource` [Eventing source](../../../sources/README.md) using a Knative Serving `Service`.