Skip to content

Commit 187ee54

Browse files
committed
add cli options to sub-page toc and remove from index toc
1 parent 55fe755 commit 187ee54

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

snooty.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ toc_landing_pages = [
1616
"/connect/favorite-connections/import-export",
1717
"/instance",
1818
"/config-file",
19-
"/command-line-options",
2019
"/query/filter",
2120
"/query/queries",
2221
"/documents",

source/connect/advanced-connection-options.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ Tasks
3535
:ref:`advanced-connection-tab`
3636
Learn about additional advanced connection options for your deployments.
3737

38-
3938
.. toctree::
4039
:titlesonly:
4140

42-
/connect/advanced-connection-options/general-connections
41+
/connect/advanced-connection-options/general-connection
4342
/connect/advanced-connection-options/authentication-connection
4443
/connect/advanced-connection-options/tls-ssl-connection
4544
/connect/advanced-connection-options/ssh-connection

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,7 @@ 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
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
The Advanced Connection Options provide additional forms of connecting Compass
2-
to MongoDB.
2+
to MongoDB. Advanced connection options allow you to specify authentication,
3+
TLS/SSL, and SSH to securely connect to your deployment.

source/index.txt

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

0 commit comments

Comments
 (0)