Skip to content

Commit f518cb1

Browse files
authored
pull from 5.x (#161)
1 parent 01fe69c commit f518cb1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

snooty.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name = "laravel"
22
title = "Laravel MongoDB"
33

4-
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
5-
"https://www.mongodb.com/docs/atlas/objects.inv"
6-
]
4+
intersphinx = [
5+
"https://www.mongodb.com/docs/manual/objects.inv",
6+
"https://www.mongodb.com/docs/atlas/objects.inv",
7+
"https://www.mongodb.com/docs/php-library/current/objects.inv",
8+
]
79

810
toc_landing_pages = [
911
"/quick-start",
1012
"/eloquent-models",
1113
"/usage-examples",
1214
"/fundamentals",
1315
"/database-collection",
14-
]
16+
]
1517

1618
[constants]
1719
odm-long = "Laravel MongoDB"
@@ -34,4 +36,3 @@ phplib-api = "https://www.php.net/manual/en/"
3436
agg-builder-gh-link = "https://github.com/mongodb/mongo-php-builder/"
3537
agg-builder-package-name = "mongodb/builder"
3638
agg-builder-version = "^0.2"
37-

0 commit comments

Comments
 (0)