Skip to content

Commit 11c7f2d

Browse files
authored
(DOCSP-44175) Fixes final important nested components for BIC (#447)
1 parent 0b6800b commit 11c7f2d

8 files changed

+16
-24
lines changed

source/includes/steps-create-system-dsn-auth-macos.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ a. Launch ODBC Manager.
4343
* - **SERVER**
4444
- The hostname or IP address of the |bi| host.
4545

46-
.. important::
47-
48-
Use ``127.0.0.1`` to connect via TCP to localhost.
49-
Specifying a value other than an IP address, will attempt to
50-
connect via Unix socket.
46+
:gold:`IMPORTANT:` Use ``127.0.0.1`` to connect using TCP to
47+
localhost. If you specify a value other than an IP address,
48+
the {+bi-short+} attempts to connect using Unix socket.
5149

5250
* - **PORT**
5351
- The :abbr:`IANA (Internet Assigned Numbers Authority)`

source/includes/steps-create-system-dsn-auth-ssl-macos.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ a. Launch ODBC Manager.
4343
* - **SERVER**
4444
- The hostname or IP address of the |bi| host.
4545

46-
.. important::
47-
48-
Use ``127.0.0.1`` to connect via TCP to localhost.
49-
Specifying a value other than an IP address, will attempt to
50-
connect via Unix socket.
46+
:gold:`IMPORTANT:` Use ``127.0.0.1`` to connect using TCP to
47+
localhost. If you specify a value other than an IP address,
48+
the {+bi-short+} attempts to connect using Unix socket.
5149

5250
* - **PORT**
5351
- The :abbr:`IANA (Internet Assigned Numbers Authority)`

source/includes/steps-create-system-dsn-macos.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@
4343
* - **SERVER**
4444
- The hostname or IP address of the |bi| host.
4545

46-
.. important::
47-
48-
Use ``127.0.0.1`` to connect via TCP to localhost.
49-
Specifying a value other than an IP address, will attempt to
50-
connect via Unix socket.
46+
:gold:`IMPORTANT:` Use ``127.0.0.1`` to connect using TCP to
47+
localhost. If you specify a value other than an IP address,
48+
the {+bi-short+} attempts to connect using Unix socket.
5149

5250
* - **PORT**
5351
- The :abbr:`IANA (Internet Assigned Numbers Authority)`

source/includes/steps-create-system-dsn-no-auth-macos.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ a. Launch ODBC Manager.
4343
* - **SERVER**
4444
- The hostname or IP address of the |bi| host.
4545

46-
.. important::
47-
48-
Use ``127.0.0.1`` to connect via TCP to localhost.
49-
Specifying a value other than an IP address, will attempt to
50-
connect via Unix socket.
46+
:gold:`IMPORTANT:` Use ``127.0.0.1`` to connect using TCP to
47+
localhost. If you specify a value other than an IP address,
48+
the {+bi-short+} attempts to connect using Unix socket.
5149

5250
* - **PORT**
5351
- The :abbr:`IANA (Internet Assigned Numbers Authority)`

source/includes/steps-install-bi-connector-debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
certify that a particular MongoDB package is a valid and unaltered
15-
MongoDB release. The `bi-connector.asc` key to validate the BI
15+
MongoDB release. The ``bi-connector.asc`` key to validate the BI
1616
Connector is available on `pgp.mongodb.com <https://pgp.mongodb.com/bi-connector.asc>`__
1717
as a PGP key in ``.asc`` format.
1818

source/includes/steps-install-bi-connector-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
certify that a particular MongoDB package is a valid and unaltered
15-
MongoDB release. The `bi-connector.asc` key to validate the BI
15+
MongoDB release. The ``bi-connector.asc`` key to validate the BI
1616
Connector is available on `pgp.mongodb.com <https://pgp.mongodb.com/bi-connector.asc>`__
1717
as a PGP key in ``.asc`` format.
1818

source/includes/steps-install-bi-connector-rhel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
certify that a particular MongoDB package is a valid and unaltered
15-
MongoDB release. The `bi-connector.asc` key to validate the BI
15+
MongoDB release. The ``bi-connector.asc`` key to validate the BI
1616
Connector is available on `pgp.mongodb.com
1717
<https://pgp.mongodb.com/bi-connector.asc>`__ as a PGP key in ``.asc`` format.
1818

source/schema/cached-sampling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If your MongoDB instance uses :manual:`authentication
4444
</core/authentication/>` and you wish to use cached sampling, your
4545
|bi-short| instance must also use authentication. The admin user that
4646
connects to MongoDB via the :binary:`~bin.mongosqld` program must
47-
have permission to read from all the :term:`namespaces <namespace>`
47+
have permission to read from all the :manual:`namespaces </reference/glossary/#std-term-namespace>`
4848
from which you want to sample data.
4949

5050
Sample All Namespaces

0 commit comments

Comments
 (0)