Skip to content

Commit 427afa7

Browse files
authored
DOCSP-44951 TOC Relabel (#144)
1 parent dc12a04 commit 427afa7

File tree

10 files changed

+71
-72
lines changed

10 files changed

+71
-72
lines changed

source/fundamentals.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ Fundamentals
88
:titlesonly:
99
:maxdepth: 1
1010

11-
/fundamentals/connections
12-
/fundamentals/stable-api
13-
/fundamentals/authentication
14-
/fundamentals/enterprise-auth
15-
/fundamentals/crud
16-
/fundamentals/serialization
17-
/fundamentals/database-collection
18-
/fundamentals/schema-validation
19-
/fundamentals/aggregation
20-
/fundamentals/indexes
21-
/fundamentals/transactions
22-
/fundamentals/time-series
23-
/fundamentals/tracing-logging
24-
/fundamentals/run-command
25-
/fundamentals/performance
26-
/fundamentals/runtimes
27-
/fundamentals/monitoring
28-
/fundamentals/collations
29-
/fundamentals/geo
30-
/fundamentals/gridfs
11+
Connections </fundamentals/connections>
12+
Stable API </fundamentals/stable-api>
13+
Authentication </fundamentals/authentication>
14+
Enterprise Authentication </fundamentals/enterprise-auth>
15+
CRUD </fundamentals/crud>
16+
Serialization </fundamentals/serialization>
17+
Databases & Collections </fundamentals/database-collection>
18+
Schema Validation </fundamentals/schema-validation>
19+
Aggregation </fundamentals/aggregation>
20+
Indexes </fundamentals/indexes>
21+
Transactions </fundamentals/transactions>
22+
Time Series Collections </fundamentals/time-series>
23+
Tracing & Logging </fundamentals/tracing-logging>
24+
Database Commands </fundamentals/run-command>
25+
Performance Considerations </fundamentals/performance>
26+
Async & Sync APIs </fundamentals/runtimes>
27+
Monitoring </fundamentals/monitoring>
28+
Collations </fundamentals/collations>
29+
Search Geospatially </fundamentals/geo>
30+
GridFS </fundamentals/gridfs>
3131

3232
..
3333
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>

source/fundamentals/connections.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Connections
66

77
.. toctree::
88

9-
/fundamentals/connections/connection-guide
10-
/fundamentals/connections/connection-options
11-
/fundamentals/connections/network-compression
12-
/fundamentals/connections/tls
9+
Connection Guide </fundamentals/connections/connection-guide>
10+
Connection Options </fundamentals/connections/connection-options>
11+
Network Compression </fundamentals/connections/network-compression>
12+
Enable & Configure TLS </fundamentals/connections/tls>
1313

1414
..
1515
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>

source/fundamentals/crud.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ CRUD Operations
77
.. toctree::
88
:caption: CRUD Operations
99

10-
/fundamentals/crud/read-operations
11-
/fundamentals/crud/write-operations
12-
/fundamentals/crud/compound-operations
10+
Read </fundamentals/crud/read-operations>
11+
Write </fundamentals/crud/write-operations>
12+
Compound Operations </fundamentals/crud/compound-operations>
1313

1414
..
1515
/fundamentals/crud/write-read-pref

source/fundamentals/crud/read-operations.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Read Operations
77
.. toctree::
88
:caption: Read Operations
99

10-
/fundamentals/crud/read-operations/retrieve
11-
/fundamentals/crud/read-operations/query
12-
/fundamentals/crud/read-operations/cursor
13-
/fundamentals/crud/read-operations/change-streams
14-
/fundamentals/crud/read-operations/text-search
15-
/fundamentals/crud/read-operations/sort
16-
/fundamentals/crud/read-operations/skip
17-
/fundamentals/crud/read-operations/limit
10+
Retrieve Data </fundamentals/crud/read-operations/retrieve>
11+
Specify a Query </fundamentals/crud/read-operations/query>
12+
Data Cursors </fundamentals/crud/read-operations/cursor>
13+
Open Change Streams </fundamentals/crud/read-operations/change-streams>
14+
Search Text </fundamentals/crud/read-operations/text-search>
15+
Sort Results </fundamentals/crud/read-operations/sort>
16+
Skip Results </fundamentals/crud/read-operations/skip>
17+
Limit Results </fundamentals/crud/read-operations/limit>
1818

1919
..
2020
/fundamentals/crud/read-operations/count

source/fundamentals/crud/write-operations.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Write Operations
77
.. toctree::
88
:caption: Write Operations
99

10-
/fundamentals/crud/write-operations/insert
11-
/fundamentals/crud/write-operations/change
12-
/fundamentals/crud/write-operations/delete
13-
/fundamentals/crud/write-operations/bulk
10+
Insert </fundamentals/crud/write-operations/insert>
11+
Modify </fundamentals/crud/write-operations/change>
12+
Delete </fundamentals/crud/write-operations/delete>
13+
Bulk Operations </fundamentals/crud/write-operations/bulk>
1414

1515
..
1616
/fundamentals/crud/write-operations/arrays

source/fundamentals/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Indexes
1919

2020
.. toctree::
2121

22-
/fundamentals/indexes/atlas-search-indexes
22+
Atlas Search Indexes </fundamentals/indexes/atlas-search-indexes>
2323

2424
Overview
2525
--------

source/fundamentals/monitoring.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Monitoring
77
.. toctree::
88
:caption: Monitoring categories
99

10-
/fundamentals/monitoring/cluster-monitoring
11-
/fundamentals/monitoring/command-monitoring
12-
/fundamentals/monitoring/connection-monitoring
10+
Cluster Monitoring </fundamentals/monitoring/cluster-monitoring>
11+
Command Monitoring </fundamentals/monitoring/command-monitoring>
12+
Connection Monitoring </fundamentals/monitoring/connection-monitoring>
1313

1414
- :ref:`Cluster Monitoring <rust-cluster-monitoring>`: monitor changes
1515
in your cluster configuration

source/index.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@
77
:maxdepth: 1
88

99
Quick Start </quick-start>
10-
/quick-reference
11-
/whats-new
12-
/usage-examples
13-
/fundamentals
10+
Quick Reference </quick-reference>
11+
What's New </whats-new>
12+
CRUD Examples </usage-examples>
13+
Fundamentals </fundamentals>
1414
API Documentation <{+api+}/>
15-
/faq
16-
/connection-troubleshooting
17-
/op-error-handling
18-
/issues-and-help
19-
/compatibility
15+
FAQ </faq>
16+
Connection Troubleshooting </connection-troubleshooting>
17+
Operation Error Handling </op-error-handling>
18+
Issues & Help </issues-and-help>
19+
Compatibility </compatibility>
2020
View the Source <https://github.com/mongodb/mongo-rust-driver>
2121

22-
2322
Introduction
2423
------------
2524

source/quick-start.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Rust Driver Quick Start
1717
.. meta::
1818
:keywords: get started, tutorial, code example
1919

20+
.. toctree::
21+
22+
Download & Install </quick-start/download-and-install/>
23+
Create a Deployment </quick-start/create-a-deployment/>
24+
Create a Connection String </quick-start/create-a-connection-string/>
25+
Connect </quick-start/connect-to-mongodb/>
26+
Next Steps </quick-start/next-steps/>
27+
2028
Overview
2129
--------
2230

@@ -34,11 +42,3 @@ required) MongoDB Atlas deployment by following the steps in this guide.
3442

