-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathsnooty.toml
More file actions
35 lines (33 loc) · 936 Bytes
/
snooty.toml
File metadata and controls
35 lines (33 loc) · 936 Bytes
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
35
name = "node"
title = "Node.js Driver"
intersphinx = [
"https://www.mongodb.com/docs/manual/objects.inv",
"https://www.mongodb.com/docs/drivers/objects.inv",
"https://www.mongodb.com/docs/atlas/objects.inv",
]
toc_landing_pages = [
"/get-started",
"/connect",
"/security",
"/security/authentication",
"/data-formats",
"/connect/connection-options",
"/aggregation",
"/crud",
"/crud/query",
"crud/update",
"/crud/transactions",
"/monitoring-and-logging",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
version = "6.17"
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
driver-long = "MongoDB Node.js driver"
driver-short = "Node.js driver"
mdb-server = "MongoDB Server"
min-node-version = "v16.20.1"
stable-api = "Stable API"
vector-search = "Atlas Vector Search"
language = "JavaScript"
environment = "Node.js"