From ca67605774b45735da81aaf1e073034481772d50 Mon Sep 17 00:00:00 2001 From: lindseymoore <71525840+lindseymoore@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:41:19 -0500 Subject: [PATCH] DOCSP-44953 TOC Relabel (#214) * DOCSP-44953 TOC Relabel * edit * Mike's Suggestions * keep configure tls (cherry picked from commit 987747d46a822c0696f1a9db0d0fd958ceeea386) --- 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..a48a84d0 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 74c2fc25..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 - /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 c1fc1e03..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 - /batch-mode/batch-write-config + Configuration Overview -------- diff --git a/source/index.txt b/source/index.txt index 1bad808c..9fed2ac5 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.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..9128ef92 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 ac8fb7ba..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 - /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 815c1f27..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 - /streaming-mode/streaming-write-config + Configuration .. tabs-drivers::