File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ toc_landing_pages = [
21
21
" /reference/class/MongoDBModelDatabaseInfo" ,
22
22
" /reference/class/MongoDBModelIndexInfo" ,
23
23
" /connect" ,
24
+ " /connect/connection-options/" ,
24
25
" /aggregation" ,
25
26
" /data-formats" ,
26
27
" /data-formats/custom-types" ,
Original file line number Diff line number Diff line change @@ -79,6 +79,12 @@ Data Formats
79
79
Learn how to work with specialized data formats and custom types in the
80
80
:ref:`php-data-formats` section.
81
81
82
+ Optimize Queries with Indexes
83
+ -----------------------------
84
+
85
+ Learn how to work with common types of indexes in the :ref:`php-indexes`
86
+ section.
87
+
82
88
Run a Database Command
83
89
----------------------
84
90
@@ -94,12 +100,6 @@ Atlas Vector Search
94
100
95
101
Learn how to run Atlas Vector Search queries in the :ref:`<php-vector-search>` section.
96
102
97
- Optimize Queries with Indexes
98
- -----------------------------
99
-
100
- Learn how to work with common types of indexes in the :ref:`php-indexes`
101
- section.
102
-
103
103
Monitoring and Logging
104
104
----------------------
105
105
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ Reference
12
12
Compatibility </references/compatibility>
13
13
Upgrade Guides </references/upgrade>
14
14
15
+ To learn about the differences between versions of
16
+ the {+library-short+}, view the following guides:
17
+
15
18
- :ref:`php-release-notes`
16
19
- :ref:`php-compatibility`
17
20
- :ref:`php-upgrade`
You can’t perform that action at this time.
0 commit comments