We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415443e commit 15239e5Copy full SHA for 15239e5
snooty.toml
@@ -15,3 +15,13 @@ scala-version-full = "2.12.13"
15
[substitutions]
16
copy = "unicode:: U+000A9"
17
ent-build = "MongoDB Enterprise"
18
+
19
+[[banners]]
20
+targets = ["*"]
21
+variant = "info"
22
+value = """\
23
+ MongoDB Connector for Spark comes in two standalone series: version \
24
+ 3.x and earlier, and version 10.x and later. \
25
+ Use the latest 10.x series of the Connector to take advantage of \
26
+ native integration with Spark features like Structured Streaming.
27
+ """
0 commit comments