Skip to content

Commit ed9f3e3

Browse files
committed
DOCSP-50749: agg tutorial link
1 parent 7a8c432 commit ed9f3e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc_landing_pages = [
66
"/monitoring-and-logging",
77
"/security",
88
"/security/authentication",
9-
"/connect/specify-connection-options"
9+
"/connect/specify-connection-options",
1010
]
1111

1212
intersphinx = [
@@ -20,6 +20,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2020
api-version = "v2"
2121
driver-long = "MongoDB Go Driver"
2222
driver-short = "Go driver"
23+
language = "Go"
2324
docs-branch = "master"
2425
version = "v2.1"
2526
full-version = "{+version+}.0"

source/aggregation.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ pipeline consists of one or more **stages**. Each stage performs an
2525
operation based on its expression operators. After the driver executes
2626
the aggregation pipeline, it returns an aggregated result.
2727

28+
.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
29+
30+
.. replacement:: language
31+
32+
:guilabel:`{+language+}`
33+
2834
Analogy
2935
~~~~~~~
3036

0 commit comments

Comments
 (0)