Skip to content

Commit f715ece

Browse files
committed
v2.18
1 parent fe41a60 commit f715ece

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

config/build_conf.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ project:
1010
title: 'MongoDB Ruby Driver Manual'
1111
branched: true
1212
version:
13-
release: '2.17'
14-
branch: 'v2.17'
13+
release: '2.18'
14+
branch: 'v2.18'
1515
system:
1616
runstate:
1717
serial_sphinx: publish
@@ -24,17 +24,17 @@ assets:
2424
- branch: master
2525
path: build/docs-tools
2626
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
2929
repository: https://github.com/mongodb/mongo-ruby-driver.git
3030
- branch: master
3131
path: build/bson-ruby
3232
repository: https://github.com/mongodb/bson-ruby.git
3333
paths:
3434
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'
3838
tools: 'bin'
3939
buildsystem: 'build/docs-tools'
4040
builddata: 'config'

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: prefix ruby-driver
22
define: base https://docs.mongodb.com/${prefix}
33
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
66

77

88
raw: /${prefix} -> ${base}/current/

0 commit comments

Comments
 (0)