From 841569fe2af695090ddbfcf9692008d3afc4b417 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Fri, 2 May 2025 13:36:23 -0400 Subject: [PATCH 1/3] remove screenshots --- source/includes/quick-start/atlas-setup.rst | 28 ++++++--------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/source/includes/quick-start/atlas-setup.rst b/source/includes/quick-start/atlas-setup.rst index d9ee6259..76f14c5b 100644 --- a/source/includes/quick-start/atlas-setup.rst +++ b/source/includes/quick-start/atlas-setup.rst @@ -43,26 +43,14 @@ when applicable, and connection options. .. step:: Retrieve your MongoDB Atlas connection string To retrieve your connection string for the cluster you created in the - previous section, log in to your Atlas account. Navigate to the - :guilabel:`Database` section and click :guilabel:`Clusters`. Click the - :guilabel:`Connect` button for the cluster that you want to connect to as - shown below: - - .. figure:: /includes/figures/atlas_connection_select_cluster.png - :alt: Atlas Connection GUI cluster selection screen - - Then, select the :guilabel:`Drivers` option under the :guilabel:`Connect - to your application` header. Select "Go" from the :guilabel:`Driver` - selection menu and the version that best matches the version you installed - from the :guilabel:`Version` selection menu. - - .. step:: Copy your connection string - - Click the button to the right of the connection string to copy it to your - clipboard, as shown in the following screenshot: - - .. figure:: /includes/figures/atlas_connection_copy_string_go.png - :alt: Atlas Connection GUI connection string screen + previous section, do the following: + + 1. Log in to your Atlas account. + 2. Navigate to the :guilabel:`Database` section on the sidebar and select :guilabel:`Clusters`. + 3. Find the cluster you would like to connect to and click the :guilabel:`Connect` button. + 4. Under :guilable:`Connect to your application`, click the :guilabel:`Drivers` option. + 5. Select "Go" from the :guilabel:`Driver` selection menu and the appropriate version from the :guilabel:`Version` selection menu. + 6. Copy the connection string clipboard, as shown in the following screenshot: .. step:: Update the placeholders From ece4c15b9c87bc20a37de47fe51232d37fd90105 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Fri, 2 May 2025 13:40:21 -0400 Subject: [PATCH 2/3] link description --- source/includes/quick-start/atlas-setup.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/includes/quick-start/atlas-setup.rst b/source/includes/quick-start/atlas-setup.rst index 76f14c5b..533de620 100644 --- a/source/includes/quick-start/atlas-setup.rst +++ b/source/includes/quick-start/atlas-setup.rst @@ -63,6 +63,5 @@ when applicable, and connection options. After completing these steps, you have a connection string that corresponds your Atlas cluster. -To learn more about connecting to the {+driver-long+} through Atlas, see -the :atlas:`Atlas driver connection guide ` -and select **Go** from the :guilabel:`Select your language` dropdown. +To learn more about connecting to Atlas through the {+driver-long+} and applying +connection options, see the :atlas:`Atlas driver connection guide `. From a750d0b5ab7ac15d602ce588eda1bc8e455af88a Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Mon, 5 May 2025 10:22:15 -0400 Subject: [PATCH 3/3] MW feedback --- source/includes/quick-start/atlas-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/quick-start/atlas-setup.rst b/source/includes/quick-start/atlas-setup.rst index 533de620..35cae229 100644 --- a/source/includes/quick-start/atlas-setup.rst +++ b/source/includes/quick-start/atlas-setup.rst @@ -50,7 +50,7 @@ when applicable, and connection options. 3. Find the cluster you would like to connect to and click the :guilabel:`Connect` button. 4. Under :guilable:`Connect to your application`, click the :guilabel:`Drivers` option. 5. Select "Go" from the :guilabel:`Driver` selection menu and the appropriate version from the :guilabel:`Version` selection menu. - 6. Copy the connection string clipboard, as shown in the following screenshot: + 6. Copy the connection string clipboard. .. step:: Update the placeholders @@ -63,5 +63,5 @@ when applicable, and connection options. After completing these steps, you have a connection string that corresponds your Atlas cluster. -To learn more about connecting to Atlas through the {+driver-long+} and applying +To learn more about connecting to Atlas by using the {+driver-long+} and applying connection options, see the :atlas:`Atlas driver connection guide `.