3543
Follow the steps in this guide to connect a sample Rust application to
3644
a MongoDB Atlas deployment.
37-
38-
.. toctree::
39-
40-
/quick-start/download-and-install/
41-
/quick-start/create-a-deployment/
42-
/quick-start/create-a-connection-string/
43-
/quick-start/connect-to-mongodb/
44-
/quick-start/next-steps/

source/usage-examples.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Usage Examples
1919

2020
.. toctree::
2121

22-
/usage-examples/findOne
23-
/usage-examples/find
24-
/usage-examples/insertOne
25-
/usage-examples/insertMany
26-
/usage-examples/updateOne
27-
/usage-examples/updateMany
28-
/usage-examples/replace
29-
/usage-examples/deleteOne
30-
/usage-examples/deleteMany
31-
/usage-examples/count
32-
/usage-examples/distinct
22+
Find One </usage-examples/findOne>
23+
Find Multiple </usage-examples/find>
24+
Insert One </usage-examples/insertOne>
25+
Insert Multiple </usage-examples/insertMany>
26+
Update One </usage-examples/updateOne>
27+
Update Multiple </usage-examples/updateMany>
28+
Replace One </usage-examples/replace>
29+
Delete One </usage-examples/deleteOne>
30+
Delete Multiple </usage-examples/deleteMany>
31+
Count </usage-examples/count>
32+
List Distinct Values </usage-examples/distinct>
3333

3434
Overview
3535
--------

0 commit comments

Comments
 (0)