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`.