From ed9f3e3427c4351b370cf1125223597ad6ce7b7b Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 17 Jun 2025 14:55:15 -0400 Subject: [PATCH] DOCSP-50749: agg tutorial link --- snooty.toml | 3 ++- source/aggregation.txt | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 12ebd493..5b7fe9da 100644 --- a/snooty.toml +++ b/snooty.toml @@ -6,7 +6,7 @@ toc_landing_pages = [ "/monitoring-and-logging", "/security", "/security/authentication", - "/connect/specify-connection-options" + "/connect/specify-connection-options", ] intersphinx = [ @@ -20,6 +20,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/" api-version = "v2" driver-long = "MongoDB Go Driver" driver-short = "Go driver" +language = "Go" docs-branch = "master" version = "v2.1" full-version = "{+version+}.0" diff --git a/source/aggregation.txt b/source/aggregation.txt index fccb3357..9e2cf456 100644 --- a/source/aggregation.txt +++ b/source/aggregation.txt @@ -25,6 +25,12 @@ pipeline consists of one or more **stages**. Each stage performs an operation based on its expression operators. After the driver executes the aggregation pipeline, it returns an aggregated result. +.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst + + .. replacement:: language + + :guilabel:`{+language+}` + Analogy ~~~~~~~