File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Batch Mode
10
10
11
11
.. toctree::
12
12
13
- /batch-mode/batch-read
14
- /batch-mode/batch-write
13
+ Read < /batch-mode/batch-read>
14
+ Write < /batch-mode/batch-write>
15
15
16
16
Overview
17
17
--------
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Read from MongoDB in Batch Mode
7
7
.. toctree::
8
8
:caption: Batch Read Configuration Options
9
9
10
- /batch-mode/batch-read-config
10
+ Configuration < /batch-mode/batch-read-config>
11
11
12
12
.. contents:: On this page
13
13
:local:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Write to MongoDB in Batch Mode
7
7
.. toctree::
8
8
:caption: Batch Write Configuration Options
9
9
10
- /batch-mode/batch-write-config
10
+ Configuration < /batch-mode/batch-write-config>
11
11
12
12
Overview
13
13
--------
Original file line number Diff line number Diff line change 2
2
MongoDB Connector for Spark
3
3
===========================
4
4
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
+
5
17
The `MongoDB Connector for Spark
6
18
<https://www.mongodb.com/products/spark-connector>`_ provides
7
19
integration between MongoDB and Apache Spark.
@@ -41,15 +53,3 @@ versions of Apache Spark and MongoDB:
41
53
* - **{+current-version+}**
42
54
- **3.1 through 3.5**
43
55
- **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
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Streaming Mode
12
12
13
13
.. toctree::
14
14
15
- /streaming-mode/streaming-read
16
- /streaming-mode/streaming-write
15
+ Read < /streaming-mode/streaming-read>
16
+ Write < /streaming-mode/streaming-write>
17
17
18
18
Overview
19
19
--------
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Read from MongoDB in Streaming Mode
7
7
.. toctree::
8
8
:caption: Streaming Read Configuration Options
9
9
10
- /streaming-mode/streaming-read-config
10
+ Configuration < /streaming-mode/streaming-read-config>
11
11
12
12
.. contents:: On this page
13
13
:local:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Write to MongoDB in Streaming Mode
7
7
.. toctree::
8
8
:caption: Streaming Write Configuration Options
9
9
10
- /streaming-mode/streaming-write-config
10
+ Configuration < /streaming-mode/streaming-write-config>
11
11
12
12
.. tabs-drivers::
13
13
You can’t perform that action at this time.
0 commit comments