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 26 27 28 29 30 31 32 33 34
|
baseurl = "/node-mongodb-native/3.6"
languageCode = "en-us"
title = "MongoDB Node.js Driver"
theme = "mongodb"
canonifyurls = false
[params]
referenceDocsUrl = "https://docs.mongodb.com/drivers/node"
[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 = "/api"
[[menu.main]]
name = "Source Code"
pre = "<i class='fa fa-github'></i>"
weight = 90
identifier = "githubLink"
url = "https://github.com/mongodb/node-mongodb-native"
[[menu.main]]
name = ""
pre = "<img src='https://badges.gitter.im/Join Chat.svg'/>"
weight = 150
identifier = "gitterLink"
url = "https://gitter.im/mongodb/node-mongodb-native?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"
|