Skip to content

Commit d12269f

Browse files
authored
(DOCSP-15159) Add VPC peering page, update constants (#14)
* (DOCSP-15159) Add VPC peering page, update constants
1 parent 9ac5352 commit d12269f

12 files changed

+54
-23
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ toc_landing_pages = ["/tutorial/getting-started"]
77

88
[constants]
99
aws-pl = "AWS PrivateLink"
10+
gov-considerations = "Atlas for Government Considerations"
11+
see-service-docs = "See the Atlas Documentation"
1012

1113
[substitutions]
1214
servicegov = "MongoDB Atlas for Government"

source/backup-restore-data.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ event of data loss.
2020
|servicegov-short| project to manage backups for or to restore a
2121
backup to clusters in that project.
2222

23-
Atlas for Government Considerations
23+
{+gov-considerations+}
2424
-----------------------------------
2525

2626
Commercial and government cloud provider backups are not compatible
@@ -30,5 +30,8 @@ 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 configure
33+
{+see-service-docs+}
34+
---------------------------
35+
36+
See the |service| documentation to configure
3437
:atlas:`Cloud Backups </backup/cloud-backup/overview/>`.

source/introduction/atlasgov-considerations.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
:depth: 2
1111
:class: singlecol
1212

13-
|servicegov| is a a fully-managed cloud database for the U.S. government
14-
(federal agencies and state, local, and education (SLED) entities).
15-
When you are logged into the |servicegov| console, an indicator at the
16-
top of the page displays:
13+
|servicegov| is a a fully-managed cloud database for the U.S.
14+
government (federal agencies and state, local, and education (SLED)
15+
entities). When you are logged into the |servicegov| console, an
16+
indicator at the top of the page displays:
1717

1818
.. figure:: /images/cloudgov-indicator.png
1919
:figwidth: 50%

source/introduction/supported-regions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Supported Cloud Providers and Regions
1212
:depth: 1
1313
:class: singlecol
1414

15-
Atlas for Government Considerations
15+
{+gov-considerations+}
1616
-----------------------------------
1717

1818
.. include:: /includes/considerations/gov-commercial-regions.rst

source/security.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ Security
1616
:titlesonly:
1717

1818
/security/configure-database-users
19+
/security/vpc-peering
1920
/security/private-endpoint

source/security/configure-database-users.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ Configure Database Users
1212
:depth: 1
1313
:class: singlecol
1414

15-
Atlas for Government Considerations
15+
{+gov-considerations+}
1616
-----------------------------------
1717

18-
- Database users who authenticate with
19-
:manual:`SCRAM </core/security-scram/>` must use ``SCRAM-SHA-256``.
18+
Database users who authenticate with
19+
:manual:`SCRAM </core/security-scram/>` must use ``SCRAM-SHA-256``.
2020

21-
**See the Atlas Documentation** to
21+
{+see-service-docs+}
22+
---------------------------
23+
24+
See the |service| documentation to
2225
:atlas:`Configure Database Users </security-add-mongodb-users>`.

source/security/private-endpoint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _private-endpoint:
1+
.. _gov-private-endpoint:
22

33
=========================
4-
Set Up a Private Endpoint
4+
Set up a Private Endpoint
55
=========================
66

77
.. default-domain:: mongodb

source/security/vpc-peering.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _gov-vpc-peering:
2+
3+
===================================
4+
Set up a Network Peering Connection
5+
===================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
{+gov-considerations+}
16+
-----------------------------------
17+
18+
You may use only ``gov`` regions for VPC peering in government region-only projects.
19+
20+
{+see-service-docs+}
21+
---------------------------
22+
23+
See the |service| documentation to :ref:`vpc-peering`.

source/tutorial/connect-to-your-cluster.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ Connect and Insert Data into Your Cluster
1212
:depth: 1
1313
:class: singlecol
1414

15-
**See the Atlas Documentation**
15+
{+see-service-docs+}
16+
---------------------------
1617

1718
To connect and insert data into your cluster, follow the |service|
1819
procedures:
1920

2021
1. :atlas:`Connect to Your Cluster </tutorial/connect-to-your-cluster/>`
2122
#. :atlas:`Insert and View Data in Your Cluster </tutorial/insert-data-into-your-cluster/>`
2223

23-
.. seealso:: |service| documentation
24-
25-
To import existing data from ``JSON`` or ``CSV`` files, see
26-
:atlas:`Load File with mongoimport </import/mongoimport>`.
24+
To import existing data from ``JSON`` or ``CSV`` files, see
25+
:atlas:`Load File with mongoimport </import/mongoimport>`.

source/tutorial/create-cluster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ either a :atlas:`replica set </reference/glossary#std-term-replica-set>` or a
1717
:atlas:`sharded cluster </reference/glossary#std-term-sharded-cluster>`.
1818
This tutorial walks you through creating a replica set.
1919

20-
Atlas for Government Considerations
20+
{+gov-considerations+}
2121
-----------------------------------
2222

2323
- |servicegov-short| clusters must be tier ``M20`` or higher.

0 commit comments

Comments
 (0)