Skip to content

Commit 2419c76

Browse files
authored
DOCSP-42388: Next steps (#101)
1 parent aab488d commit 2419c76

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

source/get-started.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ Get Started with the PHP Library
2121
.. toctree::
2222

2323
/get-started/create-a-deployment/
24-
/get-started/create-a-connection-string/
24+
/get-started/create-a-connection-string/
25+
/get-started/next-steps/

source/get-started/next-steps.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _php-next-steps:
2+
3+
==========
4+
Next Steps
5+
==========
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: learn more
13+
14+
Congratulations on completing the quick start tutorial!
15+
16+
In this tutorial, you created a PHP application that
17+
connects to a MongoDB deployment hosted on MongoDB Atlas
18+
and retrieves a document that matches a query.
19+
20+
.. TODO:
21+
Learn more about the {+php-library+} from the following resources:
22+
- Learn how to perform read operations in the :ref:`<php-read>` section.
23+
- Learn how to perform write operations in the :ref:`<php-write>` section.

0 commit comments

Comments
 (0)