Skip to content

Commit d6c2383

Browse files
(DOCSP-4644): Connection Troubleshooting (#133)
* (DOCSP-4644): Connection Troubleshooting WIP * Single sourcing and tweaks * Updates per Gilberto's feedback * quickfix * Review feedback * Updates per Joy's feedback * Updates per Brian's feedback * Fixing conflicts
1 parent 9eb20b3 commit d6c2383

File tree

8 files changed

+388
-2
lines changed

8 files changed

+388
-2
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@
137137
'manual': ('http://docs.mongodb.org/manual%s', ''),
138138
'bic': ('https://docs.mongodb.com/bi-connector/current%s',''),
139139
'product': ('http://www.mongodb.com/products/%s?jmp=docs',''),
140-
'dl': ('http://www.mongodb.com/download-center/%s?jmp=docs','')
140+
'dl': ('http://www.mongodb.com/download-center/%s?jmp=docs',''),
141+
'atlas': ('http://docs.atlas.mongodb.com%s', '')
141142
}
142143

143144
intersphinx_mapping = {}

config/sphinx_local.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ theme:
99
google_analytics: 'UA-7301842-8'
1010
nav_excluded:
1111
- /
12+
- /troubleshooting
13+
- /troubleshooting/connection-errors
1214
sidebars:
1315
'**':
1416
- 'pagenav.html'
56.7 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
1. Navigate to your |service| :guilabel:`Clusters` view.
2+
3+
#. Click :guilabel:`Connect` for your desired cluster.
4+
5+
#. Click :guilabel:`Connect with MongoDB Compass`.
6+
7+
#. Copy the provided connection string.
8+
9+
#. Open |compass|.
10+
11+
#. Click :guilabel:`Yes` to auto-fill the connection settings.
12+
13+
.. figure:: /images/compass/autofill-connect.png
14+
:scale: 55%
15+
:alt: Image showing autofill connection dialog
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
It is possible that your MongoDB cluster or server has been
2+
shutdown or had its hostname has changed. Contact your database
3+
administrator for updates on the status of your database.

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ suit your needs.
155155
/aggregation-pipeline-builder
156156
/import-export
157157
/plugins/creating-compass-plugins
158+
/troubleshooting
158159
/faq
159160
/release-notes
160161
/submit-feedback
161-

source/troubleshooting.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:noprevnext:
2+
3+
===============
4+
Troubleshooting
5+
===============
6+
7+
This section provides advice for troubleshooting problems with
8+
|compass|.
9+
10+
:doc:`Connection Errors </troubleshooting/connection-errors>`
11+
Resolve issues with connecting to |compass|.
12+
13+
.. default-domain:: mongodb
14+
15+
.. class:: hidden
16+
17+
.. toctree::
18+
:titlesonly:
19+
20+
/troubleshooting/connection-errors

0 commit comments

Comments
 (0)