Skip to content

Commit 853b542

Browse files
committed
DOCSP-44903 Shorten TOC Labels
1 parent 6b6f7b3 commit 853b542

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

source/connect.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Connect to MongoDB
2222
:titlesonly:
2323
:maxdepth: 1
2424

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
3030

3131
Overview
3232
--------

source/get-started.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Get Started with the PHP Library
2020

2121
.. toctree::
2222

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/
2828

2929
Overview
3030
--------

source/index.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ MongoDB PHP Library
1111
:titlesonly:
1212

1313
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
2222
/monitoring
2323
/security
2424
/data-formats

0 commit comments

Comments
 (0)