Skip to content

Commit fa17061

Browse files
committed
DOCSP-50497 final changes
1 parent b2cfd96 commit fa17061

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/aggregation.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.. _node-aggregation:
22
.. _nodejs-aggregation:
33

4-
===========
5-
Aggregation
6-
===========
4+
======================
5+
Aggregation Operations
6+
======================
77

88
.. facet::
99
:name: genre
@@ -21,7 +21,7 @@ Aggregation
2121
.. toctree::
2222
:titlesonly:
2323
:maxdepth: 1
24-
24+
2525
Pipeline Stages </aggregation/pipeline-stages>
2626

2727
.. _nodejs-aggregation-overview:
@@ -37,7 +37,7 @@ computed results. The MongoDB Aggregation framework is modeled on the
3737
concept of data processing pipelines. Documents enter a pipeline comprised of one or
3838
more stages, and this pipeline transforms the documents into an aggregated result.
3939

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>`.
4141

4242
.. _node-aggregation-tutorials:
4343

0 commit comments

Comments
 (0)