From 829a877b1c416bf75be59a8a4a75bca462c19e59 Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 17 Jun 2025 15:24:08 -0400 Subject: [PATCH 1/2] DOCSP-50750: agg tutorial link --- snooty.toml | 2 +- source/aggregation/aggregation-examples.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/snooty.toml b/snooty.toml index 0d36ab77f..48d20a6cc 100644 --- a/snooty.toml +++ b/snooty.toml @@ -24,7 +24,7 @@ toc_landing_pages = [ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/" [constants] -driver = "java" +driver = "Java" driver-long = "MongoDB Java Driver" driver-short = "Java driver" version = "5.5" diff --git a/source/aggregation/aggregation-examples.txt b/source/aggregation/aggregation-examples.txt index 298d47179..b35b38d75 100644 --- a/source/aggregation/aggregation-examples.txt +++ b/source/aggregation/aggregation-examples.txt @@ -20,7 +20,13 @@ Aggregation Examples Overview -------- -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)` Import Classes ~~~~~~~~~~~~~~ From 3225e8e558f7ed1f027a6022242fee5caced829d Mon Sep 17 00:00:00 2001 From: rustagir Date: Mon, 23 Jun 2025 11:18:17 -0400 Subject: [PATCH 2/2] MW wording fix{ --- source/aggregation/aggregation-examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/aggregation/aggregation-examples.txt b/source/aggregation/aggregation-examples.txt index b35b38d75..c8a951920 100644 --- a/source/aggregation/aggregation-examples.txt +++ b/source/aggregation/aggregation-examples.txt @@ -20,7 +20,7 @@ Aggregation Examples Overview -------- -This guide provides examples on how to use aggregation pipelines. +This guide provides examples of how to use aggregation pipelines. .. sharedinclude:: dbx/agg-tutorials-manual-tip.rst