From 4432840a759a670f936859df8a18932b31d4c628 Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 22 Jul 2025 10:28:33 -0400 Subject: [PATCH 1/2] DOCSP-50360: v10.2 EOL --- snooty.toml | 10 ++++++++++ source/api-docs.txt | 3 +++ source/batch-mode.txt | 3 +++ source/batch-mode/batch-read-config.txt | 3 +++ source/batch-mode/batch-read.txt | 3 +++ source/batch-mode/batch-write-config.txt | 3 +++ source/batch-mode/batch-write.txt | 3 +++ source/configuration.txt | 3 +++ source/faq.txt | 3 +++ source/getting-started.txt | 3 +++ source/index.txt | 3 +++ source/release-notes.txt | 3 +++ source/streaming-mode.txt | 3 +++ source/streaming-mode/streaming-read-config.txt | 3 +++ source/streaming-mode/streaming-read.txt | 3 +++ source/streaming-mode/streaming-write-config.txt | 3 +++ source/streaming-mode/streaming-write.txt | 3 +++ source/tls.txt | 3 +++ 18 files changed, 61 insertions(+) diff --git a/snooty.toml b/snooty.toml index 003e21ee..9d8fa91c 100644 --- a/snooty.toml +++ b/snooty.toml @@ -1,5 +1,6 @@ name = "spark-connector" title = "MongoDB Spark Connector" +eol = true intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"] @@ -25,3 +26,12 @@ spark-sql-version = "3.3.1" [substitutions] copy = "unicode:: U+000A9" ent-build = "MongoDB Enterprise" + +[[banners]] +targets = ["*"] +variant = "info" +value = """\ + This version of the documentation is archived and no longer supported. View the \ + `current documentation `__ to \ + learn how to `install supported versions of the {+product+} `__.\ + """ \ No newline at end of file diff --git a/source/api-docs.txt b/source/api-docs.txt index 61bfdefc..df5c1805 100644 --- a/source/api-docs.txt +++ b/source/api-docs.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + ================= API Documentation ================= diff --git a/source/batch-mode.txt b/source/batch-mode.txt index a48a84d0..90b3b15c 100644 --- a/source/batch-mode.txt +++ b/source/batch-mode.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + ========== Batch Mode ========== diff --git a/source/batch-mode/batch-read-config.txt b/source/batch-mode/batch-read-config.txt index 18bd940f..2d8b9555 100644 --- a/source/batch-mode/batch-read-config.txt +++ b/source/batch-mode/batch-read-config.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _spark-batch-read-conf: ================================ diff --git a/source/batch-mode/batch-read.txt b/source/batch-mode/batch-read.txt index ab636063..86e6fbe6 100644 --- a/source/batch-mode/batch-read.txt +++ b/source/batch-mode/batch-read.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _batch-read-from-mongodb: =============================== diff --git a/source/batch-mode/batch-write-config.txt b/source/batch-mode/batch-write-config.txt index 9aa6613b..f092f738 100644 --- a/source/batch-mode/batch-write-config.txt +++ b/source/batch-mode/batch-write-config.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _spark-batch-write-conf: ================================= diff --git a/source/batch-mode/batch-write.txt b/source/batch-mode/batch-write.txt index e4dce8ad..4480d1f6 100644 --- a/source/batch-mode/batch-write.txt +++ b/source/batch-mode/batch-write.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _batch-write-to-mongodb: ============================== diff --git a/source/configuration.txt b/source/configuration.txt index 1b57b62e..50179d9d 100644 --- a/source/configuration.txt +++ b/source/configuration.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _configuration: ================= diff --git a/source/faq.txt b/source/faq.txt index b4791301..2338d301 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + === FAQ === diff --git a/source/getting-started.txt b/source/getting-started.txt index e157df84..aa8842c4 100644 --- a/source/getting-started.txt +++ b/source/getting-started.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + ======================================== Getting Started with the {+connector-short+} ======================================== diff --git a/source/index.txt b/source/index.txt index 5fcbeb28..a99eef85 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + =========================== MongoDB Connector for Spark =========================== diff --git a/source/release-notes.txt b/source/release-notes.txt index ba5a8354..f250885f 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + ============= Release Notes ============= diff --git a/source/streaming-mode.txt b/source/streaming-mode.txt index 9128ef92..0a7e2c2a 100644 --- a/source/streaming-mode.txt +++ b/source/streaming-mode.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _streaming-mode: ============== diff --git a/source/streaming-mode/streaming-read-config.txt b/source/streaming-mode/streaming-read-config.txt index fed115ce..e094e0d3 100644 --- a/source/streaming-mode/streaming-read-config.txt +++ b/source/streaming-mode/streaming-read-config.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _spark-streaming-read-conf: ==================================== diff --git a/source/streaming-mode/streaming-read.txt b/source/streaming-mode/streaming-read.txt index e569eace..ed33a5e5 100644 --- a/source/streaming-mode/streaming-read.txt +++ b/source/streaming-mode/streaming-read.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _streaming-read-from-mongodb: =================================== diff --git a/source/streaming-mode/streaming-write-config.txt b/source/streaming-mode/streaming-write-config.txt index 1f58ab53..a189d9f7 100644 --- a/source/streaming-mode/streaming-write-config.txt +++ b/source/streaming-mode/streaming-write-config.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _spark-streaming-write-conf: ===================================== diff --git a/source/streaming-mode/streaming-write.txt b/source/streaming-mode/streaming-write.txt index 854ca917..ee6b10fd 100644 --- a/source/streaming-mode/streaming-write.txt +++ b/source/streaming-mode/streaming-write.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _streaming-write-to-mongodb: ================================== diff --git a/source/tls.txt b/source/tls.txt index 225e87a0..a3a64892 100644 --- a/source/tls.txt +++ b/source/tls.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _spark-configure-tls: ================= From 0e6a00869135ce671cc8259f67b4d425bcc0fed5 Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 22 Jul 2025 10:40:32 -0400 Subject: [PATCH 2/2] fix --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 9d8fa91c..a5aa0b8a 100644 --- a/snooty.toml +++ b/snooty.toml @@ -33,5 +33,5 @@ variant = "info" value = """\ This version of the documentation is archived and no longer supported. View the \ `current documentation `__ to \ - learn how to `install supported versions of the {+product+} `__.\ + learn how to `install supported versions of the {+connector-short+} `__.\ """ \ No newline at end of file