Skip to content

Commit e800f27

Browse files
Fix warnings (#1)
* docurl * change doc role to atlas role * fix more errors * fix more stuff * trying this again
1 parent 4daf53c commit e800f27

21 files changed

+271
-2618
lines changed

assets.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[assets.output_paths]
2+
repository_path = "source/includes"
3+
4+
[[assets.sources.repository]]
5+
repo = "mongodb/mongodb-atlas-cli"
6+
version = "atlascli/v1.14.0"
7+
8+
[[assets.sources.repository.targets]]
9+
source = "docs/atlascli/command/atlas-kubernetes-operator-install.txt"
10+
output = "command/atlas-kubernetes-operator-install.txt"

source/ak8so-changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ New Features
215215

216216
:ref:`atlasdeployment-custom-resource`:
217217

218-
- Adds support for :doc:`Global {+Cluster+} </global-clusters>`
218+
- Adds support for :atlas:`Global {+Cluster+} </global-clusters>`
219219
parameters in ``spec.advancedDeploymentSpec.*`` and ``spec.deploymentSpec.*``.
220220
To learn more, see :ref:`AtlasDeployment custom resource parameters <atlasdeployment-crd-params>`.
221221
These Global Cluster parameters map zones to geographic regions and allow you

source/atlasdeployment-custom-resource.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ documentation to customize your specifications.
732732
- Required
733733

734734
* - You are deploying
735-
:doc:`Global {+Clusters+} </global-clusters>`.
735+
:atlas:`Global {+Clusters+} </global-clusters>`.
736736
- Required
737737

738738
* - You are deploying non-Global replica sets and sharded
@@ -748,11 +748,11 @@ documentation to customize your specifications.
748748
* - Value
749749
- {+Cluster+} Type
750750
* - REPLICASET
751-
- :term:`replica set`
751+
- replica set
752752
* - SHARDED
753-
- :term:`sharded cluster`
753+
- sharded cluster
754754
* - GEOSHARDED
755-
- :doc:`global {+cluster+} </global-clusters>`
755+
- :atlas:`global {+cluster+} </global-clusters>`
756756

757757
.. setting:: spec.deploymentSpec.customZoneMapping
758758

@@ -995,7 +995,7 @@ documentation to customize your specifications.
995995
- Values
996996

997997
* - You are deploying
998-
:doc:`Global {+Clusters+} </global-clusters>`.
998+
:atlas:`Global {+Clusters+} </global-clusters>`.
999999
- Required
10001000
- Each object in the array represents a zone where
10011001
|service| deploys your {+cluster+}'s nodes.
@@ -1027,11 +1027,11 @@ documentation to customize your specifications.
10271027

10281028
- If you specify a value of ``1`` and you set
10291029
:setting:`spec.deploymentSpec.clusterType` to ``SHARDED``,
1030-
|service| deploys a single-shard :term:`sharded cluster`.
1030+
|service| deploys a single-shard sharded cluster.
10311031

10321032
- If you specify ``1`` and you set
10331033
:setting:`spec.deploymentSpec.clusterType` to ``REPLICASET``,
1034-
|service| deploys a :term:`replica set`.
1034+
|service| deploys a replica set.
10351035

10361036
.. include:: /includes/cluster-settings/single-shard-cluster-warning.rst
10371037

@@ -1047,7 +1047,7 @@ documentation to customize your specifications.
10471047
*Optional*
10481048

10491049
Human-readable label that identifies the zone in a
1050-
:doc:`Global {+Cluster+} </global-clusters>`. Provide this value
1050+
:atlas:`Global {+Cluster+} </global-clusters>`. Provide this value
10511051
only if you set :setting:`spec.deploymentSpec.clusterType` to
10521052
``GEOSHARDED``.
10531053

source/atlasproject-custom-resource.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ This section describes the ``AtlasProject`` custom resource parameters:
13921392

13931393
Human-readable label that identifies the privilege action. For a
13941394
complete list of actions available in the {+atlas-admin-api+}, see
1395-
:doc:`/reference/custom-role-actions`.
1395+
:atlas:`/reference/custom-role-actions`.
13961396

13971397
.. setting:: spec.customRoles.actions.resources
13981398

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Number of :ref:`analytics nodes <analytics-nodes-overview>` for
22
|service| to deploy to the region. Analytics nodes are useful for
33
handling analytic data such as reporting queries from |bic|. Analytics
4-
nodes are read-only, and can never become the :term:`primary`.
4+
nodes are read-only, and can never become the primary.

source/includes/cluster-settings/global-cluster/extracts-settings.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ content: |
55
66
*Required*
77
8-
List that contains :doc:`Global {+Cluster+} </global-clusters>`
8+
List that contains :atlas:`Global {+Cluster+} </global-clusters>`
99
parameters that map zones to geographic regions. For a full list of
1010
available parameters, see the |service| :oas-atlas-op:`Global
1111
{+Clusters+} API </addOneCustomZoneMappingToOneGlobalCluster>`.
@@ -18,7 +18,7 @@ content: |
1818
1919
*Required*
2020
21-
Code that represents a location that maps to a zone in your :doc:`Global
21+
Code that represents a location that maps to a zone in your :atlas:`Global
2222
{+Cluster+} </global-clusters>`.
2323
2424
---
@@ -29,7 +29,7 @@ content: |
2929
3030
*Required*
3131
32-
Human-readable label that identifies the zone in your :doc:`Global
32+
Human-readable label that identifies the zone in your :atlas:`Global
3333
{+Cluster+} </global-clusters>`.
3434
3535
---
@@ -41,7 +41,7 @@ content: |
4141
*Required*
4242
4343
List that contains information to create a managed namespace in a
44-
specified :doc:`Global {+Cluster+} </global-clusters>` to create. For
44+
specified :atlas:`Global {+Cluster+} </global-clusters>` to create. For
4545
a full list of available parameters, see the |service|
4646
:oas-atlas-op:`Global {+Clusters+} API
4747
</createOneManagedNamespaceInOneGlobalCluster>`.
@@ -54,7 +54,7 @@ content: |
5454
5555
*Required*
5656
57-
Human-readable label of the collection to manage in this :doc:`Global
57+
Human-readable label of the collection to manage in this :atlas:`Global
5858
{+Cluster+} </global-clusters>`.
5959
6060
---
@@ -65,7 +65,7 @@ content: |
6565
6666
*Required*
6767
68-
Human-readable label of the database to manage in this :doc:`Global
68+
Human-readable label of the database to manage in this :atlas:`Global
6969
{+Cluster+} </global-clusters>`.
7070
7171
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
If this is the first dedicated paid cluster for the selected region or
22
regions *and* you plan on creating one or more
3-
:abbr:`VPC peering connections`, review :doc:`VPC Peering Connections </security-vpc-peering>` before continuing.
3+
:abbr:`VPC peering connections`, review :atlas:`VPC Peering Connections </security-vpc-peering>` before continuing.

source/includes/cluster-settings/group-region-association.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Multi-Region Clusters
2020
resides in the same region as the nodes to communicate with the
2121
peered |vpc|.
2222

23-
To learn more, see :doc:`/security-vpc-peering`.
23+
To learn more, see :atlas:`/security-vpc-peering`.

source/includes/cluster-settings/instance-size-parameter-advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ size.
55

66
**See Also:** :ref:`server-number-costs`.
77

8-
If you deploy a :doc:`Global Cluster </global-clusters>`, you must
8+
If you deploy a :atlas:`Global Cluster </global-clusters>`, you must
99
choose a instance size of **M30** or greater.
1010

1111
.. tabs-cloud-providers::

source/includes/cluster-settings/instance-size-parameter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ size.
55

66
**See Also:** :ref:`server-number-costs`.
77

8-
If you deploy a :doc:`Global Cluster </global-clusters>`, you must
8+
If you deploy a :atlas:`Global Cluster </global-clusters>`, you must
99
choose a instance size of **M30** or greater.
1010

1111
.. tabs-cloud-providers::

0 commit comments

Comments
 (0)