From fda6e01ab6f41e99b45ae80ce53f0642856e7548 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 --- 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 51da06026c1e55476c5cba0ea3997e8cfece0f9a Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Wed, 23 Jul 2025 14:49:33 -0400 Subject: [PATCH 2/3] noindex --- 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 c5ab76e273fe4c2fac56a7f250066cd1ec6d7b99 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 --- 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",