Skip to content

Commit 91fc614

Browse files
DOP-6391 Add OM RN roles (#682)
1 parent 677c210 commit 91fc614

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

snooty/rstspec.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,6 +1714,20 @@ type = {link = "https://www.mongodb.com/docs/atlas/operator%s", ensure_trailing_
17141714
[role."languages"]
17151715
type = {link = "https://www.mongodb.com/docs/languages%s", ensure_trailing_slash = true}
17161716

1717+
[role."om-v44"]
1718+
help = """Link to Ops Manager v4.4 Release Notes"""
1719+
type = {link = "https://www.mongodb.com/docs/v4.4/release-notes%s", ensure_trailing_slash = true}
1720+
1721+
[role."om-v5"]
1722+
help = """Link to Ops Manager v5.0 Release Notes"""
1723+
type = {link = "https://www.mongodb.com/docs/v5.0/release-notes%s", ensure_trailing_slash = true}
1724+
1725+
[role."om-v6"]
1726+
help = """Link to Ops Manager v6.0 Release Notes"""
1727+
type = {link = "https://www.mongodb.com/docs/v6.0/release-notes%s", ensure_trailing_slash = true}
1728+
1729+
1730+
17171731
### Types of objects (directive & role pairs)
17181732

17191733
# The following rstobjects are used for cross-referencing through intersphinx

0 commit comments

Comments
 (0)