Skip to content

Commit 555c690

Browse files
DOCSP-37258 table col fix (#126)
1 parent 6952da5 commit 555c690

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

source/includes/steps-admin-add-blockstore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ref: provide-new-blockstore
1616
content: |
1717
1818
.. list-table::
19-
:widths: 20 10 70
19+
:widths: 20 13 67
2020
:header-rows: 1
2121
:stub-columns: 1
2222
@@ -42,7 +42,7 @@ content: |
4242
4343
.. example::
4444
45-
``host1.example.com:27017,host2.example.com:27017,host2.example.com:27018``
45+
``h1.ex.com:27017,h2.ex.com:27017,h2.ex.com:27018``
4646
4747
This field displays only if you set
4848
:guilabel:`Datastore Type` to :guilabel:`Replica Set` or

source/includes/steps-admin-add-s3-blockstore.yaml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ref: provide-new-s3-blockstore-details
1616
content: |
1717
1818
.. list-table::
19-
:widths: 20 10 70
19+
:widths: 20 13 67
2020
:header-rows: 1
2121
:stub-columns: 1
2222
@@ -73,18 +73,13 @@ content: |
7373
- Select the method used to authorize access to the |s3| bucket
7474
specified in :guilabel:`S3 Bucket Name`.
7575
76-
.. list-table::
77-
:widths: 20 80
78-
:stub-columns: 1
79-
80-
* - Keys
81-
- |mms| uses :guilabel:`AWS Access Key` and
82-
:guilabel:`AWS Secret Key` to authorize access to your
83-
|s3| bucket.
84-
* - IAM Role
85-
- |mms| uses an |aws| |iam| role to authorize access to
86-
your |s3| bucket. :guilabel:`AWS Access Key` and
87-
:guilabel:`AWS Secret Key` fields are ignored.
76+
If you select :guilabel:`Keys`, |mms| uses :guilabel:`AWS
77+
Access Key` and :guilabel:`AWS Secret Key` to authorize access
78+
to your |s3| bucket.
79+
80+
If you select :guilabel:`IAM Role`, |mms| uses an |aws| |iam|
81+
role to authorize access to your |s3| bucket. :guilabel:`AWS
82+
Access Key` and :guilabel:`AWS Secret Key` fields are ignored.
8883
8984
* - Keys with Custom CA Bundle
9085
- Conditional
@@ -124,7 +119,7 @@ content: |
124119
125120
.. example::
126121
127-
``host1.example.com:27017,host2.example.com:27017,host2.example.com:27018``
122+
``h1.ex.com:27017,h2.ex.com:27017,h2.ex.com:27018``
128123
129124
|mms| displays this field when you set
130125
:guilabel:`Datastore Type` to :guilabel:`Replica Set` or

0 commit comments

Comments
 (0)