Skip to content

Commit 436d67a

Browse files
authored
(DOCSP-32313)(DOCSP-32314)(DOCSP-32315)(DOCSP-31316) Adds Atlas-centric CTA to index pages (#4542) (#4734)
1 parent 2605b5d commit 436d67a

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

source/core/index-multikey.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ numbers) *and* nested documents.
2626
A scalar value refers to value that is neither an embedded document
2727
nor an array.
2828

29+
Compatibility
30+
-------------
31+
32+
.. |page-topic| replace:: use multikey indexes
33+
.. |link-topic-ing| replace:: managing indexes
34+
.. |atlas-url| replace:: :atlas:`Create, View, Drop, and Hide Indexes </atlas-ui/indexes>`
35+
36+
.. include:: /includes/fact-atlas-compatible.rst
37+
.. include:: /includes/fact-atlas-link.rst
38+
2939
Create Multikey Index
3040
---------------------
3141

source/core/index-single.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ This document describes ascending/descending indexes on a single field.
2222

2323
.. include:: /images/index-ascending.rst
2424

25+
Compatibility
26+
-------------
27+
28+
.. |page-topic| replace:: use single field indexes
29+
.. |link-topic-ing| replace:: managing indexes
30+
.. |atlas-url| replace:: :atlas:`Create, View, Drop, and Hide Indexes </atlas-ui/indexes>`
31+
32+
.. include:: /includes/fact-atlas-compatible.rst
33+
.. include:: /includes/fact-atlas-link.rst
34+
2535
Create an Ascending Index on a Single Field
2636
-------------------------------------------
2737

source/core/index-text.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Overview
2020

2121
.. include:: /includes/fact-text-index.rst
2222

23+
Compatibility
24+
-------------
25+
26+
.. |page-topic| replace:: use text indexes
27+
.. |link-topic-ing| replace:: managing indexes
28+
.. |atlas-url| replace:: :atlas:`Create, View, Drop, and Hide Indexes </atlas-ui/indexes>`
29+
30+
.. include:: /includes/fact-atlas-compatible.rst
31+
.. include:: /includes/fact-atlas-link.rst
32+
2333
.. _text-versions:
2434

2535
Versions

source/core/index-ttl.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ of time or at a specific clock time. Data expiration is useful for certain types
2929
like machine generated event data, logs, and session information that
3030
only need to persist in a database for a finite amount of time.
3131

32+
Compatibility
33+
-------------
34+
35+
.. |page-topic| replace:: use TTL indexes
36+
.. |link-topic-ing| replace:: managing indexes
37+
.. |atlas-url| replace:: :atlas:`Create, View, Drop, and Hide Indexes </atlas-ui/indexes>`
38+
39+
.. include:: /includes/fact-atlas-compatible.rst
40+
.. include:: /includes/fact-atlas-link.rst
41+
42+
Create a TTL Index
43+
------------------
44+
3245
.. warning::
3346

3447
After you create a TTL index, it might have a very large number of

0 commit comments

Comments
 (0)