Skip to content

DOCSP-42388: Next steps #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/get-started.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Get Started with the PHP Library
.. toctree::

/get-started/create-a-deployment/
/get-started/create-a-connection-string/
/get-started/create-a-connection-string/
/get-started/next-steps/
23 changes: 23 additions & 0 deletions source/get-started/next-steps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _php-next-steps:

==========
Next Steps
==========

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: learn more

Congratulations on completing the quick start tutorial!

In this tutorial, you created a PHP application that
connects to a MongoDB deployment hosted on MongoDB Atlas
and retrieves a document that matches a query.

.. TODO:
Learn more about the {+php-library+} from the following resources:
- Learn how to perform read operations in the :ref:`<php-read>` section.
- Learn how to perform write operations in the :ref:`<php-write>` section.
Loading