Skip to content

Commit 2d540de

Browse files
authored
(DOCSP-23944) Adds Atlas CLI custom role to rstspec.toml (#419)
* (DOCSP-23944) Adds Atlas CLI custom role to rstspec.toml * Removes brackets
1 parent 16b990e commit 2d540de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snooty/rstspec.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,10 @@ type = {link = "https://www.mongodb.com/docs/atlas/reference/api-resources-spec/
16001600
[role."oas-atlas-op"]
16011601
type = {link = "https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#operation%s"}
16021602

1603+
[role."atlascli"]
1604+
help = """Link to a page in the Atlas CLI documentation."""
1605+
type = {link = "https://www.mongodb.com/docs/atlas/cli/stable%s", ensure_trailing_slash = true}
1606+
16031607
### Types of objects (directive & role pairs)
16041608
[rstobject."py:class"]
16051609

0 commit comments

Comments
 (0)