Skip to content

Commit 4daab2f

Browse files
committed
retrieve 2.19 branch for v2.19
1 parent 80f3b3e commit 4daab2f

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

config/build_conf.yaml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
11
git:
2-
repo: 'mongodb/docs-ruby'
2+
repo: "mongodb/docs-ruby"
33
remote:
4-
upstream: 'mongodb/docs-ruby'
5-
tools: 'mongodb/docs-tools'
4+
upstream: "mongodb/docs-ruby"
5+
tools: "mongodb/docs-tools"
66
project:
7-
name: 'ruby-driver'
8-
tag: 'ruby-driver'
9-
url: 'https://docs.mongodb.com/ruby-driver'
10-
title: 'MongoDB Ruby Driver Manual'
7+
name: "ruby-driver"
8+
tag: "ruby-driver"
9+
url: "https://docs.mongodb.com/ruby-driver"
10+
title: "MongoDB Ruby Driver Manual"
1111
branched: true
1212
version:
13-
release: 'upcoming'
14-
branch: 'master'
13+
release: "upcoming"
14+
branch: "master"
1515
system:
1616
runstate:
1717
serial_sphinx: publish
1818
files:
19-
- 'intersphinx.yaml'
20-
- 'integration.yaml'
21-
- 'sphinx_local.yaml'
22-
- 'push.yaml'
19+
- "intersphinx.yaml"
20+
- "integration.yaml"
21+
- "sphinx_local.yaml"
22+
- "push.yaml"
2323
assets:
2424
- branch: master
2525
path: build/docs-tools
2626
repository: https://github.com/mongodb/docs-tools.git
27-
- branch: master
28-
path: build/ruby-driver-master
27+
- branch: 2.19-stable
28+
path: build/ruby-driver-v2.19
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:
34-
output: 'build'
35-
source: 'source-master'
36-
includes: 'source-master/includes'
37-
images: 'source-master/images'
38-
tools: 'bin'
39-
buildsystem: 'build/docs-tools'
40-
builddata: 'config'
41-
locale: 'locale'
42-
43-
...
34+
output: "build"
35+
source: "source-master"
36+
includes: "source-master/includes"
37+
images: "source-master/images"
38+
tools: "bin"
39+
buildsystem: "build/docs-tools"
40+
builddata: "config"
41+
locale: "locale"

0 commit comments

Comments
 (0)