Skip to content

Commit

Permalink
Revise/add mongoid/ruby roles (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir authored Nov 14, 2024
1 parent 5dee64e commit e0e8c3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snooty/rstspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1238,12 +1238,16 @@ type = {link = "https://php.net/%s"}

[role.ruby-api]
help = """Link to a page in the Ruby driver's API reference."""
type = {link = "http://api.mongodb.com/ruby/current/Mongo/%s"}
type = {link = "https://www.mongodb.com/docs/ruby-driver/current/api/Mongo/%s"}

[role.ruby]
help = """Link to a page in the Ruby driver's documentation."""
type = {link = "https://www.mongodb.com/docs/ruby-driver/current%s", ensure_trailing_slash = true}

[role.mongoid-api]
help = """Link to a page in the Mongoid ODM's API reference."""
type = {link = "https://www.mongodb.com/docs/mongoid/master/api/%s"}

[role.scala-docs]
help = "Link to a page in the Scala driver's documentation"
type = {link = "http://mongodb.github.io/mongo-scala-driver/2.9%s"}
Expand Down

0 comments on commit e0e8c3b

Please sign in to comment.