File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
.. _node-aggregation:
2
2
.. _nodejs-aggregation:
3
3
4
- ===========
5
- Aggregation
6
- ===========
4
+ ======================
5
+ Aggregation Operations
6
+ ======================
7
7
8
8
.. facet::
9
9
:name: genre
@@ -21,7 +21,7 @@ Aggregation
21
21
.. toctree::
22
22
:titlesonly:
23
23
:maxdepth: 1
24
-
24
+
25
25
Pipeline Stages </aggregation/pipeline-stages>
26
26
27
27
.. _nodejs-aggregation-overview:
@@ -37,7 +37,7 @@ computed results. The MongoDB Aggregation framework is modeled on the
37
37
concept of data processing pipelines. Documents enter a pipeline comprised of one or
38
38
more stages, and this pipeline transforms the documents into an aggregated result.
39
39
40
- To learn more about the aggregation stages supported by the Node.js Driver, see :ref:`Aggregation Stages <node-aggregation-pipeline-stages>`.
40
+ To learn more about the aggregation stages supported by the Node.js Driver, see :ref:`Aggregation Pipeline Stages <node-aggregation-pipeline-stages>`.
41
41
42
42
.. _node-aggregation-tutorials:
43
43
You can’t perform that action at this time.
0 commit comments