File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Get Started with the PHP Library
20
20
21
21
.. toctree::
22
22
23
- Download and Install </get-started/download-and-install/>
23
+ Download & Install </get-started/download-and-install/>
24
24
Create a Deployment </get-started/create-a-deployment/>
25
25
Create a Connection String </get-started/create-a-connection-string/>
26
26
Connect to MongoDB </get-started/connect-to-mongodb/>
Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ MongoDB PHP Library
12
12
13
13
Get Started </get-started>
14
14
Connect to MongoDB </connect>
15
- Databases and Collections </databases-collections>
15
+ Databases & Collections </databases-collections>
16
16
Read Data </read>
17
17
Write Data </write>
18
18
CRUD Operations & Replica Sets </read-write-pref>
19
19
Run a Database Command </run-command>
20
20
Data Aggregation </aggregation>
21
21
Indexes </indexes>
22
22
Monitor Your Application </monitoring>
23
- Secure Your Data </security>
23
+ Security </security>
24
24
Specialized Data Formats </data-formats>
25
25
Compatibility </compatibility>
26
26
What's New </whats-new>
27
- Upgrade Library Versions </upgrade>
27
+ Upgrade </upgrade>
28
28
FAQ </faq>
29
29
API Documentation </reference>
30
30
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ Optimize Queries by Using Indexes
23
23
:maxdepth: 1
24
24
25
25
Index Management </indexes/index-mgmt>
26
- Single Field </indexes/single-field-index>
27
- Compound </indexes/compound-index>
28
- Multikey </indexes/multikey-index>
26
+ Single Field Indexes </indexes/single-field-index>
27
+ Compound Indexes </indexes/compound-index>
28
+ Multikey Indexes </indexes/multikey-index>
29
29
Atlas Search </indexes/atlas-search-index>
30
30
31
31
Overview
You can’t perform that action at this time.
0 commit comments