Skip to content

Commit 082bfbc

Browse files
[Backport v2.29] DOCSP-44897 TOC Relabel (#287) (#311) (#317)
* DOCSP-44897 TOC Relabel (#287) * DOCSP-44897 TOC Relabel * encryption rendering issue * encryption still not rendering (cherry picked from commit c48dd6e) * read changes (cherry picked from commit e66022f) Co-authored-by: lindseymoore <[email protected]>
1 parent 6c59c4c commit 082bfbc

File tree

8 files changed

+53
-54
lines changed

8 files changed

+53
-54
lines changed

source/fundamentals.txt

+19-19
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ Fundamentals
1111
:titlesonly:
1212
:maxdepth: 1
1313

14-
/fundamentals/connection
15-
/fundamentals/database-collection
16-
/fundamentals/crud
17-
/fundamentals/builders
18-
/fundamentals/atlas-search
19-
/fundamentals/stable-api
20-
/fundamentals/authentication
21-
/fundamentals/enterprise-authentication
22-
/fundamentals/aggregation
23-
/fundamentals/linq
24-
/fundamentals/bson
25-
/fundamentals/specify-query
26-
/fundamentals/serialization
27-
/fundamentals/transactions
28-
/fundamentals/indexes
29-
/fundamentals/logging
30-
/fundamentals/time-series
31-
/fundamentals/encrypt-fields
32-
/fundamentals/geo
14+
Connection </fundamentals/connection>
15+
Databases & Collections </fundamentals/database-collection>
16+
CRUD Operations </fundamentals/crud>
17+
Operations with Builders </fundamentals/builders>
18+
Atlas Search </fundamentals/atlas-search>
19+
Stable API </fundamentals/stable-api>
20+
Authentication </fundamentals/authentication>
21+
Enterprise Authentication </fundamentals/enterprise-authentication>
22+
Aggregation </fundamentals/aggregation>
23+
LINQ </fundamentals/linq>
24+
BSON Operations </fundamentals/bson>
25+
Query </fundamentals/specify-query>
26+
Serialization </fundamentals/serialization>
27+
Transactions </fundamentals/transactions>
28+
Indexes </fundamentals/indexes>
29+
Logging </fundamentals/logging>
30+
Time Series Collections </fundamentals/time-series>
31+
In-Use Encryption </fundamentals/encrypt-fields>
32+
Search Geospatially </fundamentals/geo>
3333

3434
- :ref:`Connecting to MongoDB <csharp-connection>`
3535
- :ref:`csharp-db-coll`

source/fundamentals/connection.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Connection
88

99
.. toctree::
1010

11-
/fundamentals/connection/connect
12-
/fundamentals/connection/connection-options
13-
/fundamentals/connection/tls
14-
/fundamentals/connection/network-compression
15-
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
11+
Connection Guide </fundamentals/connection/connect>
12+
Connection Options </fundamentals/connection/connection-options>
13+
Configure TLS </fundamentals/connection/tls>
14+
Network Compression </fundamentals/connection/network-compression>
15+
Connect with AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
1616

1717
.. contents:: On this page
1818
:local:

source/fundamentals/crud.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ CRUD Operations
1010
.. toctree::
1111
:caption: CRUD Operations
1212

13-
/fundamentals/crud/write-operations
14-
/fundamentals/crud/read-operations
13+
Write </fundamentals/crud/write-operations>
14+
Read </fundamentals/crud/read-operations>
1515

1616
- :ref:`csharp-crud-read-operations`
1717
- :ref:`csharp-crud-write-operations`

source/fundamentals/crud/write-operations.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Write Operations
1010
.. toctree::
1111
:caption: Write Operations
1212

13-
/fundamentals/crud/write-operations/insert
14-
/fundamentals/crud/write-operations/modify
15-
/fundamentals/crud/write-operations/delete
13+
Insert </fundamentals/crud/write-operations/insert>
14+
Modify </fundamentals/crud/write-operations/modify>
15+
Delete </fundamentals/crud/write-operations/delete>
1616

1717
- :ref:`csharp-change-guide`
1818
- :ref:`csharp-delete-guide`

source/fundamentals/serialization.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Serialization
2020
.. toctree::
2121
:caption: Serialization
2222

23-
/fundamentals/serialization/class-mapping
24-
/fundamentals/serialization/poco
25-
/fundamentals/serialization/polymorphic-objects
26-
/fundamentals/serialization/guid-serialization
23+
Class Mapping </fundamentals/serialization/class-mapping>
24+
POCOs </fundamentals/serialization/poco>
25+
Polymorphic Objects </fundamentals/serialization/polymorphic-objects>
26+
GUIDs </fundamentals/serialization/guid-serialization>
2727

2828
Overview
2929
--------

source/index.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ MongoDB C# Driver
1111

1212
.. toctree::
1313

14-
/previous-versions
15-
/quick-start
16-
/quick-reference
17-
/whats-new
18-
/usage-examples
19-
/fundamentals
14+
Previous Versions </previous-versions>
15+
Quick Start </quick-start>
16+
Quick Reference </quick-reference>
17+
What's New </whats-new>
18+
Usage Examples </usage-examples>
19+
Fundamentals </fundamentals>
2020
API Documentation <{+new-api-root+}/index.html>
21-
/faq
22-
/connection-troubleshooting
23-
/issues-and-help
24-
/compatibility
25-
/upgrade
21+
FAQ </faq>
22+
Connection Troubleshooting </connection-troubleshooting>
23+
Issues & Help </issues-and-help>
24+
Compatibility </compatibility>
25+
Upgrade </upgrade>
2626
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/>
2727
{+analyzer-short+} <https://www.mongodb.com/docs/mongodb-analyzer/>
2828

source/upgrade.txt

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Upgrade Driver Versions
1010
:depth: 1
1111
:class: singlecol
1212

13-
1413
Overview
1514
--------
1615

source/usage-examples.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Usage Examples
1919

2020
.. toctree::
2121

22-
/usage-examples/findOne
23-
/usage-examples/findMany
24-
/usage-examples/insertOne
25-
/usage-examples/insertMany
26-
/usage-examples/updateOne
27-
/usage-examples/updateMany
28-
/usage-examples/replaceOne
29-
/usage-examples/deleteOne
30-
/usage-examples/deleteMany
22+
Find a Document </usage-examples/findOne>
23+
Find Multiple Documents </usage-examples/findMany>
24+
Insert a Document </usage-examples/insertOne>
25+
Insert Multiple Documents </usage-examples/insertMany>
26+
Update a Document </usage-examples/updateOne>
27+
Update Many Documents </usage-examples/updateMany>
28+
Replace a Document </usage-examples/replaceOne>
29+
Delete a Document </usage-examples/deleteOne>
30+
Delete Many Documents </usage-examples/deleteMany>
3131

3232
Overview
3333
--------

0 commit comments

Comments
 (0)