Skip to content

Commit e611307

Browse files
[Backport v5.2] DOCSP-44900 TOC Relabel (mongodb#90)
Co-authored-by: lindseymoore <[email protected]>
1 parent f6e6e1e commit e611307

File tree

7 files changed

+53
-53
lines changed

7 files changed

+53
-53
lines changed

source/connect.txt

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

25-
/connect-to-mongo/create-a-mongo-client/
26-
/connect-to-mongo/choose-connection-target/
27-
/connect-to-mongo/connection-options/
28-
/connect-to-mongo/tls/
29-
/connect-to-mongo/network-compression
30-
/connect-to-mongo/stable-api/
25+
Create a MongoClient </connect-to-mongo/create-a-mongo-client/>
26+
Choose a Connection Target </connect-to-mongo/choose-connection-target/>
27+
Connection URI Options </connect-to-mongo/connection-options/>
28+
TLS/SSL </connect-to-mongo/tls/>
29+
Compress Network Traffic </connect-to-mongo/network-compression>
30+
Stable API </connect-to-mongo/stable-api/>
3131

3232
Overview
3333
--------

source/data-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Specialized Data Formats
2121
:titlesonly:
2222
:maxdepth: 1
2323

24-
/data-formats/time-series
24+
Time Series </data-formats/time-series>
2525

2626
Overview
2727
--------

source/getting-started.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Get Started
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 </get-started/connect-to-mongodb/>
27+
Next Steps </get-started/next-steps/>
2828

2929
Overview
3030
--------

source/index.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ MongoDB Java Reactive Streams Documentation
2222
:maxdepth: 1
2323

2424
Get Started </getting-started>
25-
/connect
26-
/db-coll
27-
/write-data-to-mongo
28-
/read-data-from-mongo
29-
/indexes
30-
/aggregation
31-
/secure-your-data
32-
/read-write-configuration
33-
/data-formats
34-
/logging
35-
/monitoring
36-
/validate-signatures
37-
/pojo-examples
38-
/custom-implementations
39-
/whats-new
40-
/issues-and-help
41-
/compatibility
42-
/upgrade
25+
Connect </connect>
26+
Databases & Collections </db-coll>
27+
Write Data </write-data-to-mongo>
28+
Read Data </read-data-from-mongo>
29+
Indexes </indexes>
30+
Aggregation </aggregation>
31+
Security </secure-your-data>
32+
Replica Set Operations </read-write-configuration>
33+
Data Formats </data-formats>
34+
Logging </logging>
35+
Monitor Your Deployment </monitoring>
36+
Validate Driver Signatures </validate-signatures>
37+
POJO CRUD Examples </pojo-examples>
38+
Custom Subscribers </custom-implementations>
39+
What's New </whats-new>
40+
Issues & Help </issues-and-help>
41+
Compatibility </compatibility>
42+
Upgrade </upgrade>
4343
API Documentation <{+api+}/mongodb-driver-reactivestreams/>
4444

4545
Overview

source/read-data-from-mongo.txt

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

25-
/read/specify-a-query
26-
/read/retrieve-data
27-
/read/specify-fields-return
28-
/read/specify-documents-to-return
29-
/read/count-documents
30-
/read/distinct
31-
/read/cursors
32-
/read/read-preference
33-
/read/text-search
34-
/read/geo
35-
/read/change-streams
25+
Query </read/specify-a-query>
26+
Retrieve Data </read/retrieve-data>
27+
Specify Fields to Return </read/specify-fields-return>
28+
Specify Documents to Return </read/specify-documents-to-return>
29+
Count Documents </read/count-documents>
30+
Distinct Field Values </read/distinct>
31+
Data Cursors </read/cursors>
32+
Read Preference </read/read-preference>
33+
Text Search </read/text-search>
34+
Geospatial Search </read/geo>
35+
Monitor Data Changes </read/change-streams>
3636

3737
Overview
3838
--------

source/secure-your-data.txt

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

25-
/security/auth
26-
/security/enterprise-authentication
27-
/security/encrypt
25+
Authentication </security/auth>
26+
Enterprise Authentication </security/enterprise-authentication>
27+
In-Use Encryption </security/encrypt>
2828

2929
Overview
3030
--------

source/write-data-to-mongo.txt

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

25-
/write/insert-documents
26-
/write/write-update-documents
27-
/write/replace-documents
28-
/write/write-delete-documents
29-
/write/bulk-writes
30-
/write/transactions
31-
/write/store-large-docs
32-
/write/write-concern
33-
/write/run-command
25+
Insert </write/insert-documents>
26+
Update </write/write-update-documents>
27+
Replace </write/replace-documents>
28+
Delete </write/write-delete-documents>
29+
Bulk Write </write/bulk-writes>
30+
Transactions </write/transactions>
31+
GridFS </write/store-large-docs>
32+
Write Concern </write/write-concern>
33+
Run a Database Command </write/run-command>
3434

3535
Overview
3636
--------

0 commit comments

Comments
 (0)