Skip to content

Commit cc14690

Browse files
authored
Revert "(DOCSP-21828) Master branch changed from v3.0 to development branch for v10.0 (#112)" (#114)
This reverts commit 343b84c.
1 parent 343b84c commit cc14690

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2564
-1407
lines changed

snooty.toml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@ title = "MongoDB Spark Connector"
33

44
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
55

6-
toc_landing_pages = ["configuration"]
6+
toc_landing_pages = ["/java-api", "/python-api", "/scala-api", "/r-api"]
77

88
[constants]
9-
current-version = "10.0.0"
10-
spark-core-version = "3.0.1"
11-
spark-sql-version = "3.0.1"
9+
current-version = "3.0.2"
10+
spark-core-version = "3.0.2"
11+
spark-sql-version = "3.0.2"
1212
scala-version = "2.12"
1313
scala-version-full = "2.12.13"
1414

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)