Skip to content

Commit 68f8b7c

Browse files
authored
DOCSP-18514 Added Atlas shoutout to main intro page (#5841)
* DOCSP-18514 Added Atlas shoutout to main intro page * DOCSP-18514 Added Atlas shoutout to main intro page
1 parent fbd2c6e commit 68f8b7c

File tree

3 files changed

+29
-43
lines changed

3 files changed

+29
-43
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Welcome to the MongoDB {+version+} Manual! MongoDB is a
2+
document database designed for ease of development
3+
and scaling. The Manual introduces key concepts in MongoDB, presents the
4+
query language, and provides operational and administrative
5+
considerations and procedures as well as a comprehensive reference
6+
section.
7+
8+
MongoDB offers both local and cloud-hosted deployment options:
9+
10+
- For locally hosted deployments, MongoDB offers both a *Community*
11+
and an *Enterprise* version of the database:
12+
13+
- MongoDB Community is the {+source-available+} edition of MongoDB.
14+
15+
- MongoDB Enterprise is available as part of the MongoDB Enterprise
16+
Advanced subscription and includes comprehensive support for your
17+
MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
18+
features such as LDAP and Kerberos support, on-disk encryption,
19+
and auditing.
20+
21+
- `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`__
22+
is a hosted MongoDB Enterprise service option in the cloud which
23+
requires no installation overhead and offers a free tier to get
24+
started.

source/index.txt

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,10 @@ The MongoDB |version| Manual
1515
<https://www.mongodb.com/download-center?jmp=docs#production>`_
1616

1717

18-
Welcome to the MongoDB |version| Manual! MongoDB is a
19-
document database designed for ease of development
20-
and scaling. The Manual introduces key concepts in MongoDB, presents the
21-
query language, and provides operational and administrative
22-
considerations and procedures as well as a comprehensive reference
23-
section. The manual is also available as :hardlink:`HTML tar.gz
24-
<manual.tar.gz>` and :hardlink:`EPUB <MongoDB-manual.epub>`.
25-
26-
MongoDB offers both a *Community* and an *Enterprise* version of the
27-
database:
28-
29-
- MongoDB Community is the {+source-available+} edition of MongoDB.
30-
31-
- MongoDB Enterprise is available as part of the MongoDB Enterprise
32-
Advanced subscription and includes comprehensive support for your
33-
MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
34-
features such as LDAP and Kerberos support, on-disk encryption,
35-
and auditing.
36-
37-
MongoDB also offers
38-
`Atlas <https://www.mongodb.com/cloud/atlas?jmp=docs_server>`__,
39-
a hosted MongoDB Enterprise service option in the cloud which requires
40-
no installation overhead and offers a free tier to get started.
41-
42-
The Manual documents both MongoDB Community and Enterprise features and
43-
functionality.
18+
.. include:: /includes/fact-mongodb-intro.rst
19+
20+
The Manual documents features and functionality for MongoDB Community,
21+
Enterprise, and Atlas deployments.
4422

4523
Getting Started
4624
---------------

source/introduction.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,7 @@ Introduction to MongoDB
1010
:depth: 1
1111
:class: singlecol
1212

13-
Welcome to the MongoDB |version| Manual! MongoDB is a
14-
document database designed for ease of development
15-
and scaling. The Manual introduces key concepts in MongoDB, presents the
16-
query language, and provides operational and administrative
17-
considerations and procedures as well as a comprehensive reference
18-
section.
19-
20-
MongoDB offers both a *Community* and an *Enterprise* version of the
21-
database:
22-
23-
- MongoDB Community is the {+source-available+} edition of MongoDB.
24-
25-
- MongoDB Enterprise is available as part of the MongoDB Enterprise
26-
Advanced subscription and includes comprehensive support for your
27-
MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
28-
features such as LDAP and Kerberos support, on-disk encryption,
29-
and auditing.
13+
.. include:: /includes/fact-mongodb-intro.rst
3014

3115
Document Database
3216
-----------------

0 commit comments

Comments
 (0)