File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ Connect to MongoDB
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
25
- /connect/client
26
- /connect/connection-options
27
- /connect/connection-targets
28
- /connect/tls
29
- /connect/stable-api
25
+ Create a Client /connect/client
26
+ Specify Connection Options /connect/connection-options
27
+ Choose a Connection Target /connect/connection-targets
28
+ Configure TLS /connect/tls
29
+ Stable API /connect/stable-api
30
30
31
31
Overview
32
32
--------
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Get Started with the PHP Library
20
20
21
21
.. toctree::
22
22
23
- /get-started/download-and-install/
24
- /get-started/create-a-deployment/
25
- /get-started/create-a-connection-string/
26
- /get-started/connect-to-mongodb/
27
- /get-started/next-steps/
23
+ Download and Install /get-started/download-and-install/
24
+ Create a Deployment /get-started/create-a-deployment/
25
+ Create a Connection String /get-started/create-a-connection-string/
26
+ Connect to MongoDB /get-started/connect-to-mongodb/
27
+ Next Steps /get-started/next-steps/
28
28
29
29
Overview
30
30
--------
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ MongoDB PHP Library
11
11
:titlesonly:
12
12
13
13
Get Started </get-started>
14
- /connect
15
- /databases-collections
16
- /read
17
- /write
18
- /read-write-pref
19
- /run-command
20
- /aggregation
21
- /indexes
14
+ Connect to MongoDB /connect
15
+ Databases and Collections /databases-collections
16
+ Read Data /read
17
+ Write Data /write
18
+ Specify CRUD OPerations on Replica Sets /read-write-pref
19
+ Run a Database Command /run-command
20
+ Transform Your Data with Aggregation /aggregation
21
+ Optimize Queries /indexes
22
22
/monitoring
23
23
/security
24
24
/data-formats
You can’t perform that action at this time.
0 commit comments