File tree Expand file tree Collapse file tree 3 files changed +26
-5
lines changed
Expand file tree Collapse file tree 3 files changed +26
-5
lines changed Original file line number Diff line number Diff 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
3129Overview
Original file line number Diff line number Diff line change 1- .. _cpp-quick-start -connect-to-mongodb:
1+ .. _ruby-get-started -connect-to-mongodb:
22
33==================
44Connect 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments