Skip to content

Commit e6c9e7a

Browse files
authored
DOCSP-50746: agg tutorial link (#127)
* DOCSP-50746: agg tutorial link * use sc * fix newline
1 parent 4296e99 commit e6c9e7a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/aggregation.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,20 @@ The following limitations apply when using aggregation operations:
7474
</reference/operator/aggregation/graphLookup/>` stage has a strict
7575
memory limit of 100 megabytes and ignores the ``allowDiskUse`` option.
7676

77-
Aggregation Example
78-
-------------------
77+
Aggregation Examples
78+
--------------------
7979

80-
The examples in this section use the ``restaurants`` collection in the ``sample_restaurants``
80+
The examples in this guide use the ``restaurants`` collection in the ``sample_restaurants``
8181
database from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
8282
free MongoDB Atlas cluster and load the sample datasets, see the
8383
:atlas:`Get Started with Atlas </getting-started>` guide.
8484

85+
.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
86+
87+
.. replacement:: language
88+
89+
:guilabel:`{+language+}`
90+
8591
Build and Execute an Aggregation Pipeline
8692
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8793

@@ -185,4 +191,4 @@ For more information about executing aggregation operations with the {+driver-sh
185191
see the following API documentation:
186192

187193
- `mongoc_collection_aggregate() <{+api-libmongoc+}/mongoc_collection_aggregate.html>`__
188-
- `mongoc_client_command_simple() <{+api-libmongoc+}/mongoc_client_command_simple.html>`__
194+
- `mongoc_client_command_simple() <{+api-libmongoc+}/mongoc_client_command_simple.html>`__

0 commit comments

Comments
 (0)