Skip to content

Commit b58df8a

Browse files
authored
DOCSP-35943: write ops reorg (#164)
* update staging * landing page snooty.toml * update staging * update staging * update staging * update staging * update staging
1 parent ea43424 commit b58df8a

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,16 +1,18 @@
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+
]
78

89
toc_landing_pages = [
910
"/quick-start",
1011
"/eloquent-models",
1112
"/usage-examples",
1213
"/fundamentals",
13-
]
14+
"/fundamentals/write-operations",
15+
]
1416

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

0 commit comments

Comments
 (0)