File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Builders
6
6
7
7
.. toctree::
8
8
9
- Aggregates </fundamentals/builders/aggregates>
9
+ Aggregation </fundamentals/builders/aggregates>
10
10
Filters </fundamentals/builders/filters>
11
11
Indexes </fundamentals/builders/indexes>
12
- Projections </fundamentals/builders/projections>
13
- Sorts </fundamentals/builders/sort>
14
- Updates </fundamentals/builders/updates>
12
+ Projection </fundamentals/builders/projections>
13
+ Sort </fundamentals/builders/sort>
14
+ Update </fundamentals/builders/updates>
15
15
16
16
.. contents:: On this page
17
17
:local:
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ CRUD Operations
7
7
.. toctree::
8
8
:caption: CRUD Operations
9
9
10
- Read Operations </fundamentals/crud/read-operations>
11
- Write Operations </fundamentals/crud/write-operations>
10
+ Read </fundamentals/crud/read-operations>
11
+ Write </fundamentals/crud/write-operations>
12
12
Query </fundamentals/crud/query-document>
13
13
Compound Operations </fundamentals/crud/compound-operations>
14
14
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ Usage Examples
10
10
11
11
.. toctree::
12
12
13
- Find Operations </usage-examples/find-operations>
14
- Insert Operations </usage-examples/insert-operations>
15
- Update & Replaces Operations </usage-examples/update-operations>
16
- Delete Operations </usage-examples/delete-operations>
13
+ Find </usage-examples/find-operations>
14
+ Insert </usage-examples/insert-operations>
15
+ Update & Replaces </usage-examples/update-operations>
16
+ Delete </usage-examples/delete-operations>
17
17
Bulk Operations </usage-examples/bulkWrite>
18
18
Watch for Changes </usage-examples/watch>
19
19
Count Documents </usage-examples/count>
You can’t perform that action at this time.
0 commit comments