Resolved the bug in the default styling of note (#5812)

* Resolved the bug in the default styling of note

Signed-off-by: Abhay <abhayetwup123@gmail.com>

* resolved spaces

Signed-off-by: Abhay <abhayetwup123@gmail.com>

* Resolved Link-Not-Opening

Signed-off-by: Abhay <abhayetwup123@gmail.com>

---------

Signed-off-by: Abhay <abhayetwup123@gmail.com>
This commit is contained in:
Abhay Kumar Gupta 2024-01-08 06:46:21 +00:00 committed by GitHub
parent 6630e4be31
commit b47fe2d8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ data:
brokerClass: MTChannelBasedBroker brokerClass: MTChannelBasedBroker
``` ```
!!! note !!! note
Be aware that different Broker classes usually require different configuration ConfigMaps. See the configuration options of the different [Broker implementations](../brokers/broker-types/README.md) on how their referenced ConfigMaps have to look like (e.g. for [MTChannelBasedBroker](../brokers/broker-types/channel-based-broker/README.md#configuration-configmap) or [Knative Broker for Apache Kafka](../brokers/broker-types/kafka-broker/README.md#configure-a-kafka-broker)). Be aware that different Broker classes usually require different configuration ConfigMaps. See the configuration options of the different [Broker implementations](../brokers/broker-types/README.md) on how their referenced ConfigMaps have to look like (e.g. for [MTChannelBasedBroker](../brokers/broker-types/channel-based-broker/README.md#configuration-configmap) or [Knative Broker for Apache Kafka](../brokers/broker-types/kafka-broker/README.md#configure-a-kafka-broker)).
## Configuring delivery spec defaults ## Configuring delivery spec defaults