mirror of https://github.com/knative/docs.git
Add docs title for Kafka subsections (#1878)
This commit is contained in:
parent
375c10308c
commit
a03d889c60
|
@ -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.
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue