File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Builders
8
8
9
9
.. toctree::
10
10
11
- Aggregates </fundamentals/builders/aggregates>
11
+ Aggregation </fundamentals/builders/aggregates>
12
12
Filters </fundamentals/builders/filters>
13
13
Indexes </fundamentals/builders/indexes>
14
- Projections </fundamentals/builders/projections>
15
- Sorts </fundamentals/builders/sort>
16
- Updates </fundamentals/builders/updates>
14
+ Projection </fundamentals/builders/projections>
15
+ Sort </fundamentals/builders/sort>
16
+ Update </fundamentals/builders/updates>
17
17
18
18
.. contents:: On this page
19
19
:local:
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Connection Guide
11
11
MongoClient Settings </fundamentals/connection/mongoclientsettings>
12
12
Network Compression </fundamentals/connection/network-compression>
13
13
TLS/SSL </fundamentals/connection/tls>
14
- SOCKS5 Proxy Connection </fundamentals/connection/socks>
15
- JNDI Datasource Connection </fundamentals/connection/jndi>
16
- Connect with AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
14
+ SOCKS5 Proxy </fundamentals/connection/socks>
15
+ JNDI Datasource </fundamentals/connection/jndi>
16
+ AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
17
17
18
18
.. contents:: On this page
19
19
:local:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ CRUD Operations
9
9
.. toctree::
10
10
:caption: CRUD Operations
11
11
12
- Read Operations </fundamentals/crud/read-operations>
13
- Write Operations </fundamentals/crud/write-operations>
12
+ Read </fundamentals/crud/read-operations>
13
+ Write </fundamentals/crud/write-operations>
14
14
Query </fundamentals/crud/query-document>
15
15
Compound Operations </fundamentals/crud/compound-operations>
16
16
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Usage Examples
12
12
13
13
.. toctree::
14
14
15
- Find Operations </usage-examples/find-operations>
16
- Insert Operations </usage-examples/insert-operations>
17
- Update & Replace Operations </usage-examples/update-operations>
18
- Delete Operations </usage-examples/delete-operations>
15
+ Find </usage-examples/find-operations>
16
+ Insert </usage-examples/insert-operations>
17
+ Update & Replace </usage-examples/update-operations>
18
+ Delete </usage-examples/delete-operations>
19
19
Bulk Operations </usage-examples/bulkWrite>
20
20
Watch for Changes </usage-examples/watch>
21
21
Count Documents </usage-examples/count>
You can’t perform that action at this time.
0 commit comments