forked from mongodb/docs-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnooty.toml
36 lines (34 loc) · 1.42 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 = "csharp"
title = "C#/.NET"
toc_landing_pages = [
"/fundamentals/connection",
"/fundamentals/crud",
"/usage-examples",
"/fundamentals",
]
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#"
framework = ".NET framework"
framework-version = "4.8"
standard-version = "2.1"
language = "C#"
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 = "2.20" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
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+}/apidocs/html"
bool-data-type = "``boolean``"
string-data-type = "``string``"
int-data-type = "``integer``"
not-available = "N/A"