Skip to content

Commit 0c71e33

Browse files
committed
DOCSP-10739 Update manual to reflect new Download Center design
1 parent 2afa3c3 commit 0c71e33

File tree

41 files changed

+70
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+70
-67
lines changed

source/administration/install-community.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install MongoDB Community Edition
1212

1313
These documents provide instructions to install MongoDB Community Edition.
1414

15-
.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs
15+
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
1616

1717

1818
.. class:: toc

source/administration/production-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ manager.
109109
For other MongoDB products, refer either to the `MongoDB Download Center`_
110110
page or their `respective documentation <https://docs.mongodb.com/?jmp=docs>`_.
111111

112-
.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs
112+
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
113113

114114
MongoDB ``dbPath``
115115
------------------

source/includes/extracts-enterprise.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ content: |
6565
If you have not installed MongoDB using a package manager,
6666
you can manually download the MongoDB binaries from the
6767
`MongoDB Download Center
68-
<https://www.mongodb.com/download-center/enterprise?jmp=docs>`__. Follow
68+
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__. Follow
6969
the manual instructions, including specific prerequisites
7070
for MongoDB Enterprise, for your operating system:
7171
@@ -107,7 +107,7 @@ content: |
107107
108108
1. Manually download the archive file from the `MongoDB
109109
Download Center
110-
<https://www.mongodb.com/download-center/enterprise?jmp=docs>`__.
110+
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__.
111111
112112
#. | To install, extract/unzip the file to a location
113113
different from that of your current Community
@@ -127,7 +127,7 @@ content: |
127127
128128
1. Manually download the archive file from the `MongoDB
129129
Download Center
130-
<https://www.mongodb.com/download-center/enterprise?jmp=docs>`__.
130+
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__.
131131
132132
#. | Extract the files to a location different
133133
from that of your current Community edition. For

source/includes/fact-download-dbtools-extra-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ installation:
1010

1111
.. note::
1212

13-
For the Windows ``MSI`` installer wizard, the
13+
For the Windows ``.msi`` installer wizard, the
1414
:guilabel:`Complete` installation option includes |tool-binary|.

source/includes/fact-download-dbtools-extra-standalone.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ To install |tool-binary| as a standalone installation:
22

33
- Follow the download link for MongoDB Enterprise Edition:
44
`MongoDB Enterprise Download Center
5-
<https://www.mongodb.com/download-center/enterprise?tck=docs_server>`_
5+
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`_
66

7-
- Select your :guilabel:`OS` (operating system) from the dropdown menu,
8-
then select the appropriate :guilabel:`Package` for your platform
9-
according to the following chart:
7+
- Select your :guilabel:`Platform` (operating system) from the dropdown
8+
menu, then select the appropriate :guilabel:`Package` for your
9+
platform according to the following chart:
1010

1111
.. list-table::
1212
:header-rows: 1
@@ -18,15 +18,15 @@ To install |tool-binary| as a standalone installation:
1818

1919
* - *Linux*
2020

21-
- ``TGZ`` package
21+
- ``tgz`` package
2222

2323
* - *Windows*
2424

25-
- ``ZIP`` package
25+
- ``zip`` package
2626

2727
* - *macOS*
2828

29-
- ``TGZ`` package
29+
- ``tgz`` package
3030

3131
- Once downloaded, unpack the archive and copy |tool-binary| to a
3232
location on your hard drive.

source/includes/fact-download-mongo-shell.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ The :binary:`~bin.mongo` shell is included as part of the :doc:`MongoDB Server
33
shell as a standalone package. To download the standalone :binary:`~bin.mongo`
44
shell package:
55

