We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfcd09 commit 9bcb5efCopy full SHA for 9bcb5ef
docs/reference/config.toml
@@ -7,10 +7,9 @@ canonifyurls = false
7
[blackfriday]
8
plainIdAnchors = true
9
10
-# Example custom menu Item (Useful for linking to API docs)
11
-# [[menu.main]]
12
-# name = "Issues & Help"
13
-# pre = "<i class='fa fa-life-ring'></i>"
14
-# weight = 100
15
-# identifier = "help"
16
-# url = "https://jira.mongodb.org/browse/JAVA"
+[[menu.main]]
+ name = "API Documentation"
+ pre = "<i class='fa fa-file-text-o'></i>"
+ weight = 90
+ identifier = "apiDocs"
+ url = "http://api.mongodb.org/java/3.0"
0 commit comments