Skip to content

Commit 1e1b13f

Browse files
committed
DOCSP-27767 Scriptable Compass IA Changes
1 parent b45da58 commit 1e1b13f

File tree

10 files changed

+52
-1
lines changed

10 files changed

+52
-1
lines changed

snooty.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ intersphinx = [
1010
toc_landing_pages = [
1111
"/install",
1212
"/connect",
13+
"/connect/connect-from-the-command-line",
14+
"/connect/advanced-connection-options",
1315
"/connect/favorite-connections",
14-
"/connect/favorite-connections/import-export/",
16+
"/connect/favorite-connections/import-export",
1517
"/instance",
1618
"/config-file",
1719
"/command-line-options",
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
.. _advanced-connection-options:
2+
3+
===========================
4+
Advanced Connection Options
5+
===========================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. include:: /includes/intro-advanced-connection-options.rst
16+
17+
Tasks
18+
-----
19+
20+
:ref:`general-connection-tab`
21+
Learn how to select a Connection String Scheme for your deployment.
22+
23+
:ref:`authentication-connection-tab`
24+
Learn how to connect deployments that require authentication.
25+
26+
:ref:`tls-ssl-tab`
27+
Learn how to connect deployments using TLS/SSL.
28+
29+
:ref:`ssh-connection`
30+
Learn how to connect deployments using an SSH tunnel.
31+
32+
:ref:`in-use-encryption-tab`
33+
Learn how to connect deployments using In-Use Encryption.
34+
35+
:ref:`advanced-connection-tab`
36+
Learn about additional advanced connection options for your deployments.
37+
38+
39+
.. toctree::
40+
:titlesonly:
41+
42+
/connect/advanced-connection-options/general-connections
43+
/connect/advanced-connection-options/authentication-connection
44+
/connect/advanced-connection-options/tls-ssl-connection
45+
/connect/advanced-connection-options/ssh-connection
46+
/connect/advanced-connection-options/in-use-encryption
47+
/connect/advanced-connection-options/advanced-connection
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The Advanced Connection Options provide additional forms of connecting Compass
2+
to MongoDB.

0 commit comments

Comments
 (0)