Skip to content

Commit f9aba55

Browse files
authored
adds refs to reference/options.txt that will serve as updated replacements for labels that point to the legacy mongo shell docs (#230)
1 parent eed7287 commit f9aba55

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/reference/options.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Connection Options
104104
the hostname does not match the ``SAN`` (or ``CN``), the
105105
|mdb-shell| shell fails to connect.
106106

107+
.. _example-connect-mongosh-using-srv:
108+
107109
For :manual:`DNS seedlist connections </reference/connection-string/#dns-seedlist-connection-format/>`,
108110
Specify the connection protocol as ``mongodb+srv``, followed by
109111
the DNS SRV hostname record and any options. The ``authSource``
@@ -127,6 +129,9 @@ Connection Options
127129
:option:`--port <--port>` is not
128130
specified, the |mdb-shell| attempts to connect to port ``27017``.
129131

132+
.. _mongosh-tls:
133+
.. _mongosh-ssl:
134+
130135
TLS Options
131136
~~~~~~~~~~~
132137

@@ -330,6 +335,8 @@ TLS Options
330335
to use TLS certificates already available to your operating system
331336
without explicitly specifying those certificates to ``mongosh``.
332337

338+
.. _mongosh-authentication-options:
339+
333340
Authentication Options
334341
----------------------
335342

@@ -345,6 +352,8 @@ Authentication Options
345352
the |mdb-shell| uses the database specified in the connection
346353
string.
347354

355+
.. _mongosh-authentication-mechanisms:
356+
348357
.. option:: --authenticationMechanism <name>
349358

350359
*Default*: SCRAM-SHA-1
@@ -463,6 +472,8 @@ Session Options
463472

464473
.. disableImplicitSessions
465474

475+
.. _mongosh-client-side-field-level-encryption-options:
476+
466477
Client-Side Field Level Encryption Options
467478
------------------------------------------
468479

0 commit comments

Comments
 (0)