File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ project:
10
10
title : ' MongoDB Ruby Driver Manual'
11
11
branched : true
12
12
version :
13
- release : ' 2.17 '
14
- branch : ' v2.17 '
13
+ release : ' 2.18 '
14
+ branch : ' v2.18 '
15
15
system :
16
16
runstate :
17
17
serial_sphinx : publish
@@ -24,17 +24,17 @@ assets:
24
24
- branch : master
25
25
path : build/docs-tools
26
26
repository : https://github.com/mongodb/docs-tools.git
27
- - branch : 2.17 -stable
28
- path : build/ruby-driver-v2.17
27
+ - branch : 2.18 -stable
28
+ path : build/ruby-driver-v2.18
29
29
repository : https://github.com/mongodb/mongo-ruby-driver.git
30
30
- branch : master
31
31
path : build/bson-ruby
32
32
repository : https://github.com/mongodb/bson-ruby.git
33
33
paths :
34
34
output : ' build'
35
- source : ' source-v2.17 '
36
- includes : ' source-v2.17 /includes'
37
- images : ' source-v2.17 /images'
35
+ source : ' source-v2.18 '
36
+ includes : ' source-v2.18 /includes'
37
+ images : ' source-v2.18 /images'
38
38
tools : ' bin'
39
39
buildsystem : ' build/docs-tools'
40
40
builddata : ' config'
Original file line number Diff line number Diff line change 1
1
define: prefix ruby-driver
2
2
define: base https://docs.mongodb.com/${prefix}
3
3
define: mongoid_base https://docs.mongodb.com/mongoid
4
- define: versions v1.x v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 v2.6 v2.7 v2.8 v2.9 v2.10 v2.11 v2.12 v2.13 v2.14 v2.15 v2.16 v2.17 master
5
- symlink: current -> v2.17
4
+ define: versions v1.x v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 v2.6 v2.7 v2.8 v2.9 v2.10 v2.11 v2.12 v2.13 v2.14 v2.15 v2.16 v2.17 v2.18 master
5
+ symlink: current -> v2.18
6
6
7
7
8
8
raw: /${prefix} -> ${base}/current/
You can’t perform that action at this time.
0 commit comments