Skip to content

Commit 50e8e28

Browse files
committed
Move 3.4 Javadoc into Github Pages
1 parent 9673c1c commit 50e8e28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/landing/data/releases.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ current = "3.4.0"
33
[[versions]]
44
version = "3.4.0-beta1"
55
docs = "./3.4"
6-
api = "http://api.mongodb.com/java/3.4"
6+
api = "./3.4/javadoc"
77

88
[[versions]]
99
version = "3.3.0"

docs/reference/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ canonifyurls = false
1414
pre = "<i class='fa fa-file-text-o'></i>"
1515
weight = 90
1616
identifier = "apiDocs"
17-
url = "http://api.mongodb.com/java/3.4"
17+
url = "/javadoc"
1818

1919
[[menu.main]]
2020
name = "Source Code"

docs/reference/data/mongodb.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update versions in config.toml as well
22
githubRepo = "mongo-java-driver"
33
githubBranch = "master"
4-
currentVersion = "3.3"
4+
currentVersion = "3.4"
55
highlightTheme = "idea.css"
6-
apiUrl = "http://api.mongodb.com/java/3.3/"
6+
apiUrl = "/javadoc"

0 commit comments

Comments
 (0)