Skip to content

Commit 0a13f31

Browse files
committed
update for v2.5
1 parent 291e6ec commit 0a13f31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project:
1010
title: 'Ruby Driver Manual'
1111
branched: true
1212
version:
13-
release: '2.4'
13+
release: '2.5'
1414
branch: 'master'
1515
system:
1616
runstate:
@@ -20,7 +20,6 @@ system:
2020
- 'integration.yaml'
2121
- 'sphinx_local.yaml'
2222
- 'push.yaml'
23-
- htaccess: ['htaccess.yaml', 'htaccess-mongoid.yaml']
2423
assets:
2524
- branch: master
2625
path: build/docs-tools

config/redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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 master
4+
define: versions v1.x v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 master
5+
symlink: v2.5 -> master
56

67
raw: /${prefix} -> ${base}/master
78
(v1.x-*]: ${prefix}/${version}/aggregation-framework -> ${base}/${version}/quick-start

0 commit comments

Comments
 (0)