Skip to content

Commit 3f25584

Browse files
schmallisomelissamahoney-mongodb
authored andcommitted
DOP-1386: update master to build on snooty
(DOCSP-11721): Content changes for nextgen migration fix toctree paths to be not relative
1 parent 029f53c commit 3f25584

File tree

135 files changed

+457
-395
lines changed

Some content is hidden

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

135 files changed

+457
-395
lines changed

snooty.toml

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,73 @@
11
name = "mongocli"
2+
title = "MongoDB Command Line Interface"
23

3-
intersphinx = ["https://docs.mongodb.com/manual/objects.inv","https://docs.atlas.mongodb.com/objects.inv"]
4+
intersphinx = ["https://docs.opsmanager.mongodb.com/current/objects.inv", "https://docs.mongodb.com/manual/objects.inv",
5+
"https://docs.atlas.mongodb.com/objects.inv"]
6+
7+
toc_landing_pages = ["/configure"]
48

59
[constants]
610
aagent = "Automation Agent"
11+
data-lake = "Atlas Data Lake"
12+
data-lake-short = "Data Lake"
13+
data-lake-stores = "data stores"
14+
data-lake-store = "data store"
715
default-profile = ":ref:`default profile <mcli-profiles>`"
816
mcli = "MongoDB CLI"
917
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
1018
mcli-version = "1.7.0"
1119
mdbagent = "MongoDB Agent"
1220
mdbVersion = "4.2"
1321

22+
[substitutions]
23+
a-application = "an Ops Manager Application"
24+
a-mms = "an Ops Manager"
25+
A-mms = "An Ops Manager"
26+
application-s = "Ops Manager Applications"
27+
application = "Ops Manager Application"
28+
"2fa" = ":abbr:`2FA (Two Factor Authentication)`"
29+
cloud = ":cloudmgr:`MongoDB Cloud Manager </>`"
30+
cloud-short = "Cloud Manager"
31+
api = ":abbr:`API (Application Programming Interface)`"
32+
API = ":abbr:`API (Application Programming Interface)`"
33+
aws = ":abbr:`AWS (Amazon Web Services)`"
34+
bic-short = ":bic:`BI Connector </>`"
35+
bic = "BI Connector for Atlas"
36+
bson = ":abbr:`BSON (Binary Javascript Object Notation)`"
37+
cidr = ":abbr:`CIDR (Classless Inter-Domain Routing)`"
38+
com = "Cloud Manager or Ops Manager"
39+
dns = ":abbr:`DNS (Domain Name System)`"
40+
Epoch-time-ms = "Timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
41+
epoch-time-ms = "timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
42+
Epoch-time = "Timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
43+
epoch-time = "timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
44+
fqdn = ":abbr:`FQDN (fully qualified domain name)`"
45+
fts = "Atlas Search"
46+
gcp = ":abbr:`GCP (Google Cloud Platform)`"
47+
iana = ":abbr:`IANA (Internet Assigned Numbers Authority)`"
48+
iops = ":abbr:`IOPS (Input/Output Operations per Second)`"
49+
ipaddr = ":abbr:`IP (Internet Protocol)`"
50+
iso8601-time = "Timestamp in `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__ date and time format in |utc|"
51+
iso8601 = "`ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__"
52+
ipv4 = ":abbr:`IPv4 (Internet Protocol version 4)`"
53+
ipv6 = ":abbr:`IPv6 (Internet Protocol version 6)`"
54+
json = ":abbr:`JSON (Javascript Object Notation)`"
55+
kmip = ":abbr:`KMIP (Key Management Interoperability)`"
56+
ldap = ":abbr:`LDAP (Lightweight Directory Access Protocol)`"
57+
mms-full = ":opsmgr:`MongoDB Ops Manager </>`"
58+
mms = "``Ops Manager``"
59+
mongod = ":binary:`~bin.mongod`"
60+
mongos = ":binary:`~bin.mongos`"
61+
mongo = ":binary:`~bin.mongo`"
62+
onprem = "Ops Manager"
63+
onprem-link = ":opsmgr:`Ops Manager </>`"
64+
s3 = ":abbr:`S3 (Simple Storage Service)`"
65+
service-fullname = ":atlas:`MongoDB Atlas <>`"
66+
service = "Atlas"
67+
ssl = ":abbr:`SSL (Secure Sockets Layer)`"
68+
svc-api-key = "Programmatic API Key"
69+
snmp = ":abbr:`SNMP (Simple Network Management Protocol)`"
70+
tls = ":abbr:`TLS (Transport Layer Security)`"
71+
url = ":abbr:`URL (Uniform Resource Locator)`"
72+
utc = ":abbr:`UTC (Coordinated Universal Time)`"
73+
vpc = ":abbr:`VPC (Virtual Private Cloud)`"

