From f6b1bf0191f91e1f9d949c2f0e344d9e2298e61d Mon Sep 17 00:00:00 2001 From: lindseymoore <71525840+lindseymoore@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:32:17 -0500 Subject: [PATCH] DOCSP-44951 TOC Relabel (#144) (cherry picked from commit 427afa7423d9ec861082e6a4d0b0a33f7f997980) --- source/fundamentals.txt | 40 +++++++++---------- source/fundamentals/connections.txt | 8 ++-- source/fundamentals/crud.txt | 6 +-- source/fundamentals/crud/read-operations.txt | 11 +++-- source/fundamentals/crud/write-operations.txt | 6 +-- source/fundamentals/monitoring.txt | 6 +-- source/index.txt | 19 +++++---- source/quick-start.txt | 16 ++++---- source/usage-examples.txt | 22 +++++----- 9 files changed, 66 insertions(+), 68 deletions(-) diff --git a/source/fundamentals.txt b/source/fundamentals.txt index f99fd564..95337c82 100644 --- a/source/fundamentals.txt +++ b/source/fundamentals.txt @@ -8,26 +8,26 @@ Fundamentals :titlesonly: :maxdepth: 1 - /fundamentals/connections - /fundamentals/stable-api - /fundamentals/authentication - /fundamentals/enterprise-auth - /fundamentals/crud - /fundamentals/serialization - /fundamentals/database-collection - /fundamentals/schema-validation - /fundamentals/aggregation - /fundamentals/indexes - /fundamentals/transactions - /fundamentals/time-series - /fundamentals/tracing-logging - /fundamentals/run-command - /fundamentals/performance - /fundamentals/runtimes - /fundamentals/monitoring - /fundamentals/collations - /fundamentals/geo - /fundamentals/gridfs + Connections + Stable API + Authentication + Enterprise Authentication + CRUD + Serialization + Databases & Collections + Schema Validation + Aggregation + Indexes + Transactions + Time Series Collections + Tracing & Logging + Database Commands + Performance Considerations + Async & Sync APIs + Monitoring + Collations + Search Geospatially + GridFS .. Connect to MongoDB Atlas from AWS Lambda diff --git a/source/fundamentals/connections.txt b/source/fundamentals/connections.txt index bcceefb0..b9fc7736 100644 --- a/source/fundamentals/connections.txt +++ b/source/fundamentals/connections.txt @@ -6,10 +6,10 @@ Connections .. toctree:: - /fundamentals/connections/connection-guide - /fundamentals/connections/connection-options - /fundamentals/connections/network-compression - /fundamentals/connections/tls + Connection Guide + Connection Options + Network Compression + Enable & Configure TLS .. Connect to MongoDB Atlas from AWS Lambda diff --git a/source/fundamentals/crud.txt b/source/fundamentals/crud.txt index 53714a77..e21a4660 100644 --- a/source/fundamentals/crud.txt +++ b/source/fundamentals/crud.txt @@ -7,9 +7,9 @@ CRUD Operations .. toctree:: :caption: CRUD Operations - /fundamentals/crud/read-operations - /fundamentals/crud/write-operations - /fundamentals/crud/compound-operations + Read + Write + Compound Operations .. /fundamentals/crud/write-read-pref diff --git a/source/fundamentals/crud/read-operations.txt b/source/fundamentals/crud/read-operations.txt index c7686ace..71f02c1b 100644 --- a/source/fundamentals/crud/read-operations.txt +++ b/source/fundamentals/crud/read-operations.txt @@ -7,11 +7,11 @@ Read Operations .. toctree:: :caption: Read Operations - /fundamentals/crud/read-operations/retrieve - /fundamentals/crud/read-operations/query - /fundamentals/crud/read-operations/cursor - /fundamentals/crud/read-operations/change-streams - /fundamentals/crud/read-operations/text-search + Retrieve Data + Specify a Query + Data Cursors + Open Change Streams + Search Text .. /fundamentals/crud/read-operations/count @@ -21,7 +21,6 @@ Read Operations /fundamentals/crud/read-operations/limit /fundamentals/crud/read-operations/project - - :ref:`rust-query-guide` - :ref:`rust-retrieve-guide` - :ref:`rust-cursor-guide` diff --git a/source/fundamentals/crud/write-operations.txt b/source/fundamentals/crud/write-operations.txt index c9b8c92f..c7b09b5d 100644 --- a/source/fundamentals/crud/write-operations.txt +++ b/source/fundamentals/crud/write-operations.txt @@ -7,9 +7,9 @@ Write Operations .. toctree:: :caption: Write Operations - /fundamentals/crud/write-operations/insert - /fundamentals/crud/write-operations/change - /fundamentals/crud/write-operations/delete + Insert + Modify + Delete .. /fundamentals/crud/write-operations/arrays diff --git a/source/fundamentals/monitoring.txt b/source/fundamentals/monitoring.txt index f01ef4da..f5668d34 100644 --- a/source/fundamentals/monitoring.txt +++ b/source/fundamentals/monitoring.txt @@ -7,9 +7,9 @@ Monitoring .. toctree:: :caption: Monitoring categories - /fundamentals/monitoring/cluster-monitoring - /fundamentals/monitoring/command-monitoring - /fundamentals/monitoring/connection-monitoring + Cluster Monitoring + Command Monitoring + Connection Monitoring - :ref:`Cluster Monitoring `: monitor changes in your cluster configuration diff --git a/source/index.txt b/source/index.txt index a8baab74..4d4780b6 100644 --- a/source/index.txt +++ b/source/index.txt @@ -7,19 +7,18 @@ :maxdepth: 1 Quick Start - /quick-reference - /whats-new - /usage-examples - /fundamentals + Quick Reference + What's New + CRUD Examples + Fundamentals API Documentation <{+api+}/> - /faq - /connection-troubleshooting - /op-error-handling - /issues-and-help - /compatibility + FAQ + Connection Troubleshooting + Operation Error Handling + Issues & Help + Compatibility View the Source - Introduction ------------ diff --git a/source/quick-start.txt b/source/quick-start.txt index 15d8484f..045bfc3c 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -17,6 +17,14 @@ Rust Driver Quick Start .. meta:: :keywords: get started, tutorial, code example +.. toctree:: + + Download & Install + Create a Deployment + Create a Connection String + Connect + Next Steps + Overview -------- @@ -34,11 +42,3 @@ required) MongoDB Atlas deployment by following the steps in this guide. Follow the steps in this guide to connect a sample Rust application to a MongoDB Atlas deployment. - -.. toctree:: - - /quick-start/download-and-install/ - /quick-start/create-a-deployment/ - /quick-start/create-a-connection-string/ - /quick-start/connect-to-mongodb/ - /quick-start/next-steps/ \ No newline at end of file diff --git a/source/usage-examples.txt b/source/usage-examples.txt index 8a7ebec4..62650fed 100644 --- a/source/usage-examples.txt +++ b/source/usage-examples.txt @@ -19,17 +19,17 @@ Usage Examples .. toctree:: - /usage-examples/findOne - /usage-examples/find - /usage-examples/insertOne - /usage-examples/insertMany - /usage-examples/updateOne - /usage-examples/updateMany - /usage-examples/replace - /usage-examples/deleteOne - /usage-examples/deleteMany - /usage-examples/count - /usage-examples/distinct + Find One + Find Multiple + Insert One + Insert Multiple + Update One + Update Multiple + Replace One + Delete One + Delete Multiple + Count + List Distinct Values Overview --------