From 6c685af921eb08461471f20feeebf05f38067c0c Mon Sep 17 00:00:00 2001
From: rayangler <27821750+rayangler@users.noreply.github.com>
Date: Thu, 3 Oct 2024 10:19:40 -0400
Subject: [PATCH] DOP-5046: Prioritize PyMongo in wayfinding component (#624)
---
snooty/rstspec.toml | 4 ++--
snooty/test_parser.py | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/snooty/rstspec.toml b/snooty/rstspec.toml
index 165fdc5c..4d841ab0 100644
--- a/snooty/rstspec.toml
+++ b/snooty/rstspec.toml
@@ -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"},
diff --git a/snooty/test_parser.py b/snooty/test_parser.py
index 93ea1ad5..0728360b 100644
--- a/snooty/test_parser.py
+++ b/snooty/test_parser.py
@@ -4021,7 +4021,7 @@ def test_wayfinding_sorted() -> None:
https://www.mongodb.com/docs/
-
+
https://www.mongodb.com/docs/
@@ -4066,7 +4066,7 @@ def test_wayfinding_sorted() -> None:
https://www.mongodb.com/docs/
-
+
https://www.mongodb.com/docs/