Skip to content

Commit 953a10e

Browse files
authored
Merge branch 'php-standardization' into DOCSP-41992
2 parents f03e46c + f4834bf commit 953a10e

16 files changed

+1308
-6
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
define: base https://www.mongodb.com/docs/php-library
22
define: prefix docs/php-library
33
raw: ${prefix}/ -> ${base}/current
4-
define: versions v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.15 v1.16 v1.17 v1.18 v1.19 master
4+
define: versions v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 master
55
symlink: upcoming -> master
6-
symlink: current -> v1.19
6+
symlink: current -> v1.20
77

88
(v1.16-*]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
99
[v1.16]: ${prefix}/${version}/tutorial/encryption/ -> ${base}/${version}/

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ toc_landing_pages = [
2222
"/reference/class/MongoDBModelDatabaseInfo",
2323
"/reference/class/MongoDBModelIndexInfo",
2424
"/get-started",
25+
"/connect",
26+
"/read",
2527
"/databases-collections",
2628
"/write",
2729
"/indexes",

0 commit comments

Comments
 (0)