File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/
55
55
[*-master]: ${prefix}/${version}/pymongo-to-async-guide/ -> ${base}/${version}/reference/migration/
56
56
[*-master]: ${prefix}/${version}/previous-versions/ -> ${base}/${version}/reference/previous-versions/
57
57
[*-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 /
59
59
[*-master]: ${prefix}/${version}/upgrade/ -> ${base}/${version}/reference/upgrade/
60
60
[*-master]: ${prefix}/${version}/write-operations/ -> ${base}/${version}/crud/[v4.7-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/
61
61
[*-master]: ${prefix}/${version}/work-with-indexes/ -> ${base}/${version}/indexes/
Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ sections:
82
82
- :ref:`Connection Pools <pymongo-connection-pools>`
83
83
- :ref:`Configure CRUD Operations <pymongo-configure-crud>`
84
84
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
+
85
90
API Documentation
86
91
-----------------
87
92
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ MongoDB {+driver-short+} Documentation
24
24
Atlas Vector Search <https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/>
25
25
Monitoring and Logging </monitoring-and-logging>
26
26
Security </security>
27
+ Third-Party Integrations </integrations>
27
28
Reference </reference>
28
29
API Documentation <{+api-root+}>
29
30
Issues & Help </issues-and-help>
Original file line number Diff line number Diff line change 1
1
.. _pymongo-tools:
2
+ .. _pymongo-integrations:
2
3
3
- =================
4
- Third-Party Tools
5
- =================
4
+ ==================================
5
+ Third-Party Integrations and Tools
6
+ ==================================
6
7
7
8
.. contents:: On this page
8
9
:local:
You can’t perform that action at this time.
0 commit comments