Skip to content

Commit 4533150

Browse files
authored
first commit (#35)
1 parent bf8656d commit 4533150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/csharp
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions 2.17 master
3+
define: versions 2.18 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ driver-short = ".NET/C# Driver"
1919
lang-framework = ".NET/C#"
2020
language = "C#"
2121
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
22-
version-number = "2.17" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
22+
version-number = "2.18" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
2323
version = "v{+version-number+}"
2424
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/usage-examples/code-examples"
2525
stable-api = "Stable API"

0 commit comments

Comments
 (0)