Skip to content

Commit 3646966

Browse files
authored
(DOCSP-38686) Removes atlas quick start and mentions, adds redirects (#900)
* (DOCSP-38686) Removes atlas quick start and mentions, adds redirects * Adds copy review change
1 parent 10225bb commit 3646966

File tree

7 files changed

+17
-345
lines changed

7 files changed

+17
-345
lines changed

config/redirects

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ symlink: stable -> v2.0
88
raw: ${prefix}/ -> ${base}/stable/
99
raw: ${prefix} -> ${base}/stable/
1010

11-
#For v1.31 and later, redirect mongocli atlas command pages to the Atlas CLI migration page
11+
#For v1.31 and later, redirect getting started page that uses mongocli atlas command to getting started with atlas
12+
[v1.31-*]: ${prefix}/${version}/quick-start/atlas -> https://www.mongodb.com/docs/atlas/getting-started/
13+
14+
#For v1.31 and later, redirect mongocli atlas command pages and config file pages to the Atlas CLI migration page
15+
[v1.31-*]: ${prefix}/${version}/reference/online-archive-configuration-file -> https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/
1216
[v1.31-*]: ${prefix}/${version}/command/mongocli-atlas-accessLists-create -> https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/
1317
[v1.31-*]: ${prefix}/${version}/command/mongocli-atlas-accessLists-delete -> https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/
1418
[v1.31-*]: ${prefix}/${version}/command/mongocli-atlas-accessLists-describe -> https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/

source/configure/custom-output.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ Examples
9393
cluster with the ``srvAddress`` and the :manual:`connection
9494
string
9595
</reference/connection-string/#connection-string-options>`. This
96-
example uses the following to connect to the |service| cluster:
97-
98-
- The connection string returned by the previous command
99-
- The username and password created in this :ref:`tutorial
100-
<mcli-quick-start-atlas>`
96+
example uses the connection string returned by the previous command.
10197

10298
.. code-block::
10399

source/index.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ What is mongocli?
2121

2222
.. kicker:: What You Can Do
2323

24+
.. _mcli-quick-start-atlas:
25+
2426
Manage your Deployment from the Command Line
2527
--------------------------------------------
2628

27-
Use simple, one-line commands to interact with MongoDB |service|,
28-
|cloud-short|, or |onprem|, and to automate management tasks for your deployments.
29+
Use simple, one-line commands to interact with MongoDB
30+
|cloud-short| or |onprem|, and to automate management tasks for your deployments.
31+
32+
To interact with MongoDB |service|, use the :atlascli:`Atlas CLI </>`.
2933

3034
.. tabs::
3135

@@ -36,10 +40,10 @@ Use simple, one-line commands to interact with MongoDB |service|,
3640

3741
.. step:: Create API Keys
3842

39-
In the |service| UI, create an API key to programmatically access
43+
In the |cloud-short| UI, create an API key to programmatically access
4044
your organization or project.
4145

42-
:ref:`To learn more, see Configure Atlas API Access <atlas-prog-api-key>`
46+
To learn more, see :ref:`Configure Atlas API Access <atlas-prog-api-key>`.
4347

4448
.. step:: Create a Project
4549

@@ -58,19 +62,16 @@ Use simple, one-line commands to interact with MongoDB |service|,
5862
.. image:: /images/config.gif
5963
:alt: MongoDB CLI config command
6064

61-
.. tab:: Create a Cluster with One Command
65+
.. tab:: Create a Cluster in |cloud-short|
6266
:tabid: create-cluster
6367

6468
.. procedure::
6569

6670
.. step:: Quick Start
6771

68-
Create, configure and connect to an |service| cluster in one command.
69-
70-
:ref:`To learn more, see Get Started with MongoDB Atlas <mcli-quick-start-atlas>`
72+
Create and configure a |cloud-short| cluster.
7173

72-
.. image:: /images/quickstart.gif
73-
:alt: MongoDB CLI quickstart command
74+
:ref:`To learn more, see Get Started with MongoDB Cloud Manager <mcli-quick-start-cm>`
7475

7576
.. kicker:: Related Products & Resources
7677

source/quick-start.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ Quick Start
1515
.. toctree::
1616
:titlesonly:
1717

18-
/quick-start/atlas
1918
/quick-start/cloudmgr
2019
/quick-start/opsmgr

source/quick-start/atlas.txt

Lines changed: 0 additions & 214 deletions
This file was deleted.

source/reference.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ Reference
1616
:titlesonly:
1717

1818
/reference/mms-cluster-settings-file
19-
/reference/online-archive-configuration-file
2019

0 commit comments

Comments
 (0)