Skip to content

Commit cfc6d97

Browse files
committed
small changes
1 parent 5c0a4d3 commit cfc6d97

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/
5555
[*-master]: ${prefix}/${version}/pymongo-to-async-guide/ -> ${base}/${version}/reference/migration/
5656
[*-master]: ${prefix}/${version}/previous-versions/ -> ${base}/${version}/reference/previous-versions/
5757
[*-master]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes/
58-
[*-master]: ${prefix}/${version}/tools/ -> ${base}/${version}/reference/third-party-tools/
58+
[*-master]: ${prefix}/${version}/tools/ -> ${base}/${version}/integrations/
5959
[*-master]: ${prefix}/${version}/upgrade/ -> ${base}/${version}/reference/upgrade/
6060
[*-master]: ${prefix}/${version}/write-operations/ -> ${base}/${version}/crud/[v4.7-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/
6161
[*-master]: ${prefix}/${version}/work-with-indexes/ -> ${base}/${version}/indexes/

source/connect/connection-options.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ sections:
8282
- :ref:`Connection Pools <pymongo-connection-pools>`
8383
- :ref:`Configure CRUD Operations <pymongo-configure-crud>`
8484

85+
.. tip:: Authentication and Encryption
86+
87+
To learn how to enable TLS encryption and authentication in {+driver-short+},
88+
see :ref:`pymongo-tls` and :ref:`pymongo-auth` in the Security section.
89+
8590
API Documentation
8691
-----------------
8792

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ MongoDB {+driver-short+} Documentation
2424
Atlas Vector Search <https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/>
2525
Monitoring and Logging </monitoring-and-logging>
2626
Security </security>
27+
Third-Party Integrations </integrations>
2728
Reference </reference>
2829
API Documentation <{+api-root+}>
2930
Issues & Help </issues-and-help>

source/reference/third-party-tools.txt renamed to source/integrations.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.. _pymongo-tools:
2+
.. _pymongo-integrations:
23

3-
=================
4-
Third-Party Tools
5-
=================
4+
==================================
5+
Third-Party Integrations and Tools
6+
==================================
67

78
.. contents:: On this page
89
:local:

0 commit comments

Comments
 (0)