Skip to content

Commit 60b227d

Browse files
DOCSP-44894 Shorten TOC Labels (#72) (#74)
* DOCSP-44894 Shorten TOC Labels * brackets * brackets (cherry picked from commit 9a31df2) Co-authored-by: lindseymoore <[email protected]>
1 parent 7989a34 commit 60b227d

File tree

10 files changed

+47
-47
lines changed

10 files changed

+47
-47
lines changed

source/connect.txt

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

25-
/connect/mongoclient
26-
/connect/stable-api
27-
/connect/connection-targets
28-
/connect/tls
25+
Create a MongoClient </connect/mongoclient>
26+
Stable API </connect/stable-api>
27+
Choose a Connection Target </connect/connection-targets>
28+
Configure TLS </connect/tls>
2929
.. /connect/server-selection
3030

3131
Overview

source/databases-collections.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Databases and Collections
2121
:titlesonly:
2222
:maxdepth: 1
2323

24-
/databases-collections/time-series
25-
/databases-collections/run-command
24+
Time Series </databases-collections/time-series>
25+
Run a Database Command </databases-collections/run-command>
2626

2727
Overview
2828
--------

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 C Driver
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 & 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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
:maxdepth: 1
88

99
Get Started </get-started>
10-
/connect
11-
/databases-collections
12-
/write
13-
/read
14-
/indexes
15-
/monitoring
16-
/security
17-
/aggregation
18-
/install-from-source
19-
/read-write-configuration
20-
/whats-new
21-
/compatibility
22-
/upgrade
10+
Connect to MongoDB </connect>
11+
Databases & Collections </databases-collections>
12+
Write Data </write>
13+
Read Data </read>
14+
Indexes </indexes>
15+
Monitor Your Application </monitoring>
16+
Security </security>
17+
Data Aggregation </aggregation>
18+
Build the Driver </install-from-source>
19+
Operations on Replica Sets </read-write-configuration>
20+
What's New </whats-new>
21+
Compatibility </compatibility>
22+
Upgrade </upgrade>
2323
libbson API Documentation <{+api-libbson+}>
2424
libmongoc API Documentation <{+api-libmongoc+}>
2525

source/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Optimize Queries by Using Indexes
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
/work-with-indexes
25+
Work with Indexes </work-with-indexes>
2626

2727
Overview
2828
--------

source/monitoring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Monitor Your Application
88
:titlesonly:
99
:maxdepth: 1
1010

11-
/monitoring/cluster-monitoring
11+
Cluster Monitoring </monitoring/cluster-monitoring>

source/read.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Read Data from MongoDB
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
/read/specify-a-query
26-
/read/retrieve
27-
/read/project
28-
/read/specify-documents-to-return
29-
/read/count
30-
/read/distinct
31-
/read/cursors
32-
/read/change-streams
25+
Specify a Query </read/specify-a-query>
26+
Retrieve Data </read/retrieve>
27+
Specify Fields to Return </read/project>
28+
Specify Documents to Return </read/specify-documents-to-return>
29+
Count Documents </read/count>
30+
Distinct Field Values </read/distinct>
31+
Access Data from a Cursor </read/cursors>
32+
Monitor Changes </read/change-streams>
3333

3434
Overview
3535
--------

source/security.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Secure Your Data
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
/security/authentication
26-
/security/enterprise-authentication
25+
Authentication </security/authentication>
26+
Enterprise Authentication </security/enterprise-authentication>
2727

2828
Overview
2929
--------

source/work-with-indexes.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Work with Indexes
1919

2020
.. toctree::
2121

22-
/indexes/single-field-index.txt
23-
/indexes/compound-index.txt
24-
/indexes/multikey-index.txt
25-
/indexes/atlas-search-index.txt
22+
Single Field Indexes </indexes/single-field-index>
23+
Compound Indexes </indexes/compound-index>
24+
Multikey Indexes </indexes/multikey-index>
25+
Atlas Search </indexes/atlas-search-index>
2626

2727
Overview
2828
--------

source/write.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Write Data to MongoDB
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
/write/insert
26-
/write/replace
27-
/write/update
28-
/write/delete
29-
/write/bulk-write
30-
/write/transactions
31-
/write/gridfs
25+
Insert </write/insert>
26+
Replace </write/replace>
27+
Update </write/update>
28+
Delete </write/delete>
29+
Bulk Write Operations </write/bulk-write>
30+
Transactions </write/transaction>
31+
Store Large Files </write/gridfs>
3232

3333
Overview
3434
--------

0 commit comments

Comments
 (0)