Skip to content

Commit b728728

Browse files
authored
Update snooty.toml
1 parent cac3c05 commit b728728

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

snooty.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ name = "rust"
22
title = "Rust Driver"
33

44
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
5+
"https://www.mongodb.com/docs/drivers/objects.inv",
56
"https://www.mongodb.com/docs/atlas/objects.inv"
67
]
78

89
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
910

1011
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1112

12-
# [constants]
13-
# constant = "value"
13+
[constants]
14+
driver-long = "MongoDB Rust Driver"
15+
driver-short = "Rust driver"
16+
docs-branch = "master" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.)
17+
version = "2.6.0" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
18+
api = "https://docs.rs/mongodb/{+version+}/mongodb"
19+
stable-api = "Stable API"

0 commit comments

Comments
 (0)