@@ -1010,13 +1010,25 @@ help = """Link to a page in the MongoDB Guides site."""
10101010type = {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 ."""
10141014type = {link = " https://docs.cloud.mongodb.com%s" }
10151015
10161016[role .mms-home ]
10171017help = """ Link to a MongoDB Cloud Services page."""
10181018type = {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 ]
10211033help = """ Link to a page in the MongoDB Spark Connector GitHub project."""
10221034type = {link = " https://github.com/mongodb/mongo-spark%s" }
@@ -1044,6 +1056,14 @@ type = {link = "https://jira.mongodb.org/browse/%s"}
10441056help = " Link to the MongoDB support site."
10451057type = {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 ]
10481068help = " Link to the MongoDB Community Forums page."
10491069type = {link = " https://community.mongodb.com/%s" }
@@ -1064,6 +1084,10 @@ type = {link = "http://mongodb.github.io/node-mongodb-native/3.5/api/%s"}
10641084help = """ Link to a page in the Ruby driver's API reference."""
10651085type = {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 ]
10681092help = " Link to a page in the Scala driver's documentation"
10691093type = {link = " http://mongodb.github.io/mongo-scala-driver/2.9%s" }
@@ -1144,9 +1168,12 @@ type = {link = "https://docs.cloudmanager.mongodb.com%s"}
11441168help = """ Link to a page in the MMS Ops Manager documentation."""
11451169type = {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 ]
11521179help = """ Link to a page in the Charts docs."""
0 commit comments