From 9b14024dd8267562063964b535c8668343389d02 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Mon, 11 Nov 2024 19:44:07 -0500 Subject: [PATCH 1/4] DOCSP-44953 TOC Relabel --- source/batch-mode.txt | 4 ++-- source/batch-mode/batch-read.txt | 2 +- source/batch-mode/batch-write.txt | 2 +- source/index.txt | 24 +++++++++++------------ source/streaming-mode.txt | 4 ++-- source/streaming-mode/streaming-read.txt | 2 +- source/streaming-mode/streaming-write.txt | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/source/batch-mode.txt b/source/batch-mode.txt index 5f5119a2..ef69a40a 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 in Batch Mode + Write in Batch Mode Overview -------- diff --git a/source/batch-mode/batch-read.txt b/source/batch-mode/batch-read.txt index 74c2fc25..1c229c0b 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 Options .. contents:: On this page :local: diff --git a/source/batch-mode/batch-write.txt b/source/batch-mode/batch-write.txt index c1fc1e03..27ba5872 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 Options Overview -------- diff --git a/source/index.txt b/source/index.txt index 1bad808c..ed5d9a9e 100644 --- a/source/index.txt +++ b/source/index.txt @@ -2,6 +2,18 @@ MongoDB Connector for Spark =========================== +.. toctree:: + :titlesonly: + + Get Started + Configuring 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.5** - **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 456695f6..f403cf77 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 in Streaming Mode + Write in Streaming Mode Overview -------- diff --git a/source/streaming-mode/streaming-read.txt b/source/streaming-mode/streaming-read.txt index ac8fb7ba..39457b56 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 Options .. contents:: On this page :local: diff --git a/source/streaming-mode/streaming-write.txt b/source/streaming-mode/streaming-write.txt index 815c1f27..fe3c5dfb 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 Options .. tabs-drivers:: From 8a2ef2a9e25d1f54076ec323d816c93e5551be4b Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Mon, 11 Nov 2024 19:50:04 -0500 Subject: [PATCH 2/4] edit --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index ed5d9a9e..9fed2ac5 100644 --- a/source/index.txt +++ b/source/index.txt @@ -6,7 +6,7 @@ MongoDB Connector for Spark :titlesonly: Get Started - Configuring Spark + Configure Spark Configure TLS/SSL Batch Mode Streaming Mode From 8ebb7ab6689476775288475012c39302eed7ac36 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Mon, 25 Nov 2024 17:10:05 -0500 Subject: [PATCH 3/4] Mike's Suggestions --- source/batch-mode.txt | 4 ++-- source/batch-mode/batch-read.txt | 2 +- source/batch-mode/batch-write.txt | 2 +- source/index.txt | 2 +- source/streaming-mode.txt | 4 ++-- source/streaming-mode/streaming-read.txt | 2 +- source/streaming-mode/streaming-write.txt | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/batch-mode.txt b/source/batch-mode.txt index ef69a40a..a48a84d0 100644 --- a/source/batch-mode.txt +++ b/source/batch-mode.txt @@ -10,8 +10,8 @@ Batch Mode .. toctree:: - Read in Batch Mode - Write in Batch Mode + Read + Write Overview -------- diff --git a/source/batch-mode/batch-read.txt b/source/batch-mode/batch-read.txt index 1c229c0b..0d777de8 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 - Configuration Options + Configuration .. contents:: On this page :local: diff --git a/source/batch-mode/batch-write.txt b/source/batch-mode/batch-write.txt index 27ba5872..f9b93696 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 - Configuration Options + Configuration Overview -------- diff --git a/source/index.txt b/source/index.txt index 9fed2ac5..04537611 100644 --- a/source/index.txt +++ b/source/index.txt @@ -7,7 +7,7 @@ MongoDB Connector for Spark Get Started Configure Spark - Configure TLS/SSL + TLS/SSL Batch Mode Streaming Mode FAQ diff --git a/source/streaming-mode.txt b/source/streaming-mode.txt index f403cf77..9128ef92 100644 --- a/source/streaming-mode.txt +++ b/source/streaming-mode.txt @@ -12,8 +12,8 @@ Streaming Mode .. toctree:: - Read in Streaming Mode - Write in Streaming Mode + Read + Write Overview -------- diff --git a/source/streaming-mode/streaming-read.txt b/source/streaming-mode/streaming-read.txt index 39457b56..4c50febe 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 - Configuration Options + Configuration .. contents:: On this page :local: diff --git a/source/streaming-mode/streaming-write.txt b/source/streaming-mode/streaming-write.txt index fe3c5dfb..854ca917 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 - Configuration Options + Configuration .. tabs-drivers:: From 5c7ab504149421da8eafdb09fdf00747ddf9434a Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Mon, 25 Nov 2024 17:29:09 -0500 Subject: [PATCH 4/4] keep configure tls --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 04537611..9fed2ac5 100644 --- a/source/index.txt +++ b/source/index.txt @@ -7,7 +7,7 @@ MongoDB Connector for Spark Get Started Configure Spark - TLS/SSL + Configure TLS/SSL Batch Mode Streaming Mode FAQ