diff --git a/source/includes/fact-mongodb-intro.rst b/source/includes/fact-mongodb-intro.rst new file mode 100644 index 00000000000..9b2d53f09dd --- /dev/null +++ b/source/includes/fact-mongodb-intro.rst @@ -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 `__, + 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. \ No newline at end of file diff --git a/source/index.txt b/source/index.txt index 86361db4948..b5d3bcdde29 100644 --- a/source/index.txt +++ b/source/index.txt @@ -13,31 +13,7 @@ The MongoDB |version| Manual To download MongoDB 4.4, go to the `MongoDB Download Center `_. -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. - -MongoDB also offers -`Atlas `__, -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 --------------- diff --git a/source/introduction.txt b/source/introduction.txt index 55409b60083..8741eaed4b9 100644 --- a/source/introduction.txt +++ b/source/introduction.txt @@ -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 -----------------