@@ -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
2929Overview
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
4556programming language, see our :driver:`list of official drivers <>`.
0 commit comments