Skip to content

Commit 3c4612e

Browse files
DOCSP-44953 TOC Relabel (#214) (#215)
* DOCSP-44953 TOC Relabel * edit * Mike's Suggestions * keep configure tls (cherry picked from commit 987747d) Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com>
1 parent 78bfcf7 commit 3c4612e

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

source/batch-mode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Batch Mode
1010

1111
.. toctree::
1212

13-
/batch-mode/batch-read
14-
/batch-mode/batch-write
13+
Read </batch-mode/batch-read>
14+
Write </batch-mode/batch-write>
1515

1616
Overview
1717
--------

source/batch-mode/batch-read.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Read from MongoDB in Batch Mode
77
.. toctree::
88
:caption: Batch Read Configuration Options
99

10-
/batch-mode/batch-read-config
10+
Configuration </batch-mode/batch-read-config>
1111

1212
.. contents:: On this page
1313
:local:

source/batch-mode/batch-write.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Write to MongoDB in Batch Mode
77
.. toctree::
88
:caption: Batch Write Configuration Options
99

10-
/batch-mode/batch-write-config
10+
Configuration </batch-mode/batch-write-config>
1111

1212
Overview
1313
--------

source/index.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
MongoDB Connector for Spark
33
===========================
44

5+
.. toctree::
6+
:titlesonly:
7+
8+
Get Started <getting-started>
9+
Configure Spark <configuration>
10+
Configure TLS/SSL <tls>
11+
Batch Mode </batch-mode>
12+
Streaming Mode </streaming-mode>
13+
FAQ <faq>
14+
Release Notes <release-notes>
15+
API Documentation <api-docs>
16+
517
The `MongoDB Connector for Spark
618
<https://www.mongodb.com/products/spark-connector>`_ provides
719
integration between MongoDB and Apache Spark.
@@ -41,15 +53,3 @@ versions of Apache Spark and MongoDB:
4153
* - **{+current-version+}**
4254
- **3.1 through 3.2.4**
4355
- **4.0 or later**
44-
45-
.. toctree::
46-
:titlesonly:
47-
48-
Getting Started <getting-started>
49-
configuration
50-
tls
51-
/batch-mode
52-
/streaming-mode
53-
faq
54-
release-notes
55-
api-docs

source/streaming-mode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Streaming Mode
1212

1313
.. toctree::
1414

15-
/streaming-mode/streaming-read
16-
/streaming-mode/streaming-write
15+
Read </streaming-mode/streaming-read>
16+
Write </streaming-mode/streaming-write>
1717

1818
Overview
1919
--------

source/streaming-mode/streaming-read.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Read from MongoDB in Streaming Mode
77
.. toctree::
88
:caption: Streaming Read Configuration Options
99

10-
/streaming-mode/streaming-read-config
10+
Configuration </streaming-mode/streaming-read-config>
1111

1212
.. contents:: On this page
1313
:local:

source/streaming-mode/streaming-write.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Write to MongoDB in Streaming Mode
77
.. toctree::
88
:caption: Streaming Write Configuration Options
99

10-
/streaming-mode/streaming-write-config
10+
Configuration </streaming-mode/streaming-write-config>
1111

1212
.. tabs-drivers::
1313

0 commit comments

Comments
 (0)