We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9a6b commit 829a877Copy full SHA for 829a877
snooty.toml
@@ -24,7 +24,7 @@ toc_landing_pages = [
24
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
25
26
[constants]
27
-driver = "java"
+driver = "Java"
28
driver-long = "MongoDB Java Driver"
29
driver-short = "Java driver"
30
version = "5.5"
source/aggregation/aggregation-examples.txt
@@ -20,7 +20,13 @@ Aggregation Examples
20
Overview
21
--------
22
23
-This page demonstrates how to use aggregation pipelines.
+This guide provides examples on how to use aggregation pipelines.
+
+.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
+ .. replacement:: language
+ :guilabel:`{+driver+} (Sync)`
31
Import Classes
32
~~~~~~~~~~~~~~
0 commit comments