forked from mongodb/docs-kotlin-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnooty.toml
32 lines (28 loc) · 1021 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
name = "kotlin-sync"
title = "Kotlin 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 = [
"/get-started",
"/read",
"/connect",
"/indexes",
"work-with-indexes",
"/data-formats"
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
driver-long = "MongoDB Kotlin Sync Driver"
driver-short = "Kotlin Sync driver"
language = "Kotlin"
version-number = "5.1"
full-version = "{+version-number+}.2"
version = "v{+version-number+}"
mdb-server = "MongoDB Server"
stable-api = "Stable API"
api = "https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/mongodb-driver-kotlin-sync"
java-api = "https://mongodb.github.io/mongo-java-driver/{+version-number+}"
core-api = "{+java-api+}/apidocs/mongodb-driver-core/"
kotlin-docs = "https://kotlinlang.org"