diff --git a/source/batch-mode.txt b/source/batch-mode.txt index 5f5119a..a48a84d 100644 --- a/source/batch-mode.txt +++ b/source/batch-mode.txt @@ -10,8 +10,8 @@ Batch Mode .. toctree:: - /batch-mode/batch-read - /batch-mode/batch-write + Read + Write Overview -------- diff --git a/source/batch-mode/batch-read.txt b/source/batch-mode/batch-read.txt index bc59ba9..ab63606 100644 --- a/source/batch-mode/batch-read.txt +++ b/source/batch-mode/batch-read.txt @@ -7,7 +7,7 @@ Read from MongoDB in Batch Mode .. toctree:: :caption: Batch Read Configuration Options - /batch-mode/batch-read-config + Configuration .. contents:: On this page :local: diff --git a/source/batch-mode/batch-write.txt b/source/batch-mode/batch-write.txt index 1ab4857..7aa7102 100644 --- a/source/batch-mode/batch-write.txt +++ b/source/batch-mode/batch-write.txt @@ -7,7 +7,7 @@ Write to MongoDB in Batch Mode .. toctree:: :caption: Batch Write Configuration Options - /batch-mode/batch-write-config + Configuration Overview -------- diff --git a/source/index.txt b/source/index.txt index 6441e4e..cd09f1a 100644 --- a/source/index.txt +++ b/source/index.txt @@ -2,6 +2,18 @@ MongoDB Connector for Spark =========================== +.. toctree:: + :titlesonly: + + Get Started + Configure Spark + Configure TLS/SSL + Batch Mode + Streaming Mode + FAQ + Release Notes + API Documentation + The `MongoDB Connector for Spark `_ provides integration between MongoDB and Apache Spark. @@ -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 - configuration - tls - /batch-mode - /streaming-mode - faq - release-notes - api-docs diff --git a/source/streaming-mode.txt b/source/streaming-mode.txt index 456695f..9128ef9 100644 --- a/source/streaming-mode.txt +++ b/source/streaming-mode.txt @@ -12,8 +12,8 @@ Streaming Mode .. toctree:: - /streaming-mode/streaming-read - /streaming-mode/streaming-write + Read + Write Overview -------- diff --git a/source/streaming-mode/streaming-read.txt b/source/streaming-mode/streaming-read.txt index 3c95665..228cfbc 100644 --- a/source/streaming-mode/streaming-read.txt +++ b/source/streaming-mode/streaming-read.txt @@ -7,7 +7,7 @@ Read from MongoDB in Streaming Mode .. toctree:: :caption: Streaming Read Configuration Options - /streaming-mode/streaming-read-config + Configuration .. contents:: On this page :local: diff --git a/source/streaming-mode/streaming-write.txt b/source/streaming-mode/streaming-write.txt index 7d7354d..23bacab 100644 --- a/source/streaming-mode/streaming-write.txt +++ b/source/streaming-mode/streaming-write.txt @@ -7,7 +7,7 @@ Write to MongoDB in Streaming Mode .. toctree:: :caption: Streaming Write Configuration Options - /streaming-mode/streaming-write-config + Configuration .. tabs-drivers::