Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-18514 Added Atlas shoutout to main intro page #5833

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions source/includes/fact-mongodb-intro.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Welcome to the MongoDB {+version-dev+} Manual! MongoDB is a
document database designed for ease of development
and scaling. The Manual introduces key concepts in MongoDB, presents the
query language, and provides operational and administrative
considerations and procedures as well as a comprehensive reference
section.

MongoDB offers both local and cloud-hosted deployment options:

- For locally hosted deployments, MongoDB offers both a *Community*
and an *Enterprise* version of the database:

- MongoDB Community is the {+source-available+} edition of MongoDB.

- MongoDB Enterprise is available as part of the MongoDB Enterprise
Advanced subscription and includes comprehensive support for your
MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
features such as LDAP and Kerberos support, on-disk encryption,
and auditing.

- For cloud-hosted deployments, MongoDB offers
`Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`__,
a hosted MongoDB Enterprise service option in the cloud which
requires no installation overhead and offers a free tier to get started.

The Manual documents features and functionality for MongoDB Community,
Enterprise, and Atlas deployments.
27 changes: 1 addition & 26 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,7 @@ The MongoDB |version| Manual

For new features in MongoDB 4.2 see :doc:`/release-notes/4.2`.

Welcome to the MongoDB |version| Manual! MongoDB is a
document database designed for ease of development
and scaling. The Manual introduces key concepts in MongoDB, presents the
query language, and provides operational and administrative
considerations and procedures as well as a comprehensive reference
section. The manual is also available as :hardlink:`HTML tar.gz
<manual.tar.gz>` and :hardlink:`EPUB <MongoDB-manual.epub>`.

MongoDB offers both a *Community* and an *Enterprise* version of the
database:

- MongoDB Community is the {+source-available+} edition of MongoDB.

- MongoDB Enterprise is available as part of the MongoDB Enterprise
Advanced subscription and includes comprehensive support for your
MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
features such as LDAP and Kerberos support, on-disk encryption,
and auditing.

MongoDB also offers
`Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`__,
a hosted MongoDB Enterprise service option in the cloud which requires
no installation overhead and offers a free tier to get started.

The Manual documents both MongoDB Community and Enterprise features and
functionality.
.. include:: /includes/fact-mongodb-intro.rst

Getting Started
---------------
Expand Down
18 changes: 1 addition & 17 deletions source/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,7 @@ Introduction to MongoDB
:depth: 1
:class: singlecol

Welcome to the MongoDB |version| Manual! MongoDB is a
document database designed for ease of development
and scaling. The Manual introduces key concepts in MongoDB, presents the
query language, and provides operational and administrative
considerations and procedures as well as a comprehensive reference
section.

MongoDB offers both a *Community* and an *Enterprise* version of the
database:

- MongoDB Community is the {+source-available+} edition of MongoDB.

- MongoDB Enterprise is available as part of the MongoDB Enterprise
Advanced subscription and includes comprehensive support for your
MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
features such as LDAP and Kerberos support, on-disk encryption,
and auditing.
.. include:: /includes/fact-mongodb-intro.rst

Document Database
-----------------
Expand Down