Skip to content

Commit 1ad7611

Browse files
authored
(DOCSP-16360) Update name, source constants, framing (#10)
* (DOCSP-16360) Update name, source constants, framing
1 parent 7f69be3 commit 1ad7611

31 files changed

+191
-192
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
==========================================
2-
MongoDB Cloud for Government Documentation
2+
MongoDB Atlas for Government Documentation
33
==========================================
44

5-
This repository contains documentation for MongoDB Cloud for Government.
5+
This repository contains documentation for MongoDB Atlas for Government.
66

77
Building
88
--------

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "govcloud"
2-
title = "MongoDB Cloud for Government"
2+
title = "MongoDB Atlas for Government"
33

44
intersphinx = ["https://docs.mongodb.com/manual/objects.inv","https://docs.atlas.mongodb.com/objects.inv"]
55

@@ -9,8 +9,8 @@ toc_landing_pages = ["/tutorial/getting-started"]
99
aws-pl = "AWS PrivateLink"
1010

1111
[substitutions]
12-
govcloud = "MongoDB Cloud for Government"
13-
govcloud-short = "MongoDB CloudGov"
12+
servicegov = "MongoDB Atlas for Government"
13+
servicegov-short = "AtlasGov"
1414
2fa = ":abbr:`2FA (Two Factor Authentication)`"
1515
aki = ":abbr:`AKI (Azure Key Identifier)`"
1616
akv = ":abbr:`AKV (Azure Key Vault)`"

source/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ API
1212
:depth: 2
1313
:class: singlecol
1414

15-
The |govcloud| |api| supports a subset of |service| |api| endpoints.
15+
The |servicegov| |api| supports a subset of |service| |api| endpoints.
1616
Some endpoints use a different |url|.
1717

1818
.. toctree::

source/atlas-access.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
:depth: 1
1313
:class: singlecol
1414

15-
To access |service| in |govcloud|, you must have an |govcloud-short|
16-
account.
15+
Placeholder page.

source/backup-restore-data.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ event of data loss.
1616

1717
.. note::
1818

19-
You must have the :authrole:`Project Owner` role for an |service|
20-
project to manage backups for or to restore a backup to clusters in
21-
that project.
19+
You must have the :authrole:`Project Owner` role for an
20+
|servicegov-short| project to manage backups for or to restore a
21+
backup to clusters in that project.
2222

23-
Cloud for Government Considerations
23+
Atlas for Government Considerations
2424
-----------------------------------
2525

2626
Commercial and government cloud provider backups are not compatible
27-
with one another. If you create a backup from a government region-only
27+
with each other. If you create a backup from a government region-only
2828
project, you may only restore that data to a government region-only
2929
project. The same is true for commercial region-only projects.
3030

3131
For a list of regions by cloud provider, see :ref:`<supported-regions>`.
3232

33-
**See the Atlas Documentation** to learn more about
33+
**See the Atlas Documentation** to configure
3434
:atlas:`Cloud Backups </backup/cloud-backup/overview/>`.

source/getting-started.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ Getting Started
1414
:depth: 1
1515
:class: singlecol
1616

17-
|govcloud| provides an |service| environment for the U.S. government
18-
(federal agencies and state, local, and education (SLED) entities)
19-
to host and manage data in the cloud.
17+
|servicegov| is a fully-managed cloud database for the U.S. government
18+
(federal agencies and state, local, and education (SLED) entities).
2019

21-
This tutorial guides you through creating a |govcloud-short| account,
22-
organization and cluster.
20+
This tutorial guides you through creating:
21+
22+
- An |servicegov-short| account
23+
- An organization
24+
- A project
25+
- An accessible cluster
26+
- A database user for your cluster
2327

2428
.. toctree::
2529
:titlesonly:

source/includes/facts/auto-scaling-brief.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
|govcloud| clusters support :ref:`Cluster Auto-Scaling
2-
<cluster-autoscaling>`. When auto-scaling is enabled, |govcloud-short|
1+
|servicegov| clusters support :ref:`Cluster Auto-Scaling
2+
<cluster-autoscaling>`. When auto-scaling is enabled, |servicegov-short|
33
automatically scales your cluster tier, storage capacity, or both in
44
response to cluster usage. Consider enabling auto-scaling to allow your
55
cluster to adapt to your current workload and reduce the need to make

source/includes/footnotes/data-bearing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
For replica sets, the data-bearing servers are the servers hosting
44
the replica set nodes. For sharded clusters, the data-bearing
55
servers are the servers hosting the shards. For sharded clusters,
6-
|govcloud-short| also deploys servers for the
6+
|servicegov-short| also deploys servers for the
77
:ref:`config servers <sharding-config-server>`; these are charged at
88
a rate separate from the cluster costs.

source/includes/privatelink/steps-configure-privatelink-aws.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ content: |
4545
4646
#. Click :guilabel:`Next`.
4747
48-
|govcloud-short| creates |vpc| resources in the region
48+
|servicegov-short| creates |vpc| resources in the region
4949
you selected. This might take several minutes to complete.
5050
5151
---
@@ -81,7 +81,7 @@ content: |
8181
8282
.. note::
8383
84-
You can't copy the command until |govcloud-short| finishes
84+
You can't copy the command until |servicegov-short| finishes
8585
creating |vpc| resources in the background.
8686
8787
See :aws:`Creating an Interface Endpoint </vpc/latest/userguide/vpce-interface.html#create-interface-endpoint>` to perform this task using the |aws| CLI.
@@ -96,11 +96,12 @@ content: |
9696
operation: The VPC endpoint service com.amazonaws.vpce.us-east-1.vpce-svc-<...>
9797
does not support the availability zone of the subnet: subnet-<...>.
9898
99-
If you receive this error, |govcloud-short| has deployed |vpc|
99+
If you receive this error, |servicegov-short| has deployed |vpc|
100100
resources into different availability zones than the ones to
101101
which you deployed your |vpc| subnets.
102102
Please contact MongoDB Support for assistance resolving this
103-
error. To contact support, click :guilabel:`Support` from the left-hand navigation bar of the |govcloud-short| UI.
103+
error. To contact support, click :guilabel:`Support` from the
104+
left-hand navigation bar of the |servicegov-short| UI.
104105
105106
#. Click :guilabel:`Next`.
106107
@@ -126,7 +127,7 @@ ref: resource-sg-pl
126127
stepnum: 7
127128
content: |
128129
129-
For each resource that needs to connect to your |govcloud-short|
130+
For each resource that needs to connect to your |servicegov-short|
130131
clusters using {+aws-pl+}, the resource's security group must allow
131132
outbound traffic to the interface endpoint's private IP(s) on all
132133
ports.
@@ -142,7 +143,7 @@ stepnum: 8
142143
content: |
143144
144145
This security group must allow inbound traffic on all ports from each
145-
resource that needs to connect to your |govcloud-short| clusters
146+
resource that needs to connect to your |servicegov-short| clusters
146147
using {+aws-pl+}:
147148
148149
a. In the |aws| console, navigate to the :guilabel:`VPC Dashboard`.
@@ -159,7 +160,7 @@ content: |
159160
#. Click :guilabel:`Edit Rules`.
160161
161162
#. Add rules to allow all inbound traffic from each resource in your
162-
VPC that you want to connect to your |govcloud-short| cluster.
163+
VPC that you want to connect to your |servicegov-short| cluster.
163164
164165
#. Click :guilabel:`Save Rules`.
165166
@@ -183,7 +184,7 @@ level: 4
183184
stepnum: 9
184185
content: |
185186
186-
You can connect to a |govcloud-short| cluster using the {+aws-pl+}
187+
You can connect to an |servicegov-short| cluster using the {+aws-pl+}
187188
private endpoint when all of the resources are configured and the
188189
private endpoint becomes available.
189190

source/includes/privatelink/steps-connect-to-cluster-privatelink.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ content: |
2828
2929
.. important::
3030
31-
**Skip this step** if |govcloud-short| indicates in the
31+
**Skip this step** if |servicegov-short| indicates in the
3232
:guilabel:`Setup connection security` step that you have at least
3333
one database user configured in your project. To manage existing
3434
database users, see :ref:`configure-dbusers`.
3535
3636
To access the cluster, you need a MongoDB user with access to the
3737
desired database or databases on the cluster in your project. If your
38-
project has no MongoDB users, |govcloud-short| prompts you to create
39-
a new user with the :ref:`Atlas Admin <atlas-user-privileges>` role.
38+
project has no MongoDB users, |servicegov-short| prompts you to
39+
create a new user with the :ref:`Atlas Admin <atlas-user-privileges>`
40+
role.
4041
4142
a. Enter the new user's :guilabel:`Username`.
4243
b. Enter a :guilabel:`Password` for this new user or click

0 commit comments

Comments
 (0)