From 07918429df9149afc30032e8ec57c5dfd46b5467 Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 8 Aug 2024 16:07:21 -0400 Subject: [PATCH] DOCSP-42388: Next steps --- source/get-started.txt | 3 ++- source/get-started/next-steps.txt | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 source/get-started/next-steps.txt diff --git a/source/get-started.txt b/source/get-started.txt index 6641f3c3..54399028 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -21,4 +21,5 @@ Get Started with the PHP Library .. toctree:: /get-started/create-a-deployment/ - /get-started/create-a-connection-string/ \ No newline at end of file + /get-started/create-a-connection-string/ + /get-started/next-steps/ \ No newline at end of file diff --git a/source/get-started/next-steps.txt b/source/get-started/next-steps.txt new file mode 100644 index 00000000..3be97ed2 --- /dev/null +++ b/source/get-started/next-steps.txt @@ -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:`` section. + - Learn how to perform write operations in the :ref:`` section. \ No newline at end of file