Skip to content

Commit 3e82e0e

Browse files
committed
DOCSP-41495: php v1.20 compat updates
1 parent cb60a00 commit 3e82e0e

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:`mongodb extension <mongodb>`.
@@ -44,6 +59,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be
4459
helpful to review the :doc:`/upgrade` for a summary of API changes between the
4560
old driver and this library.
4661

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

@@ -59,14 +77,3 @@ encounter in the library documentation:
5977
:manual:`BSON Types </reference/bson-types>`
6078

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

0 commit comments

Comments
 (0)