Skip to content

Commit e203bbf

Browse files
authored
DOP-3397: set up docs-ruby to build with Snooty (#21)
* DOP-3397: add submodule, snooty.toml for nextgen builds * submodules use http not ssh
1 parent c172f1a commit e203bbf

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "mongo-ruby-driver"]
2+
path = mongo-ruby-driver
3+
url = https://github.com/mongodb/mongo-ruby-driver.git
4+
branch = master

mongo-ruby-driver

Submodule mongo-ruby-driver added at 972456b

snooty.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "ruby-driver"
2+
title = "Ruby MongoDB Driver"
3+
4+
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]

worker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)