Skip to content

Commit ec32b90

Browse files
authored
DOCSP-30859-eol-v1.7 (#134)
1 parent 60a0a91 commit ec32b90

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

snooty.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name = "kafka-connector"
22
title = "MongoDB Kafka Connector"
3+
4+
eol = true
5+
36
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
47
toc_landing_pages = ["/introduction", "/tutorials", "/sink-connector", "/source-connector", "/sink-connector/configuration-properties", "/source-connector/configuration-properties", "/sink-connector/fundamentals", "/source-connector/fundamentals", "/source-connector/usage-examples", "/security-and-authentication", "/troubleshooting"]
58

@@ -28,10 +31,17 @@ pipeline-size = "2.4 GB"
2831
stable-api = "Stable API"
2932
default-heartbeat-topic = "__mongodb_heartbeats"
3033
query-api = "MongoDB Query API"
31-
3234
write-exception-version="1"
3335
write-concern-exception-version="1"
3436
mongodb-port-mapping="35001"
3537
jmx-port-mapping="35000"
3638
sandbox-directory="kafka-edu/docs-examples/mongodb-kafka-base/"
3739
win-sandbox-directory="kafka-edu\\docs-examples\\mongodb-kafka-base\\"
40+
current-url-base = "https://www.mongodb.com/docs/kafka-connector/current"
41+
42+
[[banners]]
43+
targets = ["*"]
44+
variant = "info"
45+
value = """\
46+
This version of the documentation is archived and no longer supported. View the `current documentation <{+current-url-base+}/>`__ to learn how to `upgrade your version of the {+connector+} <{+current-url-base+}/introduction/install/>`__.\
47+
"""

0 commit comments

Comments
 (0)