-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsnooty.toml
50 lines (48 loc) · 1.85 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
43
44
45
46
47
48
49
50
toc_landing_pages = [
"/fundamentals/connection",
"/fundamentals/crud",
"/usage-examples",
"/fundamentals",
"/fundamentals/serialization",
"/fundamentals/crud/write-operations/update-one",
"/fundamentals/crud/write-operations/update-many",
"/fundamentals/authentication",
"/upgrade",
"/fundamentals/database-collection"
]
name = "csharp"
title = "C#/.NET"
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/"
[constants]
driver-long = "MongoDB .NET/C# Driver"
driver-short = ".NET/C# Driver"
lang-framework = ".NET/C#"
ef-provider-long = "MongoDB Entity Framework Core Provider"
ef-provider-short = "Entity Framework Core Provider"
framework = ".NET framework"
framework-version = "4.8"
standard-version = "2.1"
language = "C#"
mdb-server = "MongoDB Server"
mongo-community = "MongoDB Community Edition"
mongo-enterprise = "MongoDB Enterprise Edition"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
version-number = "3.1"
last-version-2-number = "2.30"
version = "v{+version-number+}"
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
stable-api = "Stable API"
api-root = "https://mongodb.github.io/mongo-csharp-driver/{+version-number+}/html"
new-api-root = "https://mongodb.github.io/mongo-csharp-driver/{+version-number+}.0/api"
bool-data-type = "``boolean``"
string-data-type = "``string``"
int-data-type = "``integer``"
not-available = "N/A"
analyzer = "MongoDB C# Analyzer"
analyzer-short = "C# Analzyer"
query-api = "MongoDB Query API"