File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ toc_landing_pages = [
17
17
" /reference/class/MongoDBModelCollectionInfo" ,
18
18
" /reference/class/MongoDBModelDatabaseInfo" ,
19
19
" /reference/class/MongoDBModelIndexInfo" ,
20
+ " /get-started" ,
20
21
]
21
22
22
23
[substitutions ]
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Download and Install
32
32
33
33
.. step:: Update your PHP configuration file
34
34
35
- To enable the ``mongodb`` extension, add the following line to your
36
- ``php.ini`` file:
35
+ To enable the ``mongodb`` extension, add the following line to the top of
36
+ your ``php.ini`` file:
37
37
38
38
.. code-block:: bash
39
39
@@ -82,6 +82,6 @@ Download and Install
82
82
require_once __DIR__ . '/vendor/autoload.php';
83
83
84
84
After you complete these steps, you have a new project directory
85
- and the driver dependencies installed.
85
+ and the library dependencies installed.
86
86
87
87
.. include:: /includes/get-started/troubleshoot.rst
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ MongoDB PHP Library
11
11
:titlesonly:
12
12
13
13
Installation </tutorial/install-php-library>
14
- /get-started
14
+ Get Started < /get-started>
15
15
/tutorial
16
16
/upgrade
17
17
/reference
You can’t perform that action at this time.
0 commit comments