From 313c16f9449850416fd22464e60ece4154728a74 Mon Sep 17 00:00:00 2001 From: zmstone Date: Mon, 18 Mar 2024 16:54:04 +0100 Subject: [PATCH] docs: there is no need to escape quotes in triple-quotes --- rel/i18n/emqx_bridge_azure_event_hub.hocon | 4 ++-- rel/i18n/emqx_bridge_confluent_producer.hocon | 4 ++-- rel/i18n/emqx_bridge_kafka.hocon | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rel/i18n/emqx_bridge_azure_event_hub.hocon b/rel/i18n/emqx_bridge_azure_event_hub.hocon index c5b4f44f2..3b96e23e6 100644 --- a/rel/i18n/emqx_bridge_azure_event_hub.hocon +++ b/rel/i18n/emqx_bridge_azure_event_hub.hocon @@ -124,9 +124,9 @@ kafka_headers.desc: """Provide a placeholder for message headers
e.g. ${pub_props}
Note that the value of the placeholder must be either an object: -{\"foo\": \"bar\"} +{"foo": "bar"} or an array of key-value pairs: -[{\"key\": \"foo\", \"value\": \"bar\"}]""" +[{"key": "foo", "value": "bar"}]""" kafka_headers.label: """Message Headers""" diff --git a/rel/i18n/emqx_bridge_confluent_producer.hocon b/rel/i18n/emqx_bridge_confluent_producer.hocon index ae335a7c1..748373691 100644 --- a/rel/i18n/emqx_bridge_confluent_producer.hocon +++ b/rel/i18n/emqx_bridge_confluent_producer.hocon @@ -124,9 +124,9 @@ kafka_headers.desc: """Provide a placeholder for message headers
e.g. ${pub_props}
Note that the value of the placeholder must be either an object: -{\"foo\": \"bar\"} +{"foo": "bar"} or an array of key-value pairs: -[{\"key\": \"foo\", \"value\": \"bar\"}]""" +[{"key": "foo", "value": "bar"}]""" kafka_headers.label: """Message Headers""" diff --git a/rel/i18n/emqx_bridge_kafka.hocon b/rel/i18n/emqx_bridge_kafka.hocon index cfe224547..6e0074ddd 100644 --- a/rel/i18n/emqx_bridge_kafka.hocon +++ b/rel/i18n/emqx_bridge_kafka.hocon @@ -198,9 +198,9 @@ kafka_headers.desc: """Provide a placeholder for message headers
e.g. ${pub_props}
Note that the value of the placeholder must be either an object: -{\"foo\": \"bar\"} +{"foo": "bar"} or an array of key-value pairs: -[{\"key\": \"foo\", \"value\": \"bar\"}]""" +[{"key": "foo", "value": "bar"}]""" kafka_headers.label: """Message Headers"""