forked from mongodb/docs-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnooty.toml
33 lines (31 loc) · 998 Bytes
/
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
name = "java"
title = "Java Sync"
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",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
driver = "java"
driver-long = "MongoDB Java Driver"
driver-short = "Java Driver"
version = "4.10"
full-version = "{+version+}.1"
mdb-server = "MongoDB Server"
package-name-org = "mongodb-org"
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
stable-api = "Stable API"
mongocrypt-version = "1.7.3"
nettyVersion = "io.netty:netty-all:4.1.79.Final"
snappyVersion = "org.xerial.snappy:snappy-java:1.1.10.1"
zstdVersion = "com.github.luben:zstd-jni:1.5.2-3"
logbackVersion = "1.2.11"
log4j2Version = "2.17.1"