Skip to content

Commit aa1c52a

Browse files
committed
Update landing page links
JAVA-1736
1 parent a2276ba commit aa1c52a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/landing/data/releases.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
current = "3.0.0-rc1"
1+
current = "3.0.0"
22
[[versions]]
3-
version = "3.0.0-rc1"
4-
status = "rc"
5-
docs = "./current"
3+
version = "3.0.0"
4+
status = "current"
5+
docs = "./3.0"
66
api = "http://api.mongodb.org/java/current"
77

88
[[versions]]
99
version = "2.13.0"
10-
status = "current"
10+
status = ""
1111
docs = "./2.13"
1212
api = "http://api.mongodb.org/java/2.13"
1313

1414
[[drivers]]
1515
name = "mongodb-driver"
1616
description = "The synchronous driver, new in 3.0, for older versions select the: `mongo-java-driver`"
17-
versions = "3.0.0-rc1"
17+
versions = "3.0.0"
1818

1919
[[drivers]]
2020
name = "mongo-java-driver"
2121
description = "An uber jar containing the bson library, the core library and the mongodb-driver."
22-
versions = "3.0.0-rc1,2.13.0,2.12.5"
22+
versions = "3.0.0,2.13.0"
2323

2424
[[drivers]]
2525
name = "mongodb-driver-async"
2626
description = "The new asynchronous driver, new in 3.0"
27-
versions = "3.0.0-rc1"
27+
versions = "3.0.0"
2828

2929
[[drivers]]
3030
name = "mongodb-driver-core"
3131
description = "The core library, new in 3.0"
32-
versions = "3.0.0-rc1"
32+
versions = "3.0.0"

docs/landing/static/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"version": "3.0"}, {"version": "2.13"}]

0 commit comments

Comments
 (0)