-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsnooty.toml
42 lines (38 loc) · 1.18 KB
/
snooty.toml
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
36
37
38
39
40
41
42
name = "scala"
title = "Scala"
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",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
toc_landing_pages = [
"/get-started",
"/bson",
"/tutorials/connect",
"/tutorials/write-ops",
"/builders",
"/get-started",
"/databases-collections",
"/read",
"/write",
"/indexes",
"/security"
]
[constants]
driver-short = "Scala driver"
driver-long = "MongoDB Scala Driver"
version = "5.3"
full-version = "{+version+}.0"
language = "Scala"
language-version = "2.13.16"
mdb-server = "MongoDB Server"
java-api-root = "https://mongodb.github.io/mongo-java-driver/{+version+}"
api = "{+java-api-root+}/apidocs/mongo-scala-driver"
driver-source-gh = "https://github.com/mongodb/mongo-java-driver"
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
core-api = "{+java-api-root+}/apidocs/mongodb-driver-core"
mongocrypt-version = "{+full-version+}"
java-version = "23"
mongodb-server = "MongoDB Server"
stable-api = "Stable API"