Skip to content

Commit a24a33a

Browse files
(DOCSP-4572): Final updates to landing page
Updates per Gilberto's feedback
1 parent c055e6e commit a24a33a

9 files changed

+62
-98
lines changed

source/collections.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _collection-tab:
2+
13
===========
24
Collections
35
===========
@@ -12,8 +14,6 @@ Collections
1214

1315
.. include:: /includes/extracts/readonly-not-permitted-collections.rst
1416

15-
.. _collection-tab:
16-
1717
Collections View
1818
----------------
1919

source/databases.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _database-tab:
2+
13
=========
24
Databases
35
=========
@@ -12,8 +14,6 @@ Databases
1214

1315
.. include:: /includes/extracts/readonly-not-permitted-databases.rst
1416

15-
.. _database-tab:
16-
1717
Databases Tab
1818
-------------
1919

source/faq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ See the following screenshot for all available privacy settings options:
182182
.. note::
183183

184184
Crash reports and automatic updates are not available in
185-
:ref:`Compass Isolated Edition <compass-isolated>`.
185+
:guilabel:`Compass Isolated Edition`.
186186

187187
How do I enable geographic visualizations?
188188
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/includes/extracts-readonly-not-permitted-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ content: |
33
.. note::
44
55
{{phrase}} is not permitted in
6-
:ref:`MongoDB Compass Readonly Edition <compass-readonly>`.
7-
...
6+
:guilabel:`MongoDB Compass Readonly Edition`.
7+
...
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
.. note::
22

3-
:ref:`Compass Isolated Edition <compass-isolated>` restricts network
4-
requests to :abbr:`TLS (Transport Layer Security)`-encrypted
5-
:abbr:`TCP (Transmission Control Protocol)` connections to the server
6-
chosen on the :ref:`Connect <connect-run-compass>` screen. All other
3+
:guilabel:`Compass Isolated Edition` restricts network
4+
requests to only the MongoDB server chosen on the
5+
:ref:`Connect <connect-run-compass>` screen. All other
76
outbound connections are not permitted in this edition, meaning no
87
additional firewall configuration is required when running Compass
98
Isolated Edition.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. note::
22

33
Third party mapping services such as Mapbox are not available in
4-
:ref:`Compass Isolated Edition <compass-isolated>`.
4+
:guilabel:`Compass Isolated Edition`.

source/index.txt

Lines changed: 44 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ MongoDB Compass
1212
:depth: 1
1313
:class: singlecol
1414

15-
What is |compass-short|?
16-
------------------------
15+
What is |compass|?
16+
------------------
1717

1818
|compass| is the :abbr:`GUI (Graphical User Interface)` for MongoDB.
1919
|compass-short| allows you to analyze and understand the contents of
@@ -26,8 +26,8 @@ exploring your data in a visual environment, you can also use
2626

2727
.. _compass-and-community-eds:
2828

29-
What Different Editions of |compass-short| Are Available?
30-
-------------------------------------------------------------
29+
Available |compass-short| Editions
30+
----------------------------------
3131

3232
|compass-short| is offered in four editions:
3333

@@ -37,32 +37,39 @@ What Different Editions of |compass-short| Are Available?
3737

3838
* - Edition
3939
- Description
40+
- Availability
41+
42+
* - :guilabel:`Compass Community`
43+
- This edition is for developing with MongoDB and includes a
44+
subset of the features of Compass.
4045
- Free
4146

42-
* - Compass
47+
* - :guilabel:`Compass`
4348
- Full version of MongoDB Compass, with all features and
4449
capabilities. Compass is available as part of our subscriptions.
45-
-
50+
- Subscription
4651

47-
* - Compass Community
48-
- This version is for developing with MongoDB and includes a
49-
subset of the features of Compass.
50-
- :icon:`check-circle`
51-
52-
* - Compass Readonly
53-
- This version is limited strictly to read operations, with all
52+
* - :guilabel:`Compass Readonly`
53+
- This edition is limited strictly to read operations, with all
5454
write and delete capabilities removed.
55-
-
55+
- Subscription
5656

57-
* - Compass Isolated
58-
- This version disables all network connections except the
59-
connection to the MongoDB instance.
60-
-
57+
* - :guilabel:`Compass Isolated`
58+
- This version does not initiate any network requests
59+
except to the MongoDB server to which |compass-short| connects.
60+
This edition is designed for highly secure environments.
61+
- Subscription
62+
63+
.. note::
64+
65+
All versions of |compass| are free to download, but non-community
66+
editions are reserved for users with an
67+
`enterprice license <https://www.mongodb.com/products/mongodb-enterprise-advanced>`__.
6168

6269
.. _compass-feature-table:
6370

64-
What are the Capabilities of Each |compass-short| Edition?
65-
----------------------------------------------------------
71+
Capabilities of |compass-short| Editions
72+
----------------------------------------
6673

6774
The following feature chart can help you choose the edition to best
6875
suit your needs.
@@ -72,111 +79,70 @@ suit your needs.
7279
:widths: 40 15 15 15 15
7380

7481
* -
75-
- Compass
7682
- Compass Community
83+
- Compass
7784
- Compass Readonly
7885
- Compass Isolated
7986

