Skip to content

Commit fb21b18

Browse files
committed
Documentation updates
Updated the github branch in the docs Added a link to the Source Code in the menu
1 parent d1dfe22 commit fb21b18

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/reference/config.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

docs/reference/data/mongodb.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# Update versions in config.toml as well
12
githubRepo = "mongo-java-driver"
2-
githubBranch = "master"
3+
githubBranch = "3.0.x"
34
currentVersion = "3.0"
45
highlightTheme = "idea.css"
56
apiUrl = "http://api.mongodb.org/java/3.0/"

0 commit comments

Comments
 (0)