Skip to content

Commit 0128e30

Browse files
authored
Revert changes to b45da58 (#469)
* Revert "indentation fix" This reverts commit 08acd36. * Revert "Revert "indentation fix"" This reverts commit dfbe25ec14607ba17a26ba6b270a6fdc8d37fd64. * Revert "indentation fix" This reverts commit 08acd36. * Revert "IA feedback from JO" This reverts commit 1b78bf5. * Revert "edit text in subpages" This reverts commit c2b008f. * Revert "SO feedback" This reverts commit c339fef. * Revert "change depth" This reverts commit 5fe72dd. * Revert "re-add advanced options to connect page, change tasks to options, add in-page toc to CLI options ref page" This reverts commit afb0d30. * Revert "add cli options to sub-page toc and remove from index toc" This reverts commit 187ee54. * Revert "fix toc" This reverts commit 55fe755. * Revert "DOCSP-27767 Scriptable Compass IA Changes" This reverts commit 1e1b13f.
1 parent 08acd36 commit 0128e30

13 files changed

+44
-76
lines changed

snooty.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ intersphinx = [
1010
toc_landing_pages = [
1111
"/install",
1212
"/connect",
13-
"/connect/connect-from-the-command-line",
14-
"/connect/advanced-connection-options",
1513
"/connect/favorite-connections",
16-
"/connect/favorite-connections/import-export",
14+
"/connect/favorite-connections/import-export/",
1715
"/instance",
1816
"/config-file",
17+
"/command-line-options",
1918
"/query/filter",
2019
"/query/queries",
2120
"/documents",
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
Compass Command Line Options
77
----------------------------
88

9-
.. default-domain:: mongodb
10-
11-
.. contents:: On this page
12-
:local:
13-
:backlinks: none
14-
:depth: 1
15-
:class: singlecol
16-
179
The following page provides an overview on how to set command line options for
1810
|compass|. For more detailed guidance on how to set a specific command line
1911
option, see the task page for the specific option.

source/connect.txt

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,43 @@ on GitHub.
8484

8585
.. include:: /includes/steps/starting-compass-paste-string.rst
8686

87-
Connect to Compass from the Command Line
88-
----------------------------------------
87+
Connecting with Compass from the Command Line
88+
----------------------------------------------
89+
8990

9091
.. include:: /includes/intro-command-line-connection.rst
9192

9293
For details, see :ref:`comp-command-line-connect`.
9394

95+
.. _advanced-connection-options:
96+
9497
Advanced Connection Options
9598
---------------------------
9699

97-
.. include:: /includes/intro-advanced-connection-options.rst
100+
The Advanced Connection Options provide additional forms of connecting
101+
|compass-short| to MongoDB.
102+
103+
:ref:`general-connection-tab`
104+
Learn how to select a Connection String Scheme for your deployment.
105+
106+
:ref:`authentication-connection-tab`
107+
Learn how to connect deployments that require authentication.
108+
109+
:ref:`tls-ssl-tab`
110+
Learn how to connect deployments using TLS/SSL.
111+
112+
:ref:`ssh-connection`
113+
Learn how to connect deployments using an SSH tunnel.
98114

99-
For details, see :ref:`advanced-connection-options`.
115+
:ref:`in-use-encryption-tab`
116+
Learn how to connect deployments using In-Use Encryption.
117+
118+
:ref:`advanced-connection-tab`
119+
Learn about additional advanced connection options for your deployments.
120+
121+
:ref:`comp-command-line-connect`
122+
Learn how to open |compass-short| and connect to MongoDB from the
123+
command line.
100124

101125
.. seealso::
102126

@@ -105,8 +129,13 @@ For details, see :ref:`advanced-connection-options`.
105129
.. toctree::
106130
:titlesonly:
107131

108-
/connect/connect-from-the-command-line
109-
/connect/advanced-connection-options
110-
/connect/favorite-connections
132+
/connect/general-connection
133+
/connect/authentication-connection
134+
/connect/tls-ssl-connection
135+
/connect/ssh-connection
136+
/connect/in-use-encryption
137+
/connect/advanced-connection
111138
/connect/required-access
139+
/connect/favorite-connections
140+
/connect/connect-from-the-command-line
112141
/connect/disconnect

source/connect/advanced-connection-options.txt

Lines changed: 0 additions & 46 deletions
This file was deleted.

source/connect/connect-from-the-command-line.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,3 @@ configuration file to specify which connection to use:
134134
--passphrase=superSecret \
135135
27ba0eda-c27e-46f5-a74a-2c041b1b58c4
136136

137-
.. toctree::
138-
:titlesonly:
139-
140-
/connect/connect-from-the-command-line/command-line-options

source/connect/advanced-connection-options/general-connection.txt renamed to source/connect/general-connection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Procedure
3333
.. procedure::
3434
:style: connected
3535

36-
.. step:: Select a connection string scheme.
36+
.. step:: Select a Connection String Scheme.
3737

3838
You can select one of the following options:
3939

source/connect/advanced-connection-options/in-use-encryption.txt renamed to source/connect/in-use-encryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replica set or sharded cluster to use this connection option. Your replica set
1717
can be a single node or larger.
1818

1919
The :guilabel:`In-Use Encryption` connection tab allows you to connect your
20-
deployments with :v6.0:`Queryable Encryption </core/queryable-encryption/>`.
20+
deployments using :v6.0:`Queryable Encryption </core/queryable-encryption/>`.
2121

2222
Procedure
2323
---------

source/connect/advanced-connection-options/ssh-connection.txt renamed to source/connect/ssh-connection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Proxy / SSH Tunnel Connection Tab
1212
:depth: 1
1313
:class: singlecol
1414

15-
The :guilabel:`Proxy / SSH Tunnel` tab allows you to connect to your deployment
16-
with a proxy method or SSH tunnel.
15+
The :guilabel:`Proxy / SSH Tunnel` tab allows you to connect to your deployment using
16+
a Proxy method or SSH Tunnel.
1717

1818
Procedure
1919
---------

source/connect/advanced-connection-options/tls-ssl-connection.txt renamed to source/connect/tls-ssl-connection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TLS / SSL Connection Tab
1212
:depth: 1
1313
:class: singlecol
1414

15-
The :guilabel:`TLS / SSL` tab allows you to connect deployments with TLS / SSL.
15+
The :guilabel:`TLS / SSL` tab allows you to connect deployments using TLS / SSL.
1616
For more information on :guilabel:`TLS / SSL`, see :manual:`TLS Options
1717
</reference/connection-string/#tls-options>`
1818

source/includes/intro-advanced-connection-options.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Expand your knowledge of MongoDB by using Compass with other MongoDB products.
155155
/instance
156156
/manage-data
157157
/config-file
158+
/command-line-options
158159
/import-export
159160
/embedded-shell
160161
/aggregation-pipeline-builder

0 commit comments

Comments
 (0)