Skip to content

Commit 4c6cfc5

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

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
@@ -18,7 +18,7 @@ toc_landing_pages = [
1818
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919

2020
[constants]
21-
driver = "java"
21+
driver = "Java"
2222
driver-long = "MongoDB Java Driver"
2323
driver-short = "Java driver"
2424
version = "5.1"

source/aggregation.txt

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

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

0 commit comments

Comments
 (0)