Skip to content

Commit 9840e62

Browse files
committed
review comments and consistency
1 parent 0f44fe2 commit 9840e62

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/get-started.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get Started with the PHP Library
2020

2121
.. toctree::
2222

23-
Download and Install </get-started/download-and-install/>
23+
Download & Install </get-started/download-and-install/>
2424
Create a Deployment </get-started/create-a-deployment/>
2525
Create a Connection String </get-started/create-a-connection-string/>
2626
Connect to MongoDB </get-started/connect-to-mongodb/>

source/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ MongoDB PHP Library
1212

1313
Get Started </get-started>
1414
Connect to MongoDB </connect>
15-
Databases and Collections </databases-collections>
15+
Databases & Collections </databases-collections>
1616
Read Data </read>
1717
Write Data </write>
1818
CRUD Operations & Replica Sets </read-write-pref>
1919
Run a Database Command </run-command>
2020
Data Aggregation </aggregation>
2121
Indexes </indexes>
2222
Monitor Your Application </monitoring>
23-
Secure Your Data </security>
23+
Security </security>
2424
Specialized Data Formats </data-formats>
2525
Compatibility </compatibility>
2626
What's New </whats-new>
27-
Upgrade Library Versions </upgrade>
27+
Upgrade </upgrade>
2828
FAQ </faq>
2929
API Documentation </reference>
3030

source/indexes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Optimize Queries by Using Indexes
2323
:maxdepth: 1
2424

2525
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>
2929
Atlas Search </indexes/atlas-search-index>
3030

3131
Overview

0 commit comments

Comments
 (0)