source/configure.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ Configure the {+mcli+}
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. class:: hidden
15+
.. toctree::
16+
:titlesonly:
1617

17-
.. toctree::
18-
:titlesonly:
19-
20-
/configure/configuration-file
21-
/configure/environment-variables
22-
/configure/autocomplete
23-
/configure/go-template-output
18+
/configure/configuration-file
19+
/configure/environment-variables
20+
/configure/autocomplete
21+
/configure/go-template-output
2422

2523
You can define the settings that the {+mcli+} uses to interact with
2624
MongoDB services like |service|, |cloud-short|, and |onprem| by using

source/configure/environment-variables.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ The {+mcli+} supports the following environment variables:
7878
* - ``ops-manager``
7979
- |mms-full|
8080

81-
* - ``MCLI_OPS_MANAGER_CA_CERTIFICATE``
82-
- **|onprem| only** If applicable, the full path on your local
81+
* - | ``MCLI_OPS_MANAGER_CA_CERTIFICATE``
82+
| *Ops Manager only*
83+
- If applicable, the full path on your local
8384
system to the PEM-encoded Certificate Authority (CA) certificate
8485
used to sign the client and |onprem| TLS certificates.
8586

86-
* - ``MCLI_OPS_MANAGER_SKIP_VERIFY``
87-
- **|onprem| only** When set to ``yes``, the
87+
* - | ``MCLI_OPS_MANAGER_SKIP_VERIFY``
88+
| *Ops Manager only*
89+
- When set to ``yes``, the
8890
``MCLI_OPS_MANAGER_CA_CERTIFICATE`` TLS certificate is not
8991
verified. This prevents your connections from being rejected due
9092
to an invalid certificate.

source/includes/atlas-cluster-output-fields.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
- :atlas:`Azure </reference/microsoft-azure/#microsoft-azure>`
166166

167167
* - ``replicationFactor``
168-
- Number of :term:`replica set members <replica set>` in the
168+
- Number of replica set members in the
169169
cluster: ``3``, ``5``, or ``7``.
170170

171171
* - ``replicationSpec``

source/includes/atlas-snapshots-list-output-fields.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
- document array
8787
- The individual parts that comprise the complete snapshot.
8888

89-
- For a :term:`replica set`, this array contains a single
89+
- For a replica set, this array contains a single
9090
document.
91-
- For a :term:`sharded cluster`, this array contains one document
91+
- For a sharded cluster, this array contains one document
9292
for each shard plus one document for the :term:`config server`.
9393

9494
* - ``parts.clusterId``
9595
- objectId
96-
- ID of the :term:`replica set`.
96+
- ID of the replica set.
9797

9898
* - ``parts.compressionSetting``
9999
- string
@@ -121,13 +121,13 @@
121121

122122
* - ``parts.mongodVersion``
123123
- string
124-
- The version of MongoDB that the :term:`replica set`
125-
:term:`primary` was running when the snapshot was
124+
- The version of MongoDB that the replica set
125+
primary was running when the snapshot was
126126
created.
127127

128128
* - ``parts.replicaSetName``
129129
- string
130-
- Name of the :term:`replica set`.
130+
- Name of the replica set.
131131

