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"
2
2
[[versions ]]
3
3
version = " 3.0.0-rc1"
4
4
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 "
7
7
8
8
[[versions ]]
9
9
version = " 2.13.0"
10
10
status = " current"
11
- docs = " http://mongodb.github.io/mongo-java-driver /2.13"
11
+ docs = " . /2.13"
12
12
api = " http://api.mongodb.org/java/2.13"
13
13
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
-
20
14
[[drivers ]]
21
15
name = " mongodb-driver"
22
16
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 "
2
2
languageCode = " en-us"
3
3
title = " MongoDB Java Driver"
4
4
theme = " mongodb"
You can’t perform that action at this time.
0 commit comments