From 260216e9c3d0f70b02544ea0b90ccfe91a7991e2 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Tue, 9 Nov 2021 11:25:47 -0500 Subject: [PATCH] tweak 5.1 intro --- source/includes/fact-mongodb-intro.rst | 18 +----------------- source/introduction.txt | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/source/includes/fact-mongodb-intro.rst b/source/includes/fact-mongodb-intro.rst index ee6c2f99f21..c3d67c1aeac 100644 --- a/source/includes/fact-mongodb-intro.rst +++ b/source/includes/fact-mongodb-intro.rst @@ -5,20 +5,4 @@ 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. - -- `MongoDB Atlas `__ - is a hosted MongoDB Enterprise service option in the cloud which - requires no installation overhead and offers a free tier to get - started. +.. include:: /includes/rapid-release-short.rst diff --git a/source/introduction.txt b/source/introduction.txt index 353f50d5073..8741eaed4b9 100644 --- a/source/introduction.txt +++ b/source/introduction.txt @@ -10,7 +10,7 @@ Introduction to MongoDB :depth: 1 :class: singlecol -.. include:: /includes/rapid-release-short.rst +.. include:: /includes/fact-mongodb-intro.rst Document Database -----------------