6-
1. Open the `Download Center
7-
<https://www.mongodb.com/download-center/community?jmp=docs>`__. For the
8-
:binary:`~bin.mongo` Enterprise Shell, select the
9-
:guilabel:`MongoDB Enterprise Server` tab.
6+
1. Access the Download Center for your Edition of MongoDB:
7+
8+
- `MongoDB Community Download Center
9+
<https://www.mongodb.com/try/download/community?tck=docs_server>`__
10+
11+
- `MongoDB Enterprise Download Center
12+
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__
1013

11-
2. Select your preferred :guilabel:`Version` and :guilabel:`OS` from the
12-
dropdowns.
14+
2. Select your preferred :guilabel:`Version` and :guilabel:`Platform`
15+
from the dropdowns.
1316

1417
3. Select the :guilabel:`Package` to download according to your
1518
platform:
@@ -25,15 +28,15 @@ shell package:
2528

2629
* - *Windows*
2730

28-
- Select the **ZIP** package to download an archive which
31+
- Select the ``zip`` package to download an archive which
2932
includes the :binary:`~bin.mongo` shell.
3033

3134
* - *macOS*
3235

33-
- Select the **TGZ** package to download an archive which
36+
- Select the ``tgz`` package to download an archive which
3437
includes the :binary:`~bin.mongo` shell.
3538

3639
* - *Linux*
3740

38-
- Select the **shell** package to download the
41+
- Select the ``shell`` package to download the
3942
:binary:`~bin.mongo` shell.

source/includes/steps-install-mongodb-on-linux.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ level: 4
66
ref: download-mongodb-linux
77
pre: |
88
After you have installed the required prerequisite packages, download
9-
the MongoDB |edition| ``TGZ`` tarball from the following link:
9+
the MongoDB |edition| ``tgz`` tarball from the following link:
1010
1111
|arrow| |mdb-download-link|
1212
1313
a. In the :guilabel:`Version` dropdown, select the version of
1414
MongoDB to download.
1515
16-
#. In the :guilabel:`OS` dropdown, select your operating system
16+
#. In the :guilabel:`Platform` dropdown, select your operating system
1717
version and architecture.
1818
19-
#. In the :guilabel:`Package` dropdown, select :guilabel:`TGZ`.
19+
#. In the :guilabel:`Package` dropdown, select :guilabel:`tgz`.
2020
2121
#. Click :guilabel:`Download`.
2222
---

source/includes/steps-install-mongodb-on-osx-manually.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ ref: download-mongodb-macos
33
level: 4
44
title: Download the tarball.
55
pre: |
6-
Download the MongoDB |edition| ``TGZ`` tarball from the following
6+
Download the MongoDB |edition| ``tgz`` tarball from the following
77
link:
88
99
|arrow| |mdb-download-link|
1010
1111
a. In the :guilabel:`Version` dropdown, select the version of
1212
MongoDB to download.
1313
14-
#. In the :guilabel:`OS` dropdown, select :guilabel:`macOS x64`.
14+
#. In the :guilabel:`Platform` dropdown, select :guilabel:`macOS`.
1515
16-
#. In the :guilabel:`Package` dropdown, select :guilabel:`TGZ`.
16+
#. In the :guilabel:`Package` dropdown, select :guilabel:`tgz`.
1717
1818
#. Click :guilabel:`Download`.
1919
---

source/includes/steps-install-mongodb-on-windows-interactive.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ stepnum: 1
33
level: 4
44
ref: download-mongodb-windows
55
content: |
6-
Download the MongoDB |edition| ``MSI`` installer from the following
6+
Download the MongoDB |edition| ``.msi`` installer from the following
77
link:
88
99
|arrow| |mdb-download-link|
1010
1111
a. In the :guilabel:`Version` dropdown, select the version of
1212
MongoDB to download.
1313
14-
#. In the :guilabel:`OS` dropdown, select :guilabel:`Windows x64`.
14+
#. In the :guilabel:`Platform` dropdown, select :guilabel:`Windows`.
1515
16-
#. In the :guilabel:`Package` dropdown, select :guilabel:`MSI`.
16+
#. In the :guilabel:`Package` dropdown, select :guilabel:`msi`.
1717
1818
#. Click :guilabel:`Download`.
1919
---

source/includes/steps-install-verify-files-pgp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ stepnum: 1
33
ref: download-install-file
44
action:
55
pre: |
6-
Download the binaries from `MongoDB Download Center <https://www.mongodb.com/download-center?jmp=doc>`__
6+
Download the binaries from `MongoDB Download Center <https://www.mongodb.com/try/download?tck=docs_server>`__
77
based on your environment.
88
99
For example, to download the ``{+release+}`` release for macOS through the

0 commit comments

Comments
 (0)