@@ -37,7 +37,8 @@ computed results. The MongoDB Aggregation framework is modeled on the
3737concept of data processing pipelines. Documents enter a pipeline comprised of one or
3838more 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 Pipeline Stages <node-aggregation-pipeline-stages>`.
40+ To learn more about the aggregation stages supported by the {+driver-short+},
41+ see :ref:` <node-aggregation-pipeline-stages>`.
4142
4243.. _node-aggregation-tutorials:
4344
@@ -94,10 +95,11 @@ that allows you to transform and manipulate your data.
9495Server Limitations
9596------------------
9697
97- Consider the following :manual:`limitations </core/aggregation-pipeline-limits/>` when performing aggregation operations:
98+ Consider the following :manual:`limitations
99+ </core/aggregation-pipeline-limits/>` when performing aggregation operations:
98100
99- - Returned documents must not violate the :manual:`BSON document size limit </reference/limits/#mongodb-limit-BSON-Document-Size>`
100- of 16 megabytes.
101+ - Returned documents must not violate the :manual:`BSON document size limit
102+ </reference/limits/#mongodb-limit-BSON-Document-Size>` of 16 megabytes.
101103- Pipeline stages have a memory limit of 100 megabytes by default. If required,
102104 you can exceed this limit by enabling the `AllowDiskUse
103105 <https://mongodb.github.io/node-mongodb-native/6.17/interfaces/AggregateOptions.html#allowDiskUse>`__
@@ -107,9 +109,9 @@ Consider the following :manual:`limitations </core/aggregation-pipeline-limits/>
107109Additional information
108110----------------------
109111
110- To view a full list of expression operators, see
111- :manual:`Aggregation Operators </reference/operator/aggregation/>`.
112+ To view a full list of expression operators, see :manual:`Aggregation Operators
113+ </reference/operator/aggregation/>` in the {+mdb-server+} manual .
112114
113- To learn about explaining MongoDB aggregation operations, see
114- :manual:`Explain Results </reference/explain-results/>` and
115- :manual:`Query Plans </core/query-plans/>`.
115+ To learn about explaining MongoDB aggregation operations, see :manual:`Explain
116+ Results </reference/explain-results/>` and :manual:`Query Plans
117+ </core/query-plans/>` in the {+mdb-server+} manual .
0 commit comments