Skip to content

Commit 9bcb5ef

Browse files
committed
Added link the to API Documentation
JAVA-1750
1 parent fbfcd09 commit 9bcb5ef

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/reference/config.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ canonifyurls = false
77
[blackfriday]
88
plainIdAnchors = true
99

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"
10+
[[menu.main]]
11+
name = "API Documentation"
12+
pre = "<i class='fa fa-file-text-o'></i>"
13+
weight = 90
14+
identifier = "apiDocs"
15+
url = "http://api.mongodb.org/java/3.0"

0 commit comments

Comments
 (0)