Skip to content

Commit 3dca231

Browse files
author
Chris Cho
authored
040824: fix master branch (#45)
* 040824: fix master branch
1 parent 5c3f47e commit 3dca231

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ raw: ${prefix}/ -> ${base}/current/
88
raw: ${prefix}/stable -> ${base}/current/
99

1010
[*-master]: ${prefix}/${version}/install/ -> ${base}/${version}/quick-start/
11+
[*-master]: ${prefix}/${version}/retrieve/ -> ${base}/${version}/fundamentals/read-operations/

snooty.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
88
toc_landing_pages = [
99
"/quick-start",
1010
"/eloquent-models",
11+
"/usage-examples",
12+
"/fundamentals",
1113
]
1214

1315
[constants]
@@ -24,4 +26,6 @@ feedback-widget-title = "Rate this page"
2426

2527
laravel-docs-version = "11.x"
2628
mongodb-laravel-gh = "https://github.com/mongodb/laravel-mongodb"
29+
code-output-label = "VIEW OUTPUT"
2730
server-docs-name = "Server manual"
31+
phplib-api = "https://www.php.net/manual/en/"

0 commit comments

Comments
 (0)