Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/batch-mode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Batch Mode

.. toctree::

/batch-mode/batch-read
/batch-mode/batch-write
Read </batch-mode/batch-read>
Write </batch-mode/batch-write>

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion source/batch-mode/batch-read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Read from MongoDB in Batch Mode
.. toctree::
:caption: Batch Read Configuration Options

/batch-mode/batch-read-config
Configuration </batch-mode/batch-read-config>

.. contents:: On this page
:local:
Expand Down
2 changes: 1 addition & 1 deletion source/batch-mode/batch-write.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Write to MongoDB in Batch Mode
.. toctree::
:caption: Batch Write Configuration Options

/batch-mode/batch-write-config
Configuration </batch-mode/batch-write-config>

Overview
--------
Expand Down
24 changes: 12 additions & 12 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
MongoDB Connector for Spark
===========================

.. toctree::
:titlesonly:

Get Started <getting-started>
Configure Spark <configuration>
Configure TLS/SSL <tls>
Batch Mode </batch-mode>
Streaming Mode </streaming-mode>
FAQ <faq>
Release Notes <release-notes>
API Documentation <api-docs>

The `MongoDB Connector for Spark
<https://www.mongodb.com/products/spark-connector>`_ provides
integration between MongoDB and Apache Spark.
Expand Down Expand Up @@ -41,15 +53,3 @@ versions of Apache Spark and MongoDB:
* - **{+current-version+}**
- **3.1 through 3.2.4**
- **4.0 or later**

.. toctree::
:titlesonly:

Getting Started <getting-started>
configuration
tls
/batch-mode
/streaming-mode
faq
release-notes
api-docs
4 changes: 2 additions & 2 deletions source/streaming-mode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Streaming Mode

.. toctree::

/streaming-mode/streaming-read
/streaming-mode/streaming-write
Read </streaming-mode/streaming-read>
Write </streaming-mode/streaming-write>

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion source/streaming-mode/streaming-read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Read from MongoDB in Streaming Mode
.. toctree::
:caption: Streaming Read Configuration Options

/streaming-mode/streaming-read-config
Configuration </streaming-mode/streaming-read-config>

.. contents:: On this page
:local:
Expand Down
2 changes: 1 addition & 1 deletion source/streaming-mode/streaming-write.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Write to MongoDB in Streaming Mode
.. toctree::
:caption: Streaming Write Configuration Options

/streaming-mode/streaming-write-config
Configuration </streaming-mode/streaming-write-config>

.. tabs-drivers::

Expand Down