Skip to content

Commit 9f4bf8d

Browse files
committed
RM feedback
1 parent da3d7b5 commit 9f4bf8d

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

source/get-started.txt

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Get Started with the {+driver-short+}
77
.. contents:: On this page
88
:local:
99
:backlinks: none
10-
:depth: 2
1110
:class: singlecol
1211

1312
.. facet::
@@ -25,6 +24,7 @@ Get Started with the {+driver-short+}
2524
Create a Connection String </get-started/connection-string/>
2625
Connect to MongoDB </get-started/connect-to-mongodb/>
2726
Next Steps </get-started/next-steps/>
27+
Databases & Collections </get-started/databases-and-install/>
2828

2929
Overview
3030
--------
@@ -36,10 +36,21 @@ and query data in your cluster.
3636

3737
.. tip::
3838

39-
MongoDB Atlas is a fully managed cloud database service that hosts your MongoDB
40-
deployments. You can create your own free (no credit card required) MongoDB Atlas
41-
deployment by following the steps in this guide.
39+
:atlas:`MongoDB Atlas </getting-started/>` is a fully managed cloud database service
40+
that hosts your MongoDB deployments. You can create your own free (no credit card required)
41+
MongoDB Atlas deployment by following the steps in this guide.
4242

43-
Follow this guide to connect a sample Java application to a MongoDB Atlas
44-
deployment. If you prefer to connect to MongoDB using a different driver or
43+
Follow this tutorial to connect a sample Java application to a MongoDB Atlas
44+
deployment. The tutorial includes the following sections:
45+
46+
- :ref:`java-get-started-download-and-install`: Learn how to install
47+
the {+driver-short+}
48+
- :ref:`java-get-started-create-deployment`: Learn how to create
49+
a free MongoDB deployment on Atlas
50+
- :ref:`java-get-started-connection-string`: Learn how to retrieve
51+
your Atlas deployment's connection string
52+
- :ref:`java-connect-to-mongodb`: Learn how to create an application
53+
that connects to MongoDB and queries data stored in your deployment
54+
55+
If you prefer to connect to MongoDB using a different driver or
4556
programming language, see our :driver:`list of official drivers <>`.

source/databases-collections.txt renamed to source/get-started/databases-collections.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _java-db-coll:
2+
13
=========================
24
Databases and Collections
35
=========================

source/get-started/next-steps.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ In this tutorial, you created a {+driver-short+} application that
1010
connects to a MongoDB deployment hosted on MongoDB Atlas
1111
and retrieves a document that matches a query.
1212

13-
Learn more about the {+driver-short+} from the following resources:
13+
For more information about interacting with MongoDB databases and collections,
14+
visit the :ref:`java-db-coll` guide. You can also learn more about the
15+
{+driver-short+} from the following resources:
1416

1517
- Learn how to perform read operations in the :ref:`<java-read-operations>` section.
1618
- Learn how to perform write operations in the :ref:`<java-write-operations>` section.

0 commit comments

Comments
 (0)