Skip to content

Commit d743bee

Browse files
Chris Choschmalliso
authored andcommitted
Revised toc (#107)
* IA v2 branch
1 parent b06cc39 commit d743bee

Some content is hidden

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

44 files changed

+312
-856
lines changed

source/compatibility.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=============
2+
Compatibility
3+
=============
4+
5+
asdf

source/contribute.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=================
2+
How to Contribute
3+
=================
4+
5+
asdf

source/glossary.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
========================
2+
Kafka Connector Glossary
3+
========================
4+
5+
asdf

source/index.txt

Lines changed: 35 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,40 @@ MongoDB Kafka Connector
1212
:titlesonly:
1313
:maxdepth: 1
1414

15-
Install MongoDB Kafka Connector </kafka-installation>
16-
Connect to MongoDB </kafka-connection-mongodb>
17-
Configure SSL/TLS </kafka-configure-ssl>
18-
Sink Connector Guide </kafka-sink>
19-
Source Connector Guide </kafka-source>
20-
Kafka Docker Example </kafka-docker-example>
21-
Migrate from Kafka Connect </kafka-connect-migration>
22-
Compatibility </kafka-compatibility>
23-
Changelog <https://github.com/mongodb/mongo-kafka/blob/master/CHANGELOG.md>
24-
Issues and Help </issues-and-help>
25-
26-
Introduction
27-
------------
28-
29-
`Apache Kafka <https://kafka.apache.org>`_ is a *distributed streaming
30-
platform* that implements a publish-subscribe pattern to offer streams of
31-
data with a durable and scalable framework.
32-
33-
The `Apache Kafka Connect API <https://docs.confluent.io/platform/current/connect/index.html>`__ is
34-
an interface that simplifies integration of a data system, such as
35-
a database or distributed cache, with a new **data source** or a
36-
**data sink**.
37-
38-
The `MongoDB Kafka connector <https://www.mongodb.com/kafka-connector>`_ is
15+
What's New </whats-new>
16+
Quick Start </quick-start>
17+
Introduction </introduction>
18+
Tutorials </tutorials>
19+
Sink Connector </sink-connector>
20+
Source Connector </source-connector>
21+
Security and Authentication </security-and-authentication>
22+
Glossary </glossary>
23+
Troubleshooting </troubleshooting>
24+
How to Contribute </contribute>
25+
Issues & Help </issues-and-help>
26+
Compatibility </compatibility>
27+
28+
Overview
29+
--------
30+
31+
The `MongoDB Kafka connector <https://www.mongodb.com/kafka-connector>`__ is
3932
a Confluent-verified connector that persists data from Kafka topics as a
4033
data sink into MongoDB as well as publishes changes from MongoDB into Kafka
41-
topics as a data source. This guide provides information on available
42-
configuration options and examples to help you complete your
43-
implementation.
44-
45-
This guide is divided into the following topics:
46-
47-
- :doc:`Install MongoDB Kafka Connector </kafka-installation>`
48-
- :doc:`Connect to MongoDB </kafka-connection-mongodb>`
49-
- :doc:`Configure SSL/TLS </kafka-configure-ssl>`
50-
- :doc:`Sink Connector Guide </kafka-sink>`
51-
- :doc:`Source Connector Guide </kafka-source>`
52-
- :doc:`Kafka Docker Example </kafka-docker-example>`
53-
- :doc:`Migrate from Kafka Connect </kafka-connect-migration>`
54-
- :doc:`Compatibility </kafka-compatibility>`
55-
- `Changelog <https://github.com/mongodb/mongo-kafka/blob/master/CHANGELOG.md>`__
56-
- :doc:`Issues and Help </issues-and-help>`
57-
34+
topics as a data source.
35+
36+
This guide provides information on available configuration options and
37+
examples to help you complete your implementation in the following
38+
sections:
39+
40+
- :doc:`What's New </whats-new>`
41+
- :doc:`Quick Start </quick-start>`
42+
- :doc:`Introduction </introduction>`
43+
- :doc:`Tutorials </tutorials>`
44+
- :doc:`Sink Connector </sink-connector>`
45+
- :doc:`Source Connector </source-connector>`
46+
- :doc:`Security and Authentication </security-and-authentication>`
47+
- :doc:`Glossary </glossary>`
48+
- :doc:`Troubleshooting </troubleshooting>`
49+
- :doc:`How to Contribute </contribute>`
50+
- :doc:`Issues & Help </issues-and-help>`
51+
- :doc:`Compatibility </compatibility>`

source/introduction.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
============
2+
Introduction
3+
============
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
Kafka and Kafka Connect </introduction/kafka-connect>
9+
Key Concepts </introduction/key-concepts>
10+
Data Formats </introduction/data-formats>
11+
12+
asdf

source/introduction/data-formats.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
============
2+
Data Formats
3+
============
4+
5+
6+
asdf

source/introduction/kafka-connect.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=======================
2+
Kafka and Kafka Connect
3+
=======================
4+
5+
asdf

source/introduction/key-concepts.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
============
2+
Key Concepts
3+
============
4+
5+
asdf

source/kafka-sink.txt

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)