Skip to content

Commit 75798a2

Browse files
committed
DOCSP-50750: agg tutorial link (#714)
* DOCSP-50750: agg tutorial link * MW wording fix{ (cherry picked from commit 6900630)
1 parent 4b69cfd commit 75798a2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ toc_landing_pages = [
1919
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2020

2121
[constants]
22-
driver = "java"
22+
driver = "Java"
2323
driver-long = "MongoDB Java Driver"
2424
driver-short = "Java driver"
2525
version = "5.3"

source/aggregation.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ part of the Query API, is modeled on the concept of data processing
3333
pipelines. Documents enter a pipeline comprised of one or more stages,
3434
and this pipeline transforms the documents into an aggregated result.
3535

36+
.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
37+
38+
.. replacement:: language
39+
40+
:guilabel:`{+driver+} (Sync)`
41+
42+
Analogy
43+
~~~~~~~
44+
3645
An aggregation operation is similar to a car factory. A car factory has
3746
an assembly line, which contains assembly stations with specialized
3847
tools to do specific jobs, like drills and welders. Raw parts enter the

0 commit comments

Comments
 (0)