Skip to content

Commit

Permalink
DOP-5046: Prioritize PyMongo in wayfinding component (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler authored Oct 3, 2024
1 parent ce53e9d commit 6c685af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions snooty/rstspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1980,8 +1980,8 @@ options = [
{id = "kotlin-sync", language = "kotlin", title = "Kotlin Sync"},
{id = "php", language = "php", title = "PHP"},
{id = "motor", language = "python" , title = "Motor"},
{id = "pymongo", language = "python" , title = "PyMongo"},
{id = "python", language = "python" , title = "Python", show_first = true},
{id = "pymongo", language = "python" , title = "PyMongo", show_first = true},
{id = "python", language = "python" , title = "Python"},
{id = "mongoid", language = "ruby" , title = "Mongoid"},
{id = "ruby", language = "ruby", title = "Ruby"},
{id = "rust", language = "rust" , title = "Rust"},
Expand Down
4 changes: 2 additions & 2 deletions snooty/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4021,7 +4021,7 @@ def test_wayfinding_sorted() -> None:
<text>https://www.mongodb.com/docs/</text>
</reference>
</directive>
<directive domain="mongodb" name="wayfinding-option" id="python" title="Python" language="python">
<directive domain="mongodb" name="wayfinding-option" id="pymongo" title="PyMongo" language="python">
<reference refuri="https://www.mongodb.com/docs/">
<text>https://www.mongodb.com/docs/</text>
</reference>
Expand Down Expand Up @@ -4066,7 +4066,7 @@ def test_wayfinding_sorted() -> None:
<text>https://www.mongodb.com/docs/</text>
</reference>
</directive>
<directive domain="mongodb" name="wayfinding-option" id="pymongo" title="PyMongo" language="python">
<directive domain="mongodb" name="wayfinding-option" id="python" title="Python" language="python">
<reference refuri="https://www.mongodb.com/docs/">
<text>https://www.mongodb.com/docs/</text>
</reference>
Expand Down

0 comments on commit 6c685af

Please sign in to comment.