Skip to content

Commit e7415bc

Browse files
Merge pull request #201 from mongodb/missing-meta-descriptions
Add missing meta descriptions
2 parents 9ae9537 + 5563d37 commit e7415bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+164
-1
lines changed

source/compatibility.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Compatibility
1010

1111
.. meta::
1212
:keywords: version, backwards, conflict, platforms
13+
:description: Ensure compatibility of the Kafka Connector with MongoDB and Confluent Kafka Connect, supporting various Apache Kafka platforms.
1314

1415
MongoDB Compatibility
1516
---------------------

source/contribute.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
How to Contribute
55
=================
66

7+
.. meta::
8+
:description: Contribute to the Kafka Connector by following guidelines for code standards, documentation, and testing, ensuring your pull request passes all Gradle checks.
9+
710
We are happy to accept contributions to help improve the {+connector+}. We guide
811
community contributions to ensure they meet the standards of the codebase. Please
912
ensure that your pull request meets the following criteria:

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
MongoDB Kafka Connector
66
=======================
77

8+
.. meta::
9+
:description: Explore how to use the MongoDB Kafka Connector to integrate data between Apache Kafka and MongoDB, including setup, configuration, and security.
10+
811
.. toctree::
912
:titlesonly:
1013
:maxdepth: 1

source/introduction.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Introduction
55
============
66

7+
.. meta::
8+
:description: Explore sections on the MongoDB Kafka Connector, including installation, connection, data formats, and converters.
9+
710
.. toctree::
811
:titlesonly:
912

source/introduction/connect.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connect to MongoDB
55
==================
66

7+
.. meta::
8+
:description: Connect the MongoDB Kafka Connector to MongoDB using a connection URI, specifying address, settings, and authentication options.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/introduction/converters.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Converters
55
==========
66

7+
.. meta::
8+
:description: Explore how to use converters with the Kafka Connector to translate data between MongoDB and Kafka Connect, including configuration templates for various converters.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/introduction/data-formats.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Data Formats
55
============
66

7+
.. meta::
8+
:description: Explore various data formats like JSON, BSON, Avro, and byte arrays used with the MongoDB Kafka Connector, including their applications and specifications.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/introduction/install.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Install the MongoDB Kafka Connector
55
===================================
66

7+
.. meta::
8+
:description: Install the MongoDB Kafka Connector on Confluent Platform or Apache Kafka by downloading the appropriate JAR files and following specific setup instructions.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none
@@ -123,4 +126,3 @@ file name. Consult the following table for a description of each suffix:
123126
For example,
124127
``mongo-kafka-connect-{+connector_version+}.{+connector_patch_version+}-all.jar``
125128
is the uber JAR for the version {+connector_version+}.{+connector_patch_version+} connector.
126-

source/introduction/kafka-connect.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Kafka and Kafka Connect
55
=======================
66

7+
.. meta::
8+
:description: Learn about Apache Kafka and Kafka Connect, their benefits, and how they facilitate data movement between datastores like MongoDB.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/issues-and-help.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Issues & Help
55
=============
66

7+
.. meta::
8+
:description: Find support for the Kafka Connector through community forums, report bugs, or request features via JIRA.
9+
710
Often, the quickest way to get support for general questions is through the
811
`MongoDB Community Forums <https://www.mongodb.com/community/forums/tags/c/connectors-integrations/48/kafka-connector>`__.
912

0 commit comments

Comments
 (0)