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
77[blackfriday ]
88 plainIdAnchors = true
99
10+
11+ # Update versions in mongodb.toml as well
1012[[menu .main ]]
1113 name = " API Documentation"
1214 pre = " <i class='fa fa-file-text-o'></i>"
1315 weight = 90
1416 identifier = " apiDocs"
1517 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
12githubRepo = " mongo-java-driver"
2- githubBranch = " master "
3+ githubBranch = " 3.0.x "
34currentVersion = " 3.0"
45highlightTheme = " idea.css"
56apiUrl = " http://api.mongodb.org/java/3.0/"
You can’t perform that action at this time.
0 commit comments