Skip to content

Commit c56bc6a

Browse files
committed
DOCSP-50497 Fix links, add more API references
1 parent 0658242 commit c56bc6a

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

source/aggregation.txt

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ Aggregation
1818
:depth: 2
1919
:class: singlecol
2020

21-
.. toctree::
22-
23-
Filtered Subset </aggregation/filtered-subset/>
24-
Group & Total </aggregation/group-total/>
25-
Unpack Arrays & Group </aggregation/unpack-arrays/>
26-
One-to-One Join </aggregation/one-to-one-join/>
27-
Multi-Field Join </aggregation/multi-field-join/>
28-
2921
.. _nodejs-aggregation-overview:
3022

3123
Overview
@@ -93,7 +85,7 @@ Consider the following :manual:`limitations </core/aggregation-pipeline-limits/>
9385

9486
- Pipeline stages have a memory limit of 100 megabytes by default. If required,
9587
you can exceed this limit by enabling the `AllowDiskUse
96-
<{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.AllowDiskUse.html#MongoDB_Driver_AggregateOptions_AllowDiskUse>`__
88+
<https://mongodb.github.io/node-mongodb-native/6.17/interfaces/AggregateOptions.html#allowDiskUse>`__
9789
property of the ``AggregateOptions`` object that you pass to the
9890
``Aggregate()`` method.
9991

@@ -166,6 +158,7 @@ API Documentation
166158
For more information about the aggregation operations discussed in this guide, see the
167159
following API documentation:
168160

169-
- `Collection() <https://mongodb.github.io/node-mongodb-native/api-generated/collection.html?highlight=match#:~:text=(index)%20%C2%BB-,Collection,-()%C2%B6>`__
170-
- `aggregate() <https://mongodb.github.io/node-mongodb-native/api-generated/collection.html?highlight=aggregate#aggregate:~:text=%7D)%0A%20%20%7D)%3B%0A%7D)%3B-,aggregate,-%C2%B6>`__
161+
- `Collection() <https://mongodb.github.io/node-mongodb-native/6.17/classes/Collection.html>`__
162+
- `aggregate() <https://mongodb.github.io/node-mongodb-native/6.17/classes/Collection.html#aggregate>`__
163+
- `AggregateOptions <https://mongodb.github.io/node-mongodb-native/6.17/interfaces/AggregateOptions.html>`__
171164
.. try to find $match and $group api links ..

0 commit comments

Comments
 (0)