diff --git a/source/fundamentals.txt b/source/fundamentals.txt index 9ef0956e..2dcad614 100644 --- a/source/fundamentals.txt +++ b/source/fundamentals.txt @@ -11,25 +11,25 @@ Fundamentals :titlesonly: :maxdepth: 1 - /fundamentals/connection - /fundamentals/database-collection - /fundamentals/crud - /fundamentals/builders - /fundamentals/atlas-search - /fundamentals/stable-api - /fundamentals/authentication - /fundamentals/enterprise-authentication - /fundamentals/aggregation - /fundamentals/linq - /fundamentals/bson - /fundamentals/specify-query - /fundamentals/serialization - /fundamentals/transactions - /fundamentals/indexes - /fundamentals/logging - /fundamentals/time-series - /fundamentals/encrypt-fields - /fundamentals/geo + Connection + Databases & Collections + CRUD Operations + Operations with Builders + Atlas Search + Stable API + Authentication + Enterprise Authentication + Aggregation + LINQ + BSON Operations + Query + Serialization + Transactions + Indexes + Logging + Time Series Collections + In-Use Encryption + Search Geospatially - :ref:`Connecting to MongoDB ` - :ref:`csharp-db-coll` diff --git a/source/fundamentals/connection.txt b/source/fundamentals/connection.txt index 55cca1a9..3b0ec89a 100644 --- a/source/fundamentals/connection.txt +++ b/source/fundamentals/connection.txt @@ -8,11 +8,11 @@ Connection .. toctree:: - /fundamentals/connection/connect - /fundamentals/connection/connection-options - /fundamentals/connection/tls - /fundamentals/connection/network-compression - Connect to MongoDB Atlas from AWS Lambda + Connection Guide + Connection Options + Configure TLS + Network Compression + Connect with AWS Lambda .. contents:: On this page :local: diff --git a/source/fundamentals/crud.txt b/source/fundamentals/crud.txt index 6890b076..9e3275dc 100644 --- a/source/fundamentals/crud.txt +++ b/source/fundamentals/crud.txt @@ -10,8 +10,8 @@ CRUD Operations .. toctree:: :caption: CRUD Operations - /fundamentals/crud/write-operations - /fundamentals/crud/read-operations + Write + Read - :ref:`csharp-crud-read-operations` - :ref:`csharp-crud-write-operations` diff --git a/source/fundamentals/crud/write-operations.txt b/source/fundamentals/crud/write-operations.txt index 67fdd956..4fe41e96 100644 --- a/source/fundamentals/crud/write-operations.txt +++ b/source/fundamentals/crud/write-operations.txt @@ -10,9 +10,9 @@ Write Operations .. toctree:: :caption: Write Operations - /fundamentals/crud/write-operations/insert - /fundamentals/crud/write-operations/modify - /fundamentals/crud/write-operations/delete + Insert + Modify + Delete - :ref:`csharp-change-guide` - :ref:`csharp-delete-guide` diff --git a/source/fundamentals/serialization.txt b/source/fundamentals/serialization.txt index abf0e094..0203ce86 100644 --- a/source/fundamentals/serialization.txt +++ b/source/fundamentals/serialization.txt @@ -20,10 +20,10 @@ Serialization .. toctree:: :caption: Serialization - /fundamentals/serialization/class-mapping - /fundamentals/serialization/poco - /fundamentals/serialization/polymorphic-objects - /fundamentals/serialization/guid-serialization + Class Mapping + POCOs + Polymorphic Objects + GUIDs Overview -------- diff --git a/source/index.txt b/source/index.txt index 716ad2c0..d852dbca 100644 --- a/source/index.txt +++ b/source/index.txt @@ -11,18 +11,18 @@ MongoDB C# Driver .. toctree:: - /previous-versions - /quick-start - /quick-reference - /whats-new - /usage-examples - /fundamentals + Previous Versions + Quick Start + Quick Reference + What's New + Usage Examples + Fundamentals API Documentation <{+new-api-root+}/index.html> - /faq - /connection-troubleshooting - /issues-and-help - /compatibility - /upgrade + FAQ + Connection Troubleshooting + Issues & Help + Compatibility + Upgrade Entity Framework Provider {+analyzer-short+} diff --git a/source/upgrade.txt b/source/upgrade.txt index a917cbb4..e8f97580 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -10,7 +10,6 @@ Upgrade Driver Versions :depth: 1 :class: singlecol - Overview -------- diff --git a/source/usage-examples.txt b/source/usage-examples.txt index 7d5300d6..38dc7079 100644 --- a/source/usage-examples.txt +++ b/source/usage-examples.txt @@ -19,15 +19,15 @@ Usage Examples .. toctree:: - /usage-examples/findOne - /usage-examples/findMany - /usage-examples/insertOne - /usage-examples/insertMany - /usage-examples/updateOne - /usage-examples/updateMany - /usage-examples/replaceOne - /usage-examples/deleteOne - /usage-examples/deleteMany + Find a Document + Find Multiple Documents + Insert a Document + Insert Multiple Documents + Update a Document + Update Many Documents + Replace a Document + Delete a Document + Delete Many Documents Overview --------