Skip to content

Commit ac273b1

Browse files
committed
Mike's suggestions
1 parent d3aa18a commit ac273b1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

source/fundamentals/builders.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Builders
66

77
.. toctree::
88

9-
Aggregates </fundamentals/builders/aggregates>
9+
Aggregation </fundamentals/builders/aggregates>
1010
Filters </fundamentals/builders/filters>
1111
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>
1515

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

source/fundamentals/crud.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CRUD Operations
77
.. toctree::
88
:caption: CRUD Operations
99

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>
1212
Query </fundamentals/crud/query-document>
1313
Compound Operations </fundamentals/crud/compound-operations>
1414

source/usage-examples.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Usage Examples
1010

1111
.. toctree::
1212

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>
1717
Bulk Operations </usage-examples/bulkWrite>
1818
Watch for Changes </usage-examples/watch>
1919
Count Documents </usage-examples/count>

0 commit comments

Comments
 (0)