Skip to content

Commit ac31293

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

19 files changed

+104
-60
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-
* - .. code-block:: none
51+
* - ::
5252

5353
Mach-O 64-bit executable x86_64
5454

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

5858
Mach-O executable i386
5959

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

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

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

100755100644
16.3 KB
Loading

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

100755100644
14.9 KB
Loading
-19.7 KB
Loading

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

100755100644
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 ``source`` value to ``$external``.
20+
services, set the :urioption:`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 <name-schema>`
22+
see the :commandoption:`name-schema <mongodrdl --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 ``username`` and ``password`` in
25+
Instead of specifying a :urioption:`username` and :urioption:`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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ content: |
8989
:option:`--auth <mongosqld --auth>` option.
9090
9191
.. figure:: /images/bi-connector/windows-odbc-dsn2.png
92-
:alt: Windows ODBC DSN
9392
:figwidth: 550px
9493
:align: center
9594
@@ -105,4 +104,4 @@ content: |
105104
instructions for connecting with :doc:`several applications
106105
</client-applications>` elsewhere in the |bi-short|
107106
documentation.
108-
...
107+
...

0 commit comments

Comments
 (0)