Skip to content

Commit 2796224

Browse files
committed
edits, next steps
1 parent 17109cc commit 2796224

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

source/get-started.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Get Started with the Ruby Driver
2424
Create a Deployment </get-started/create-a-deployment>
2525
Create a Connection String </get-started/create-a-connection-string>
2626
Connect to MongoDB </get-started/connect-to-mongodb>
27-
28-
.. TODO:
2927
Next Steps </get-started/next-steps>
3028

3129
Overview

source/get-started/connect-to-mongodb.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _cpp-quick-start-connect-to-mongodb:
1+
.. _ruby-get-started-connect-to-mongodb:
22

33
==================
44
Connect to MongoDB
@@ -14,7 +14,7 @@ Connect to MongoDB
1414
.. procedure::
1515
:style: connected
1616

17-
.. step:: Create your {+driver-short+} application
17+
.. step:: Edit your {+language+} application file
1818

1919
Navigate to your ``quickstart.rb`` file in the ``ruby-quickstart``
2020
directory. Copy and paste the following code under the Bundler
@@ -36,7 +36,7 @@ Connect to MongoDB
3636

3737
.. step:: Run your {+language+} application
3838

39-
In your shell, run the following command to run this application:
39+
In your project directory, run the following shell command to run the application:
4040

4141
.. code-block:: none
4242

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+
.. _ruby-get-started-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 {+language+} 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 {+driver-short+} from the following resources:
22+
- Learn how to perform read operations in the :ref:`<ruby-read>` section.
23+
- Learn how to perform write operations in the :ref:`<ruby-write>` section.

0 commit comments

Comments
 (0)