From 2b4d5b62f1ae5a41577debe200cc5bf4930392c6 Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:22:17 -0500 Subject: [PATCH 1/4] Update rstspec.toml --- snooty/rstspec.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snooty/rstspec.toml b/snooty/rstspec.toml index 6d2e7a6c..1fcbe7b7 100644 --- a/snooty/rstspec.toml +++ b/snooty/rstspec.toml @@ -1366,6 +1366,10 @@ type = {link = "https://godoc.org/github.com/mongodb/mongo-go-driver/%s"} help = """Link to the synchronous Atlas documentation.""" type = {link = "https://www.mongodb.com/docs/atlas%s", ensure_trailing_slash = true} +[role.voyage-docs] +help = """Link to a page in the Voyage documentation.""" +type = {link = "https://docs.voyageai.com/docs%s", ensure_trailing_slash = true} + [role."v2.2"] type = {link = "https://www.mongodb.com/docs/v2.2%s", ensure_trailing_slash = true} @@ -2195,4 +2199,4 @@ title = "Deployment Type" options = [ {id = "atlas", title = "Atlas (Cloud)"}, {id = "self", title = "Self-Managed (On-premises)"}, -] \ No newline at end of file +] From fa46f2accbf7a30940ec8a687ecf9ec4d3ff84e7 Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:24:01 -0500 Subject: [PATCH 2/4] Update rstspec.toml From a4ca99a6a28d6bc94b05e6be44ff63c954b8538e Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:24:32 -0500 Subject: [PATCH 3/4] Update rstspec.toml From 255deb9876d5d6dbf93ca1c8572185363b99e655 Mon Sep 17 00:00:00 2001 From: biancalaube Date: Wed, 7 Jan 2026 16:26:20 -0500 Subject: [PATCH 4/4] fix spacing --- snooty/rstspec.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty/rstspec.toml b/snooty/rstspec.toml index 1fcbe7b7..7728ff3f 100644 --- a/snooty/rstspec.toml +++ b/snooty/rstspec.toml @@ -2199,4 +2199,4 @@ title = "Deployment Type" options = [ {id = "atlas", title = "Atlas (Cloud)"}, {id = "self", title = "Self-Managed (On-premises)"}, -] +] \ No newline at end of file