We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ec8ed commit d75e236Copy full SHA for d75e236
Docs/landing/data/releases.toml
@@ -7,31 +7,26 @@ current = "2.4.1"
7
8
[[versions]]
9
version = "2.3.0"
10
- status = "current"
11
docs = "./2.3/"
12
api = "./2.3/apidocs"
13
14
15
version = "2.2.4"
16
17
docs = "./2.2/"
18
api = "http://api.mongodb.org/csharp/2.2"
19
20
21
version = "2.1.1"
22
23
docs = "./2.1/"
24
api = "http://api.mongodb.org/csharp/2.1"
25
26
27
version = "2.0.2"
28
29
docs = "./2.0/"
30
api = "http://api.mongodb.org/csharp/2.0"
31
32
33
version = "1.11"
34
35
docs = "./1.11"
36
api = "http://api.mongodb.org/csharp/1.11"
37
0 commit comments