1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
baseURL = "/mongo-java-driver/3.6"
languageCode = "en-us"
title = "MongoDB Java Driver"
theme = "mongodb"
canonifyURLs = false
disableHugoGeneratorInject = true
disableKinds = ["section", "taxonomy", "taxonomyTerm", "404"]
[blackfriday]
plainIdAnchors = true
# Update versions in mongodb.toml as well
[[menu.main]]
name = "API Documentation"
pre = "<i class='fa fa-file-text-o'></i>"
weight = 90
identifier = "apiDocs"
url = "/javadoc"
[[menu.main]]
name = "Source Code"
pre = "<i class='fa fa-github'></i>"
weight = 90
identifier = "githubLink"
url = "https://github.com/mongodb/mongo-java-driver/tree/master"
|