File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,15 @@ current = "3.0.0-rc1"
22[[versions ]]
33 version = " 3.0.0-rc1"
44 status = " rc"
5- docs = " http://mongodb.github.io/mongo-java-driver/3.0 "
6- api = " http://api.mongodb.org/java/3.0 "
5+ docs = " ./current "
6+ api = " http://api.mongodb.org/java/current "
77
88[[versions ]]
99 version = " 2.13.0"
1010 status = " current"
11- docs = " http://mongodb.github.io/mongo-java-driver /2.13"
11+ docs = " . /2.13"
1212 api = " http://api.mongodb.org/java/2.13"
1313
14- [[versions ]]
15- version = " 2.12.5"
16- status = " old"
17- docs = " http://api.mongodb.org/java/2.12" # We have no plans for a doc site
18- api = " http://api.mongodb.org/java/2.12"
19-
2014[[drivers ]]
2115 name = " mongodb-driver"
2216 description = " The synchronous driver, new in 3.0, for older versions select the: `mongo-java-driver`"
Original file line number Diff line number Diff line change 1- baseurl = " /mongo-java-driver/3.0 "
1+ baseurl = " /mongo-java-driver/current "
22languageCode = " en-us"
33title = " MongoDB Java Driver"
44theme = " mongodb"
You can’t perform that action at this time.
0 commit comments