Skip to content

Commit 15239e5

Browse files
authored
(DOCSP-21748) Add banners to v3 and earlier (#101)
* (DOCSP-21748) Add v3 banners
1 parent 415443e commit 15239e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snooty.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ scala-version-full = "2.12.13"
1515
[substitutions]
1616
copy = "unicode:: U+000A9"
1717
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

Comments
 (0)