Skip to content

Commit 509ac62

Browse files
committed
DOCSP-47061: Restructure authentication pages
1 parent 52989b6 commit 509ac62

File tree

13 files changed

+1158
-1030
lines changed

13 files changed

+1158
-1030
lines changed

source/connection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Learn how to set up a connection and specify connection behavior from your
2828
application to a MongoDB deployment using the driver in the following
2929
sections:
3030

31-
- :ref:`Connect to MongoDB <connect-to-mongodb>`
31+
- :ref:`Connect to MongoDB <java-connect-to-mongodb>`
3232
- :ref:`View a List of Connection Options <connection-options>`
3333
- :ref:`Specify Connection Behavior with the MongoClient Class <specify-mongoclient-settings>`
3434
- :ref:`Enable Network Compression <network-compression>`

source/connection/connect.txt

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

33
==================
44
Connect to MongoDB
@@ -34,8 +34,8 @@ Use the ``MongoClients.create()`` method to construct a ``MongoClient``.
3434
As each ``MongoClient`` represents a thread-safe pool of connections to the
3535
database, most applications only require a single instance of a
3636
``MongoClient``, even across multiple threads.
37-
All resource usage limits, such as max connections, apply to individual
38-
``MongoClient`` instances.
37+
All resource usage limits, such as max connections, apply to individual
38+
``MongoClient`` instances.
3939

4040
To learn about the different settings you can use to control the
4141
behavior of your ``MongoClient``, see the guide on

source/crud/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Connect to a MongoDB Deployment
114114
.. tip::
115115

116116
To learn more about connecting to MongoDB, see the :ref:`Connection
117-
Guide <connect-to-mongodb>`.
117+
Guide <java-connect-to-mongodb>`.
118118

119119
Insert Sample Data
120120
++++++++++++++++++

source/includes/connect-guide-note.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This example connects to an instance of MongoDB using a connection URI.
44
To learn more about connecting to your MongoDB instance, see the
5-
:ref:`connection guide <connect-to-mongodb>`.
5+
:ref:`connection guide <java-connect-to-mongodb>`.

source/security.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Security
1010
:maxdepth: 1
1111

1212
Authentication </security/auth>
13-
Enterprise Authentication </security/enterprise-auth>
1413
In-Use Encryption </security/encrypt-fields>
1514
TLS/SSL </security/tls>
1615
SOCKS5 Proxy </security/socks>

0 commit comments

Comments
 (0)