|
1 | 1 | name = "rust"
|
2 | 2 | title = "Rust Driver"
|
3 | 3 |
|
4 |
| -intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv", |
5 |
| - "https://www.mongodb.com/docs/drivers/objects.inv", |
6 |
| - "https://www.mongodb.com/docs/atlas/objects.inv" |
7 |
| - ] |
| 4 | +intersphinx = [ |
| 5 | + "https://www.mongodb.com/docs/manual/objects.inv", |
| 6 | + "https://www.mongodb.com/docs/drivers/objects.inv", |
| 7 | + "https://www.mongodb.com/docs/atlas/objects.inv", |
| 8 | +] |
8 | 9 |
|
9 | 10 | toc_landing_pages = [
|
10 | 11 | "/quick-start",
|
11 | 12 | "/fundamentals/connections",
|
12 | 13 | "/fundamentals/crud",
|
13 | 14 | "/usage-examples",
|
14 |
| - "/fundamentals/indexes" |
15 |
| - ] |
| 15 | + "/fundamentals/indexes", |
| 16 | +] |
16 | 17 |
|
17 | 18 | sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
|
18 | 19 |
|
19 | 20 | [constants]
|
20 | 21 | driver-long = "MongoDB Rust Driver"
|
21 | 22 | driver-short = "Rust driver"
|
22 | 23 | server = "MongoDB Server"
|
23 |
| -docs-branch = "master" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.) |
24 |
| -version = "3.0.1" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.) |
25 |
| -min-rust-version = "1.60" # always set this to the minimum supported Rust version |
| 24 | +docs-branch = "master" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.) |
| 25 | +version = "3.1.0" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.) |
| 26 | +min-rust-version = "1.60" # always set this to the minimum supported Rust version |
26 | 27 | api = "https://docs.rs/mongodb/{+version+}/mongodb"
|
27 | 28 | bson-version = "2.11.0"
|
28 | 29 | bson-api = "https://docs.rs/bson/{+bson-version+}/bson"
|
|
0 commit comments