File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ title = "MongoDB Java Driver"
4
4
theme = " mongodb"
5
5
canonifyurls = false
6
6
7
- # Example custom menu Item (Useful for linking to API docs)
8
- # [[menu.main]]
9
- # name = "Issues & Help"
10
- # pre = "<i class='fa fa-life-ring'></i>"
11
- # weight = 100
12
- # identifier = "help"
13
- # url = "https://jira.mongodb.org/browse/JAVA"
7
+ # Update versions in mongodb.toml as well
8
+ [[menu .main ]]
9
+ name = " API Documentation"
10
+ pre = " <i class='fa fa-file-text-o'></i>"
11
+ weight = 90
12
+ identifier = " apiDocs"
13
+ url = " http://api.mongodb.org/java/2.13"
14
+
15
+ [[menu .main ]]
16
+ name = " Source Code"
17
+ pre = " <i class='fa fa-github'></i>"
18
+ weight = 90
19
+ identifier = " githubLink"
20
+ url = " https://github.com/mongodb/mongo-java-driver/tree/2.13.x"
You can’t perform that action at this time.
0 commit comments