132132
* - ``parts.shardName``
133133
- string

source/includes/backup-checkpoints-output-fields.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
* - ``links``
1616
- object array
17-
- Includes one or more :ref:`links <api-linking>` to
17+
- Includes one or more links to
1818
sub-resources and/or related resources. The relations between
1919
URLs are explained in the `Web Linking Specification
2020
<http://tools.ietf.org/html/rfc5988>`__.

source/includes/backup-restore-list-output.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
- Unique identifier of the batch to which this restore job
1212
belongs.
1313

14-
Only present for a restore of a :term:`sharded cluster`.
14+
Only present for a restore of a sharded cluster.
1515

1616
* - ``clusterId``
1717
- string
18-
- Unique identifier of the :term:`cluster` the restore job
18+
- Unique identifier of the cluster the restore job
1919
represents.
2020

21-
Only present for a restore of a :term:`cluster`.
21+
Only present for a restore of a cluster.
2222

2323
* - ``created``
2424
- string

source/includes/backup-restore-output-fields.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
* - clusterId
1111
- string
12-
- Unique identifier of the :term:`cluster` that the
12+
- Unique identifier of the cluster that the
1313
restore job represents.
1414

1515
* - created
@@ -18,7 +18,7 @@
1818

1919
* - delivery
2020
- object
21-
- Method and details of how the restored :term:`snapshot` data
21+
- Method and details of how the restored snapshot data
2222
is delivered.
2323

2424
* - delivery.expirationHours
@@ -63,7 +63,7 @@
6363
- string
6464
- *For HTTP only.*
6565

66-
|url| from which the restored :term:`snapshot` data can be
66+
|url| from which the restored snapshot data can be
6767
downloaded.
6868

6969
* - encryptionEnabled
@@ -73,7 +73,7 @@
7373

7474
* - groupId
7575
- string
76-
- Unique identifier of the :term:`group` that owns the restore
76+
- Unique identifier of the group that owns the restore
7777
job.
7878

7979
* - id
@@ -83,8 +83,7 @@
8383
* - links
8484
- object array
8585
- One or more links to sub-resources and/or related resources. The
86-
relations between URLs are explained in the `Web Linking Specification
87-
<http://tools.ietf.org/html/rfc5988>`_.
86+
relations between URLs are explained in the `Web Linking Specification <http://tools.ietf.org/html/rfc5988>`_.
8887

8988
* - pointInTime
9089
- boolean
@@ -93,7 +92,7 @@
9392

9493
* - snapshotId
9594
- string
96-
- Unique identifier of the :term:`snapshot` to restore.
95+
- Unique identifier of the snapshot to restore.
9796

9897
* - statusName
9998
- string
@@ -116,4 +115,4 @@
116115
* - timestamp.increment
117116
- string
118117
- Order of all operations completed at the latest oplog entry in
119-
the restored snapshot.
118+
the restored snapshot.

source/includes/backup-restore-start-args.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
data files, see
2727
:atlas:`Manual Restore One Snapshot </backup/archive/archive-one-snapshot/>`.
2828

29-
.. admonition:: Download Limitations
30-
:class: note
29+
.. note:: Download Limitations
3130

3231
Each cloud backup can have one download at a time, and each
3332
:atlas:`project </tutorial/manage-projects/>` can have

source/includes/fact-online-archive-beta.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. admonition:: Beta
2-
:class: note
1+
.. note:: Beta
32

43
Online archive is available as a Beta feature. The feature and the
54
corresponding documentation may change at any time during the Beta

source/includes/logs-jobs-list-results.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
* - ``groupId``
1515
- string
16-
- Unique identifier of the :term:`project` that the log
16+
- Unique identifier of the project that the log
1717
collection request is associated with.
1818

1919
* - ``userId``

source/includes/metrics-disks-describe-output.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
- The hostname of the machine running the MongoDB process.
2828

