Skip to content

Commit 1e1a4f3

Browse files
authored
DOCSP-18436: Added correct product names to snooty (#92)
* DOCSP-18436: Added correct product names to snooty * Fixed a typo * MW PR updates
1 parent 82bee58 commit 1e1a4f3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

snooty.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ kafka-connect = "Kafka Connect"
1111
kafka-connect-long = "Confluent Kafka Connect"
1212
avro-long = "Apache Avro"
1313
avro = "Avro"
14+
avro-converter="Kafka Connect Avro Converter (Avro Converter)"
15+
protobuf-converter="Kafka Connect Protobuf Converter"
16+
json-schema-converter="Kafka Connect JSON Schema Converter"
1417
connector_version="1.9"
1518
connector_patch_version="0"
1619
connector_driver_version="4.7"

source/introduction/converters.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ To learn what converter to use, `see this page from Confluent <https://docs.conf
4848
Converters with Schemas
4949
~~~~~~~~~~~~~~~~~~~~~~~
5050

51-
If you use a schema-based converter such as the converter for Avro, Protobuf, or
52-
JSON Schema, you should define a schema in your source connector.
51+
If you use a schema-based converter such as the {+avro-converter+},
52+
{+protobuf-converter+}, or {+json-schema-converter+}, you should define a schema
53+
in your source connector.
5354

5455
To learn how to specify a schema, see the
5556
:ref:`<kafka-source-apply-schemas>` guide.

source/source-connector/usage-examples/schema.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Your custom schema connector configuration should resemble the following:
140140

141141
.. note:: Embedded Schema
142142

143-
In the preceding configuration, the JSON Schema converter embeds the custom
143+
In the preceding configuration, the {+json-schema-converter+} embeds the custom
144144
schema in your messages. To learn more about the JSON Schema converter, see the
145145
:ref:`Converters <json-schema-converter-sample-properties>` guide.
146146

0 commit comments

Comments
 (0)