File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toc_landing_pages = [
6
6
" /monitoring-and-logging" ,
7
7
" /security" ,
8
8
" /security/authentication" ,
9
- " /connect/specify-connection-options"
9
+ " /connect/specify-connection-options" ,
10
10
]
11
11
12
12
intersphinx = [
@@ -20,6 +20,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
20
20
api-version = " v2"
21
21
driver-long = " MongoDB Go Driver"
22
22
driver-short = " Go driver"
23
+ language = " Go"
23
24
docs-branch = " master"
24
25
version = " v2.1"
25
26
full-version = " {+version+}.0"
Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ pipeline consists of one or more **stages**. Each stage performs an
25
25
operation based on its expression operators. After the driver executes
26
26
the aggregation pipeline, it returns an aggregated result.
27
27
28
+ .. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
29
+
30
+ .. replacement:: language
31
+
32
+ :guilabel:`{+language+}`
33
+
28
34
Analogy
29
35
~~~~~~~
30
36
You can’t perform that action at this time.
0 commit comments