forked from mongodb/docs-ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnooty.toml
29 lines (22 loc) · 954 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
name = "drivers"
title = "MongoDB Drivers"
toc_landing_pages = ["/python", "/php", "/java-drivers", "/use-cases"]
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
package-name-org = "docs-ecosystem"
stable-api = "Stable API"
node-driver-long = "MongoDB Node.js Driver"
node-driver-short = "Node.js Driver"
csharp-version = "2.18"
csharp-docs-versioned = "https://mongodb.github.io/mongo-csharp-driver/{+csharp-version+}"
java-version = "4.9"
java-api = "https://mongodb.github.io/mongo-java-driver/{+java-version+}"
[[banners]]
targets = ["csharp.txt"]
variant = "tip"
value = """ \
A new version of the .Net/C# driver documentation is now live. To learn more about using \
the driver in your application, see the `official MongoDB C# driver documentation \
<https://www.mongodb.com/docs/drivers/csharp/current/>`__.
"""