Skip to content

Commit 3382800

Browse files
authored
Revert "Revert "(DOCSP-15244) Update BI diagrams (#300)" (#301)" (#303)
This reverts commit ac31293.
1 parent ac31293 commit 3382800

19 files changed

+60
-104
lines changed

source/connect/excel.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ Prerequisites
4848

4949
* - Return Value
5050
- Meaning
51-
* - ::
51+
* - .. code-block:: none
5252

5353
Mach-O 64-bit executable x86_64
5454

5555
- 64-bit binary
56-
* - ::
56+
* - .. code-block:: none
5757

5858
Mach-O executable i386
5959

6060
- 32-bit binary
61-
* - ::
61+
* - .. code-block:: none
6262

6363
Mach-O 64-bit executable x86_64
6464
Mach-O executable i386

source/images/bi-connector/cloud-bi-vert.png

100644100755
-16.3 KB
Loading

source/images/bi-connector/cloud-db-vert.png

100644100755
-14.9 KB
Loading
19.7 KB
Loading

source/images/bi-connector/cloud-onprem-vert.png

100644100755
-3.66 KB
Loading

source/includes/auth-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ username as URI-style query parameters:
1717

1818
For authentication mechanisms such as ``PLAIN`` (LDAP) or
1919
``GSSAPI`` (Kerberos) that delegate credential storage to other
20-
services, set the :urioption:`source` value to ``$external``.
20+
services, set the ``source`` value to ``$external``.
2121

2222
Not required if :setting:`~security.defaultSource` is set in your
2323
|bi| :ref:`configuration file <config-format>`.

source/includes/options/commandoption-mongodrdl-delete.rst

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

2020
* - ``--name``
2121
- The name of the schema. To learn more about naming schemas,
22-
see the :commandoption:`name-schema <mongodrdl --name-schema>`
22+
see the :commandoption:`name-schema <name-schema>`
2323
command.
2424

2525
*Required* if ``--schema`` is not specified.

source/includes/options/option-mongosqld-logRotate.rst

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

2121
.. note::
2222

23-
On UNIX and macOS platforms, you can issue a `SIGUSR1` signal to
23+
On UNIX and macOS platforms, you can issue a ``SIGUSR1`` signal to
2424
restart the ``mongosqld`` process and rotate the logs.
2525

2626

source/includes/options/option-mongosqld-mongo-uri.rst

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

2323
.. note::
2424

25-
Instead of specifying a :urioption:`username` and :urioption:`password` in
25+
Instead of specifying a ``username`` and ``password`` in
2626
your connection string, run :program:`mongosqld` with the :option:`--auth` option to
2727
direct :program:`mongosqld` to pass the authentication credentials provided by the
2828
SQL client to the MongoDB server.

source/includes/steps-local-quickstart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ content: |
8989
:option:`--auth <mongosqld --auth>` option.
9090
9191
.. figure:: /images/bi-connector/windows-odbc-dsn2.png
92+
:alt: Windows ODBC DSN
9293
:figwidth: 550px
9394
:align: center
9495
@@ -104,4 +105,4 @@ content: |
104105
instructions for connecting with :doc:`several applications
105106
</client-applications>` elsewhere in the |bi-short|
106107
documentation.
107-
...
108+
...

0 commit comments

Comments
 (0)