Skip to content

Commit

Permalink
DOP-4972: Add ruby driver to wayfinding component (#615)
Browse files Browse the repository at this point in the history
* adding ruby driver

* test
  • Loading branch information
mayaraman19 authored Sep 3, 2024
1 parent 75a1dfa commit 0a70d51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions snooty/rstspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1962,6 +1962,7 @@ options = [
{id = "pymongo", language = "python" , title = "PyMongo"},
{id = "python", language = "python" , title = "Python", show_first = true},
{id = "mongoid", language = "ruby" , title = "Mongoid"},
{id = "ruby", language = "ruby", title = "Ruby"},
{id = "rust", language = "rust" , title = "Rust"},
{id = "scala", language = "scala" , title = "Scala"},
{id = "swift", language = "swift" , title = "Swift"},
Expand Down
8 changes: 8 additions & 0 deletions snooty/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3945,6 +3945,9 @@ def test_wayfinding_sorted() -> None:
.. wayfinding-option:: https://www.mongodb.com/docs/
:id: typescript
.. wayfinding-option:: https://www.mongodb.com/docs/
:id: ruby
.. wayfinding-description::
Expand Down Expand Up @@ -4032,6 +4035,11 @@ def test_wayfinding_sorted() -> None:
<text>https://www.mongodb.com/docs/</text>
</reference>
</directive>
<directive domain="mongodb" name="wayfinding-option" id="ruby" title="Ruby" language="ruby">
<reference refuri="https://www.mongodb.com/docs/">
<text>https://www.mongodb.com/docs/</text>
</reference>
</directive>
<directive domain="mongodb" name="wayfinding-option" id="rust" title="Rust" language="rust">
<reference refuri="https://www.mongodb.com/docs/">
<text>https://www.mongodb.com/docs/</text>
Expand Down

0 comments on commit 0a70d51

Please sign in to comment.