From 7e6f60105a794fd617c4b15b47a69f1ad20a4d47 Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Thu, 17 Jul 2025 16:39:55 -0400 Subject: [PATCH] DOCSP-52024 add snooty version constant --- snooty.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/snooty.toml b/snooty.toml index 71a9c2884..23be3bfd3 100644 --- a/snooty.toml +++ b/snooty.toml @@ -23,6 +23,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/" [constants] +version = "6.15" api = "https://mongodb.github.io/node-mongodb-native/{+version+}" driver-long = "MongoDB Node.js driver" driver-short = "Node.js driver"