From 7394b8021f209dfd7d64e8705c0565448b16d4b4 Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Wed, 23 Jul 2025 14:41:11 -0400 Subject: [PATCH 1/3] DOCSP-51250 remove ref page from landing <100 words (cherry picked from commit fda6e01ab6f41e99b45ae80ce53f0642856e7548) --- snooty.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 48d20a6cc..4426dab67 100644 --- a/snooty.toml +++ b/snooty.toml @@ -14,7 +14,6 @@ toc_landing_pages = [ "/builders", "/builders/aggregates", "/data-formats", - "/reference", "/logging-monitoring", "/api-documentation", "/security", From f65e8b3f5d546694dc51a72bf141354d7c31430d Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Wed, 23 Jul 2025 14:49:33 -0400 Subject: [PATCH 2/3] noindex (cherry picked from commit 51da06026c1e55476c5cba0ea3997e8cfece0f9a) --- snooty.toml | 1 - source/reference.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 4426dab67..6cc98f54e 100644 --- a/snooty.toml +++ b/snooty.toml @@ -7,7 +7,6 @@ intersphinx = [ ] toc_landing_pages = [ - "/connection", "/connection/specify-connection-options", "/crud/update-documents", "/aggregation", diff --git a/source/reference.txt b/source/reference.txt index 5eb0901a9..781ed7272 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -4,6 +4,7 @@ Reference .. meta:: :description: Find reference material related to the {+driver-long+}. + :robots: noindex .. toctree:: :titlesonly: From cb794b7854a041c3906afa8a90d45c04430630ca Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Wed, 23 Jul 2025 15:04:25 -0400 Subject: [PATCH 3/3] fix deletion (cherry picked from commit c5ab76e273fe4c2fac56a7f250066cd1ec6d7b99) --- snooty.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/snooty.toml b/snooty.toml index 6cc98f54e..4426dab67 100644 --- a/snooty.toml +++ b/snooty.toml @@ -7,6 +7,7 @@ intersphinx = [ ] toc_landing_pages = [ + "/connection", "/connection/specify-connection-options", "/crud/update-documents", "/aggregation",