Skip to content

Commit 9fb862e

Browse files
committed
connection TOC rework
1 parent d9b266f commit 9fb862e

File tree

8 files changed

+29
-14
lines changed

8 files changed

+29
-14
lines changed

source/connection.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ Connection Guide
66

77
.. toctree::
88

9-
Connect to MongoDB </connection/connect>
10-
Connection Options </connection/connection-options>
11-
MongoClient Settings </connection/mongoclientsettings>
12-
Stable API </connection/stable-api>
13-
Network Compression </connection/network-compression>
14-
JNDI Datasource </connection/jndi>
9+
Create a MongoClient </connection/connect>
10+
Specify Connection Options </connection/specify-connection-options>
1511
Connection Troubleshooting </connection/connection-troubleshooting>
16-
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
1712

1813
.. contents:: On this page
1914
:local:

source/connection/connect.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _java-connect-to-mongodb:
22

3-
==================
4-
Connect to MongoDB
5-
==================
3+
====================
4+
Create a MongoClient
5+
====================
66

77
.. facet::
88
:name: genre
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
==========================
2+
Specify Connection Options
3+
==========================
4+
5+
.. toctree::
6+
7+
Connection URI Options </connection/specify-connection-options/connection-options.txt>
8+
MongoClient Settings </connection/specify-connection-options/mongoclientsettings>
9+
Stable API </connection/specify-connection-options/stable-api>
10+
Network Compression </connection/specify-connection-options/network-compression>
11+
JNDI Datasource </connection/specify-connection-options/jndi>
12+
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
13+
Enable TLS/SSL </security/tls>
14+
15+
.. facet::
16+
:name: genre
17+
:values: reference
18+
19+
.. meta::
20+
:keywords: connection string, URI, Atlas, code example

source/connection/connection-options.txt renamed to source/connection/specify-connection-options/connection-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. _java-connection-options:
22
.. _connection-options:
33

4-
==================
5-
Connection Options
6-
==================
4+
======================
5+
Connection URI Options
6+
======================
77

88
This section explains MongoDB connection and authentication options
9-
supported by the driver. You can pass the connection options as
9+
supported by the {+driver-short+}. You can pass the connection options as
1010
parameters of the connection URI to specify the behavior of the client.
1111

1212
.. list-table::

0 commit comments

Comments
 (0)