From 2355e1cdecbca664478e6c74486d9e73c29f7f94 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 2168525d0..10723330f 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 44c835fb632ccd876848876f6f8c78047f8c2b7e 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 10723330f..ee6d40fc6 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 b6a3816005174192c55a9bd862d93dd4805e6e61 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 ee6d40fc6..10723330f 100644 --- a/snooty.toml +++ b/snooty.toml @@ -7,6 +7,7 @@ intersphinx = [ ] toc_landing_pages = [ + "/connection", "/connection/specify-connection-options", "/crud/update-documents", "/aggregation",