2929
* - ``links``
30-
- array
31-
- An array of documents, representing a :ref:`link <api-linking>` to one
32-
or more sub-resources and/or related resources such as :ref:`list
33-
pagination <api-lists>`. See :ref:`api-linking` for more information.
30+
- document array
31+
- One or more links to sub-resources and/or related resources.
32+
The relations between URLs are explained in the `Web Linking
33+
Specification <http://tools.ietf.org/html/rfc5988>`_.
3434

3535
* - ``measurements``
3636
- object array

source/includes/metrics-process-output.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Output
33

44
.. include:: /includes/command-output-intro.rst
55

6-
.. admonition:: Free Tier
7-
:class: important
6+
.. important:: Free Tier
87

98
``M0`` Free Tier and ``M2/M5`` shared-tier clusters return a subset
109
of the metrics documented here.
@@ -43,10 +42,10 @@ The HTTP response returns a JSON document that includes the following objects:
4342
- The hostname of the machine running the |service| MongoDB process.
4443

4544
* - ``links``
46-
- array
47-
- An array of documents, representing a :ref:`link <api-linking>` to one
48-
or more sub-resources and/or related resources such as :ref:`list
49-
pagination <api-lists>`. See :ref:`api-linking` for more information.
45+
- document array
46+
- One or more links to sub-resources and/or related resources.
47+
The relations between URLs are explained in the `Web Linking
48+
Specification <http://tools.ietf.org/html/rfc5988>`_.
5049

5150
* - ``measurements``
5251
- object array

source/includes/mms-snapshots-list-output-fields.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
* - ``groupId``
5252
- objectId
53-
- ID of the :term:`project` that owns the snapshot.
53+
- ID of the project that owns the snapshot.
5454

5555
* - ``id``
5656
- objectId
@@ -83,20 +83,20 @@
8383

8484
* - ``namespaceFilterList``
8585
- object
86-
- The :term:`namespaces <namespace>` that are included or excluded
86+
- The namespaces that are included or excluded
8787
from this snapshot.
8888

8989
* - ``namespaceFilterList.filterList``
9090
- string array
9191
- A comma-separated list of any combination of databases or
92-
:term:`namespaces <namespace>` that are exclusively included or
92+
namespaces that are exclusively included or
9393
explicitly excluded from the snapshot.
9494

9595
The default value is an empty array (``[]``).
9696

9797
* - ``namespaceFilterList.filterType``
9898
- string
99-
- A value that determines how :term:`namespaces <namespace>` are
99+
- A value that determines how namespaces are
100100
filtered for this snapshot.
101101

102102
- If this value is set to ``blacklist``, namespaces in
@@ -112,14 +112,14 @@
112112
- document array
113113
- The individual parts that comprise the complete snapshot.
114114

115-
- For a :term:`replica set`, this array contains a single
115+
- For a replica set, this array contains a single
116116
document.
117-
- For a :term:`sharded cluster`, this array contains one document
117+
- For a sharded cluster, this array contains one document
118118
for each shard plus one document for the :term:`config server`.
119119

120120
* - ``parts.clusterId``
121121
- objectId
122-
- ID of the :term:`replica set`.
122+
- ID of the replica set.
123123

124124
* - ``parts.compressionSetting``
125125
- string
@@ -147,13 +147,13 @@
147147

148148
* - ``parts.mongodVersion``
149149
- string
150-
- The version of MongoDB that the :term:`replica set`
151-
:term:`primary` was running when the snapshot was
150+
- The version of MongoDB that the replica set
151+
primary was running when the snapshot was
152152
created.
153153

154154
* - ``parts.replicaSetName``
155155
- string
156-
- Name of the :term:`replica set`.
156+
- Name of the replica set.
157157

158158
* - ``parts.shardName``
159159
- string
@@ -168,4 +168,4 @@
168168
- The type of server that the part represents:
169169

170170
- ``REPLICA_SET``
171-
- ``CONFIG_SERVER_REPLICA_SET``
171+
- ``CONFIG_SERVER_REPLICA_SET``

0 commit comments

Comments
 (0)