Skip to content

DOCSP-30859: eol-v1.6 #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name = "kafka-connector"
title = "MongoDB Kafka Connector"

eol = true

intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
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"]

Expand Down Expand Up @@ -31,3 +34,11 @@ mongodb-port-mapping="35001"
jmx-port-mapping="35000"
sandbox-directory="kafka-edu/docs-examples/mongodb-kafka-base/"
win-sandbox-directory="kafka-edu\\docs-examples\\mongodb-kafka-base\\"
current-url-base = "https://www.mongodb.com/docs/kafka-connector/current"

[[banners]]
targets = ["*"]
variant = "info"
value = """\
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/>`__.\
"""