diff --git a/snooty.toml b/snooty.toml index 1eef9cb6..abc3735d 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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"] @@ -28,10 +31,17 @@ pipeline-size = "2.4 GB" stable-api = "Stable API" default-heartbeat-topic = "__mongodb_heartbeats" query-api = "MongoDB Query API" - write-exception-version="1" write-concern-exception-version="1" 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/>`__.\ + """ \ No newline at end of file