Skip to content

Commit 005d830

Browse files
committed
toc, fixes
1 parent 5ef0ac6 commit 005d830

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ toc_landing_pages = [
1717
"/reference/class/MongoDBModelCollectionInfo",
1818
"/reference/class/MongoDBModelDatabaseInfo",
1919
"/reference/class/MongoDBModelIndexInfo",
20+
"/get-started",
2021
]
2122

2223
[substitutions]

source/get-started/download-and-install.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Download and Install
3232

3333
.. step:: Update your PHP configuration file
3434

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:
3737

3838
.. code-block:: bash
3939

@@ -82,6 +82,6 @@ Download and Install
8282
require_once __DIR__ . '/vendor/autoload.php';
8383

8484
After you complete these steps, you have a new project directory
85-
and the driver dependencies installed.
85+
and the library dependencies installed.
8686

8787
.. include:: /includes/get-started/troubleshoot.rst

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MongoDB PHP Library
1111
:titlesonly:
1212

1313
Installation </tutorial/install-php-library>
14-
/get-started
14+
Get Started </get-started>
1515
/tutorial
1616
/upgrade
1717
/reference

0 commit comments

Comments
 (0)