Skip to content

Commit 9fbe860

Browse files
committed
DOCSP-50383: Add links to preview page (#273)
* DOCSP-50383: Add links to preview page * LM feedback (cherry picked from commit 4c20979)
1 parent aa859f5 commit 9fbe860

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ django-docs = "https://www.mongodb.com/docs/languages/python/django-mongodb/curr
4646
targets = ["index.txt"]
4747
variant = "tip"
4848
value = """
49-
{+django-odm+} is now in Public Preview! \
50-
To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__.
49+
{+django-odm+}, a database backend that uses PyMongo to connect to MongoDB, is now in Public Preview! \
50+
To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__. \
51+
To learn more about preview release considerations, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.
5152
"""

source/integrations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ aggregation operations and indexes.
9393

9494
{+django-odm+} is in Public Preview and intended for evaluation purposes only.
9595
Public Preview is not recommended for production deployments, as breaking changes
96-
may be introduced.
96+
may be introduced. To learn more, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.
9797

9898
Flask
9999
~~~~~

0 commit comments

Comments
 (0)