Skip to content

Commit 63c1926

Browse files
authored
Merge branch 'php-standardization' into DOCSP-41973
2 parents 36b360c + f03fe5b commit 63c1926

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2092
-2056
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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ toc_landing_pages = [
2222
"/reference/class/MongoDBModelDatabaseInfo",
2323
"/reference/class/MongoDBModelIndexInfo",
2424
"/get-started",
25+
"/connect",
2526
"/read",
27+
"/databases-collections",
2628
"/write",
27-
"/indexes"
29+
"/indexes",
30+
"/security",
31+
"/data-formats"
2832
]
2933

3034
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
@@ -35,7 +39,9 @@ php-library = "MongoDB PHP Library"
3539
[constants]
3640
php-library = "MongoDB PHP Library"
3741
driver-short = "PHP library"
38-
stable-api = "Stable API"
42+
extension-short = "PHP extension"
3943
mdb-server = "MongoDB Server"
44+
stable-api = "Stable API"
45+
library-short = "PHP library"
4046
api = "https://www.mongodb.com/docs/php-library/current/reference"
4147
php-manual = "https://www.php.net/manual/en"

source/compatibility.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ The first column lists the version of the library and extension.
4444

4545
.. include:: /includes/language-compatibility-table-php.rst
4646

47-
.. sharedinclude:: dbx/about-driver-compatibility.rst
48-
4947
For more information on how to read the compatibility tables, see our guide on
5048
:ref:`MongoDB Compatibility Tables <about-driver-compatibility>`.
5149

0 commit comments

Comments
 (0)