Skip to content

Commit d55580d

Browse files
authored
(DOCSP-26295) Adds the # symbol that cobra2snooty uses to split multi-examples, removes $ (#1528)
1 parent b26a7bf commit d55580d

File tree

239 files changed

+690
-531
lines changed

Some content is hidden

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

239 files changed

+690
-531
lines changed

docs/atlascli/command/atlas-accessLists-create.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ Examples
100100

101101
.. code-block::
102102

103-
Create IP address access list with the current IP address. Entry is not needed in this case.
104-
$ atlas accessList create --currentIP
103+
# Create IP address access list with the current IP address. Entry is not needed in this case.
104+
atlas accessList create --currentIp

docs/atlascli/command/atlas-accessLists-describe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ Examples
8484

8585
.. code-block::
8686

87-
The following example returns the JSON-formatted details for the access list entry 192.0.2.0/24 in the project with ID 5e2211c17a3e5a48f5497de3.
87+
# The following example returns the JSON-formatted details for the access list entry 192.0.2.0/24 in the project with ID 5e2211c17a3e5a48f5497de3.
8888
atlas accessLists describe 192.0.2.0/24 --output json --projectId 5e1234c17a3e5a48f5497de3

docs/atlascli/command/atlas-alerts-list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Examples
8080

8181
.. code-block::
8282

83-
This example uses the "atlas alerts list" command to retrieve all alerts that occurred for the specified project. It uses the profile named "myprofile" for accessing Atlas.
84-
$ atlas alerts list \
83+
# This example uses the "atlas alerts list" command to retrieve all alerts that occurred for the specified project. It uses the profile named "myprofile" for accessing Atlas.
84+
atlas alerts list \
8585
--projectId 5df90590f10fab5e33de2305 \
8686
-o json \
8787
--profile myprofile

docs/atlascli/command/atlas-alerts-settings-create.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Examples
176176

177177
.. code-block::
178178

179-
This example uses the "atlas alerts settings create" command to create one alert configuration in the specified project. It uses the default profile to access the Atlas project:
180-
$ atlas alert settings create --event JOINED_GROUP --enabled \
179+
# This example uses the "atlas alerts settings create" command to create one alert configuration in the specified project. It uses the default profile to access the Atlas project:
180+
atlas alert settings create --event JOINED_GROUP --enabled \
181181
--notificationType USER --notificationEmailEnabled \
182182
--notificationUsername [email protected] \
183183
-o json --projectId 5df90590f10fab5e33de2305

docs/atlascli/command/atlas-alerts-settings-list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ Examples
7676

7777
.. code-block::
7878

79-
This example uses the profile named "myprofile" for accessing Atlas.
80-
$ atlas alerts settings list --projectId 5df90590f10fab5e33de2305 -o json --profile myprofile
79+
# This example uses the profile named "myprofile" for accessing Atlas.
80+
atlas alerts settings list --projectId 5df90590f10fab5e33de2305 -o json --profile myprofile

docs/atlascli/command/atlas-auth-login.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ Examples
6868

6969
.. code-block::
7070

71-
To start the interactive login for your MongoDB Atlas account:
72-
$ atlas auth login
71+
# To start the interactive login for your MongoDB Atlas account:
72+
atlas auth login
7373

docs/atlascli/command/atlas-auth-logout.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ Examples
6464

6565
.. code-block::
6666

67-
To log out from the CLI:
68-
$ atlas auth logout
67+
# To log out from the CLI:
68+
atlas auth logout
6969

docs/atlascli/command/atlas-auth-register.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ Examples
6868

6969
.. code-block::
7070

71-
To start the interactive setup:
72-
$ atlas auth register
71+
# To start the interactive setup:
72+
atlas auth register
7373

docs/atlascli/command/atlas-auth-whoami.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Examples
6060

6161
.. code-block::
6262

63-
See the logged account:
64-
$ atlas auth whoami
63+
# See the logged account:
64+
atlas auth whoami
6565

docs/atlascli/command/atlas-backups-exports-buckets-create.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ Examples
9292

9393
.. code-block::
9494

95-
The following command creates an export destination for Atlas backups using the existing AWS S3 bucket named test-bucket:
96-
$ atlas backup export buckets create test-bucket --cloudProvider AWS --iamRoleId 12345678f901a234dbdb00ca
95+
# The following command creates an export destination for Atlas backups using the existing AWS S3 bucket named test-bucket:
96+
atlas backup export buckets create test-bucket --cloudProvider AWS --iamRoleId 12345678f901a234dbdb00ca

0 commit comments

Comments
 (0)