From dbae0734245b0cb999d522b76411b60078563b3f Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 30 Sep 2024 10:44:03 -0400 Subject: [PATCH 1/4] DOCSP-43936-mongosh-multiple-connections --- source/embedded-shell.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/embedded-shell.txt b/source/embedded-shell.txt index bf7013be4..4a1e7b69f 100644 --- a/source/embedded-shell.txt +++ b/source/embedded-shell.txt @@ -20,8 +20,10 @@ to test queries and operations in your database. Open the Embedded MongoDB Shell ------------------------------- -To open the embedded :binary:`mongosh`, click :guilabel:`_MONGOSH` -at the bottom of the |compass| window. +To open the embedded :binary:`mongosh`, click :guilabel:`>_` on the +right of your deployment name in the :guilabel:`Connections Sidebar` or +click :guilabel:`>_Open MongoDB Shell` in the top right of the +:guilabel:`Databases` tab. Use the Embedded MongoDB Shell ------------------------------ From 1a8952fa721875c18f5bcb30fa76d48d6f6007fd Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 30 Sep 2024 12:46:01 -0400 Subject: [PATCH 2/4] DOCSP-43936 copy edits --- source/embedded-shell.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/embedded-shell.txt b/source/embedded-shell.txt index 4a1e7b69f..0e0d4d278 100644 --- a/source/embedded-shell.txt +++ b/source/embedded-shell.txt @@ -20,10 +20,12 @@ to test queries and operations in your database. Open the Embedded MongoDB Shell ------------------------------- -To open the embedded :binary:`mongosh`, click :guilabel:`>_` on the -right of your deployment name in the :guilabel:`Connections Sidebar` or -click :guilabel:`>_Open MongoDB Shell` in the top right of the -:guilabel:`Databases` tab. +To open the embedded :binary:`mongosh`,you can either: + +- Click :guilabel:`>_` on the right of your deployment name in the + :guilabel:`Connections Sidebar`. +- Click :guilabel:`>_Open MongoDB Shell` in the top right of the + :guilabel:`Databases` tab. Use the Embedded MongoDB Shell ------------------------------ From 34e0b8dfb21943ef774cf79721d5e027394f01b9 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 30 Sep 2024 15:52:09 -0400 Subject: [PATCH 3/4] DOCSP-43936 tech edit --- source/embedded-shell.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/embedded-shell.txt b/source/embedded-shell.txt index 0e0d4d278..70a57c353 100644 --- a/source/embedded-shell.txt +++ b/source/embedded-shell.txt @@ -24,8 +24,7 @@ To open the embedded :binary:`mongosh`,you can either: - Click :guilabel:`>_` on the right of your deployment name in the :guilabel:`Connections Sidebar`. -- Click :guilabel:`>_Open MongoDB Shell` in the top right of the - :guilabel:`Databases` tab. +- Click :guilabel:`>_Open MongoDB shell` in any connection window. Use the Embedded MongoDB Shell ------------------------------ From 5ba0bf3c4f2a7e89e3e02dbdbde6df892f168228 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Thu, 3 Oct 2024 10:09:46 -0600 Subject: [PATCH 4/4] DOCSP-43936 tech edit --- source/embedded-shell.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/embedded-shell.txt b/source/embedded-shell.txt index 70a57c353..2a792df38 100644 --- a/source/embedded-shell.txt +++ b/source/embedded-shell.txt @@ -24,7 +24,8 @@ To open the embedded :binary:`mongosh`,you can either: - Click :guilabel:`>_` on the right of your deployment name in the :guilabel:`Connections Sidebar`. -- Click :guilabel:`>_Open MongoDB shell` in any connection window. +- Click :guilabel:`>_Open MongoDB shell` in the top right of any tab + connected to a MongoDB deployment. Use the Embedded MongoDB Shell ------------------------------