File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ define: prefix docs/drivers/csharp
2
2
define: base https://www.mongodb.com/${prefix}
3
3
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 master
4
4
5
+ symlink: current -> master
6
+
5
7
raw: ${prefix}/ -> ${base}/current/
6
8
raw: ${prefix}/stable -> ${base}/current/
9
+ raw: ${prefix}/master -> ${base}/upcoming/
7
10
8
11
[*-master]: ${prefix}/${version}/fundamentals/connection/network-compression/ -> ${base}/${version}/
9
12
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
10
13
[*-master]: ${prefix}/${version}/fundamentals/data-formats/guid-serialization/ -> ${base}/${version}/fundamentals/serialization/guid-serialization/
11
14
[*-master]: ${prefix}/${version}/fundamentals/data-formats/poco/ -> ${base}/${version}/fundamentals/serialization/poco/
12
15
[*-master]: ${prefix}/${version}/fundamentals/data-formats/polymorphism/ -> ${base}/${version}/fundamentals/serialization/polymorphic-objects/
16
+ [*-master]: ${prefix}/${version}/fundamentals/data-formats/bson/ -> ${base}/${version}/fundamentals/bson/
13
17
[*-master]: ${prefix}/${version}/fundamentals/class-mapping/ -> ${base}/${version}/fundamentals/serialization/class-mapping/
You can’t perform that action at this time.
0 commit comments