Skip to content

Commit d2508e9

Browse files
committed
DOCSP-41495: php v1.20 compat updates
1 parent 4004792 commit d2508e9

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

docs/index.txt

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
MongoDB PHP Library
33
===================
44

5-
.. default-domain:: mongodb
5+
.. contents:: On this page
6+
:local:
7+
:backlinks: none
8+
:depth: 1
9+
10+
.. toctree::
11+
:titlesonly:
12+
13+
Installation </tutorial/install-php-library>
14+
/tutorial
15+
/upgrade
16+
/reference
17+
FAQ </faq>
18+
/whats-new
19+
20+
HELLO TEST
621

722
The |php-library| provides a high-level abstraction around the lower-level
823
`PHP driver <https://php.net/mongodb>`_, also known as the ``mongodb``
@@ -45,6 +60,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be
4560
helpful to review the :doc:`/upgrade` for a summary of API changes between the
4661
old driver and this library.
4762

63+
You can view changes introduced in each version release of the
64+
{+php-library+} in the :ref:`php-lib-whats-new` section.
65+
4866
New to MongoDB?
4967
---------------
5068

@@ -60,14 +78,3 @@ encounter in the library documentation:
6078
:manual:`BSON Types </reference/bson-types>`
6179

6280
- :manual:`MongoDB CRUD Operations </crud>`
63-
64-
.. class:: hidden
65-
66-
.. toctree::
67-
:titlesonly:
68-
69-
Installation </tutorial/install-php-library>
70-
/tutorial
71-
/upgrade
72-
/reference
73-
FAQ </faq>

0 commit comments

Comments
 (0)