Skip to content

Commit 67811f9

Browse files
schmallisoi80and
authored andcommitted
DOP-1233: add realm, adl, osb, etc. external links
1 parent 20448b4 commit 67811f9

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

snooty/rstspec.toml

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,13 +1010,25 @@ help = """Link to a page in the MongoDB Guides site."""
10101010
type = {link = "https://docs.mongodb.com/guides%s"}
10111011

10121012
[role.mms-docs]
1013-
help = """Link to a page in the MongoDB Guides site."""
1013+
help = """Link to a page in the Cloud Manager documentation."""
10141014
type = {link = "https://docs.cloud.mongodb.com%s"}
10151015

10161016
[role.mms-home]
10171017
help = """Link to a MongoDB Cloud Services page."""
10181018
type = {link = "https://cloud.mongodb.com%s"}
10191019

1020+
[role.osb]
1021+
help = """Link to a page in the Atlas Open Service Broker documentation."""
1022+
type = {link = "https://docs.mongodb.com/atlas-open-service-broker/current%s"}
1023+
1024+
[role.adl]
1025+
help = """Link to a page in the Atlas Data Lake documentation."""
1026+
type = {link = "https://docs.mongodb.com/datalake%s"}
1027+
1028+
[role.dochub]
1029+
help = """Specify a dochub link."""
1030+
type = {link = "https://dochub.mongodb.org/core/%s"}
1031+
10201032
[role.mongo-spark]
10211033
help = """Link to a page in the MongoDB Spark Connector GitHub project."""
10221034
type = {link = "https://github.com/mongodb/mongo-spark%s"}
@@ -1044,6 +1056,14 @@ type = {link = "https://jira.mongodb.org/browse/%s"}
10441056
help = "Link to the MongoDB support site."
10451057
type = {link = "https://docs.mongodb.com/manual/support%s"}
10461058

1059+
[role.contact]
1060+
help = """Link to the MongoDB contact page."""
1061+
type = {link = "https://www.mongodb.com/contact%s"}
1062+
1063+
[role.mdbacct]
1064+
help = """Link to the MongoDB Account page."""
1065+
type = {link = "https://account.mongodb.com/account%s"}
1066+
10471067
[role.community-forum]
10481068
help = "Link to the MongoDB Community Forums page."
10491069
type = {link = "https://community.mongodb.com/%s"}
@@ -1064,6 +1084,10 @@ type = {link = "http://mongodb.github.io/node-mongodb-native/3.5/api/%s"}
10641084
help = """Link to a page in the Ruby driver's API reference."""
10651085
type = {link = "http://api.mongodb.com/ruby/current/Mongo/%s"}
10661086

1087+
[role.ruby]
1088+
help = """Link to a page in the Ruby driver's documentation."""
1089+
type = {link = "https://docs.mongodb.com/ruby-driver/current%s"}
1090+
10671091
[role.scala-docs]
10681092
help = "Link to a page in the Scala driver's documentation"
10691093
type = {link = "http://mongodb.github.io/mongo-scala-driver/2.9%s"}
@@ -1144,9 +1168,12 @@ type = {link = "https://docs.cloudmanager.mongodb.com%s"}
11441168
help = """Link to a page in the MMS Ops Manager documentation."""
11451169
type = {link = "https://docs.opsmanager.mongodb.com/current%s"}
11461170

1171+
[role.realm]
1172+
help = """Link to a page in the Realm docs."""
1173+
type = {link = "https://docs.mongodb.com/realm%s"}
1174+
11471175
[role.stitch]
1148-
help = """Link to a page in the Stitch docs."""
1149-
type = {link = "https://docs.mongodb.com/stitch%s"}
1176+
inherit = "realm"
11501177

11511178
[role.charts]
11521179
help = """Link to a page in the Charts docs."""

0 commit comments

Comments
 (0)