Skip to content

File tree

8 files changed

+5
-54
lines changed

8 files changed

+5
-54
lines changed

content/manual/upcoming/source/core/document.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ types than JSON. For the BSON spec, see `bsonspec.org
2626

2727
.. include:: /images/crud-annotated-document.rst
2828

29-
Compatibility
30-
-------------
31-
32-
MongoDB stores records as documents for deployments hosted in the
33-
following environments:
34-
35-
.. include:: /includes/fact-environments.rst
36-
3729
.. _document-structure:
3830

3931
Document Structure

content/manual/upcoming/source/core/read-preference-mechanics.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ replica set member to use or, when connected to multiple
2222

2323
Server selection occurs once per operation.
2424

25-
The information on this page applies to deployments hosted in the
26-
following environments:
27-
28-
.. include:: /includes/fact-environments.rst
29-
3025
.. note::
3126

3227
.. include:: /includes/extracts/transactions-read-pref.rst

content/manual/upcoming/source/core/schema-validation/specify-json-schema.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ JSON Schema is a vocabulary that allows you to annotate and validate
3232
JSON documents. You can use JSON schema to specify validation rules for
3333
your fields in a human-readable format.
3434

35-
Compatibility
36-
-------------
37-
38-
.. |operator-method| replace:: JSON schema validation
39-
40-
.. include:: /includes/fact-compatibility.rst
41-
4235
Context
4336
-------
4437

content/manual/upcoming/source/core/transactions.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ distributed transactions. With distributed transactions,
3636
transactions can be used across multiple operations, collections,
3737
databases, documents, and shards.
3838

39-
The information on this page applies to deployments hosted in the
40-
following environments:
41-
42-
.. include:: /includes/fact-environments.rst
43-
4439
Transactions API
4540
----------------
4641

content/manual/upcoming/source/geospatial-queries.txt

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,7 @@ Geospatial Queries
2424
:class: singlecol
2525

2626
MongoDB supports query operations on geospatial data. This section
27-
introduces MongoDB's geospatial features.
28-
29-
.. |page-topic| replace:: run geospatial queries
30-
31-
Compatibility
32-
-------------
33-
34-
.. |operator-method| replace:: geospatial queries
35-
36-
.. include:: /includes/fact-compatibility.rst
37-
38-
For deployments hosted in {+atlas+}, you can run geospatial
39-
queries in the UI by using the query :guilabel:`Filter` bar or aggregation
40-
builder. To learn more, see :ref:`geospatial-queries-atlas`.
27+
introduces MongoDB's geospatial features.
4128

4229
.. _geo-overview-location-data:
4330

content/manual/upcoming/source/reference/database-references.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ or databases.
3939
This page outlines alternative procedures that predate the
4040
:pipeline:`$lookup` and :pipeline:`$graphLookup` pipeline stages.
4141

42-
You can create a database reference for deployments hosted in the
43-
following environments:
44-
45-
.. include:: /includes/fact-environments.rst
46-
4742
MongoDB applications use one of two methods to relate documents:
4843

4944
- :ref:`Manual references <document-references>` save the

content/manual/upcoming/source/reference/limits.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ MongoDB Limits and Thresholds
2222
:depth: 1
2323
:class: singlecol
2424

25-
This document provides a collection of hard and soft limitations of
26-
the MongoDB system. The limitations on this page apply to deployments
27-
hosted in all of the following environments unless specified otherwise:
28-
29-
.. include:: /includes/fact-environments.rst
25+
This document provides a collection of hard and soft limitations of the
26+
MongoDB system. The limitations on this page apply to deployments hosted
27+
in Atlas and self-hosted MongoDB deployments, unless specified
28+
otherwise.
3029

3130
{+atlas+} Limitations
3231
------------------------------

content/manual/upcoming/source/tutorial/expire-data.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ store data in MongoDB and have the :binary:`~bin.mongod` automatically
2525
remove data after a specified number of seconds or at a specific clock
2626
time.
2727

28-
You can expire data for deployments hosted in the following
29-
environments:
30-
31-
.. include:: /includes/fact-environments.rst
32-
3328
Data expiration is useful for some classes of information, including
3429
machine generated event data, logs, and session information that only
3530
need to persist for a limited period of time.

0 commit comments

Comments
 (0)