File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,18 @@ canonifyurls = false
7
7
[blackfriday ]
8
8
plainIdAnchors = true
9
9
10
+
11
+ # Update versions in mongodb.toml as well
10
12
[[menu .main ]]
11
13
name = " API Documentation"
12
14
pre = " <i class='fa fa-file-text-o'></i>"
13
15
weight = 90
14
16
identifier = " apiDocs"
15
17
url = " http://api.mongodb.org/java/3.0"
18
+
19
+ [[menu .main ]]
20
+ name = " Source Code"
21
+ pre = " <i class='fa fa-github'></i>"
22
+ weight = 90
23
+ identifier = " githubLink"
24
+ url = " https://github.com/mongodb/mongo-java-driver/tree/3.0.x"
Original file line number Diff line number Diff line change
1
+ # Update versions in config.toml as well
1
2
githubRepo = " mongo-java-driver"
2
- githubBranch = " master "
3
+ githubBranch = " 3.0.x "
3
4
currentVersion = " 3.0"
4
5
highlightTheme = " idea.css"
5
6
apiUrl = " http://api.mongodb.org/java/3.0/"
You can’t perform that action at this time.
0 commit comments