-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathsnooty.toml
36 lines (33 loc) · 1.09 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
name = "java"
title = "Java Sync 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 = [
"/fundamentals/connection",
"/fundamentals/crud",
"/fundamentals/builders",
"/fundamentals/aggregation",
"/usage-examples",
"/fundamentals/builders/aggregates",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
driver = "java"
driver-long = "MongoDB Java Driver"
driver-short = "Java driver"
version = "5.3"
full-version = "{+version+}.0"
mdb-server = "MongoDB Server"
package-name-org = "mongodb-org"
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
stable-api = "Stable API"
mongocrypt-version = "{+full-version+}"
nettyVersion = "io.netty:netty-all:4.1.87.Final"
snappyVersion = "org.xerial.snappy:snappy-java:1.1.10.3"
zstdVersion = "com.github.luben:zstd-jni:1.5.5-3"
logbackVersion = "1.2.11"
log4j2Version = "2.17.1"
communityForums = "https://www.mongodb.com/community/forums/"