80-
* - View :doc:`documents </documents>`,
81-
:doc:`collections </collections>`,
82-
:doc:`databases </databases>`, and :ref:`indexes <indexes-tab>`
83-
- |checkmark|
84-
- |checkmark|
85-
- |checkmark|
86-
- |checkmark|
87-
88-
* - Interact with documents, collections, and databases with full
89-
CRUD functionality
87+
* - Interact with :ref:`documents <compass-documents>`,
88+
:ref:`collections <collection-tab>`, and
89+
:ref:`databases <database-tab>` with full CRUD functionality
9090
- |checkmark|
9191
- |checkmark|
9292
-
9393
- |checkmark|
9494

95-
* - Build and run ad hoc queries
95+
* - Create and execute :ref:`queries <compass-query-bar>` and
96+
:ref:`aggregation pipelines <compass-agg-builder>`
9697
- |checkmark|
9798
- |checkmark|
9899
- |checkmark|
99100
- |checkmark|
100-
101-
* - Manage indexes: view stats, create, and delete
101+
102+
* - Create and delete :ref:`indexes <compass-indexes>`
102103
- |checkmark|
103104
- |checkmark|
104105
-
105106
- |checkmark|
106107

107-
* - View existing :ref:`document validation rules <validation>`
108-
- |checkmark|
109-
-
108+
* - View and optimize query performance with visual
109+
:ref:`explain plans <explain-plans>`
110110
- |checkmark|
111111
- |checkmark|
112-
113-
* - Create, delete and edit document validation rules
114-
- |checkmark|
115-
-
116112
-
117113
- |checkmark|
118114

119-
* - View and optimize query performance with visual explain plans
120-
- |checkmark|
121-
- |checkmark|
122-
-
123-
- |checkmark|
124-
125-
* - Create and execute aggregation pipelines
126-
- |checkmark|
115+
* - Kerberos, LDAP, and x.509 authentication
116+
-
127117
- |checkmark|
128118
- |checkmark|
129119
- |checkmark|
130120

131-
* - Kerberos, LDAP, and x509 authentication
132-
- |checkmark|
133-
-
134-
- |checkmark|
135-
- |checkmark|
136-
137121
* - :doc:`Schema Analysis </schema>`
122+
-
138123
- |checkmark|
139-
-
140124
- |checkmark|
141125
- |checkmark|
142126

143127
* - :doc:`Real Time Server Stats </performance>`
144-
- |checkmark|
145-
-
146-
- |checkmark|
147-
- |checkmark|
148-
149-
* - Automatic updates
150-
- |checkmark|
151-
- |checkmark|
152-
- |checkmark|
153-
-
154-
155-
* - Telemetry data collection via
156-
`Stitch <https://www.mongodb.com/cloud/stitch>`_
128+
-
157129
- |checkmark|
158130
- |checkmark|
159131
- |checkmark|
160-
-
161132

162-
* - Map rendering in the :ref:`Schema <schema-tab>` view via third
163-
party services
133+
* - Create, delete and edit :ref:`document validation <validation>`
134+
rules
135+
-
164136
- |checkmark|
165137
-
166138
- |checkmark|
167-
-
168139

169140
* - Error collection and crash reporting
170141
- |checkmark|
171142
- |checkmark|
172143
- |checkmark|
173144
-
174145

175-
Each |compass| edition is available in both a
176-
*General Availability* and a *Beta* version. To download any
177-
available version, go to the `MongoDB Download
178-
Center <https://www.mongodb.com/downloads?jmp=docs#compass>`_.
179-
180146
.. class:: hidden
181147

182148
.. toctree::

source/release-notes.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ Release Notes
7070
:manual:`aggregation pipelines </core/aggregation-pipeline/>` to
7171
gain additional insight into your data.
7272

73-
- Added |compass| :ref:`Isolated Edition <compass-isolated>` which
74-
restricts network requests to only the server Compass connects to.
73+
- Added |compass| :guilabel:`Isolated Edition` for highly secure
74+
environments. This edition does not initiate any network requests
75+
except to the MongoDB server.
7576

7677
|compass| 1.13
7778
--------------
@@ -87,9 +88,8 @@ Release Notes
8788

8889
*Released March 5, 2018*
8990

90-
- Added |compass| :ref:`Readonly Edition <compass-readonly>` which
91-
provides the ability to limit certain :ref:`CRUD operations <crud>`
92-
within your organization.
91+
- Added |compass| :guilabel:`Readonly Edition` which limits certain
92+
:ref:`CRUD operations <crud>` within your organization.
9393

9494
.. include:: /includes/fact-readonly-nonpermitted-actions.rst
9595

source/validation.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Validation
1515
.. note::
1616

1717
Schema validation is not available in
18-
:ref:`Compass Community Edition <compass-and-community-eds>`.
18+
:guilabel:`Compass Community Edition`.
1919

2020
Creating, editing and dropping schema validation rules is not
21-
permitted in
22-
:ref:`MongoDB Compass Readonly Edition <compass-readonly>`.
21+
permitted in :guilabel:`MongoDB Compass Readonly Edition`.
2322
In Readonly Edition, validation rules may only be read.
2423

2524
.. _validation-tab:

0 commit comments

Comments
 (0)