Skip to content

Commit 2c9065c

Browse files
committed
Menu updates
Added link the to API Documentation Added a link to the Source Code JAVA-1750
1 parent ee7bdb8 commit 2c9065c

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/reference/config.toml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ title = "MongoDB Java Driver"
44
theme = "mongodb"
55
canonifyurls = false
66

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"

0 commit comments

Comments
 (0)