From 63276efcaea33577fd832cd7f15e49122345c83e Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 16 Jun 2025 09:51:25 -0400 Subject: [PATCH 1/2] DOCSP-50383: Add links to preview page --- snooty.toml | 3 ++- source/integrations.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/snooty.toml b/snooty.toml index 9f028c23..0b42aaca 100644 --- a/snooty.toml +++ b/snooty.toml @@ -47,5 +47,6 @@ targets = ["index.txt"] variant = "tip" value = """ {+django-odm+} is now in Public Preview! \ - To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__. + To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__. \ + To learn more about preview release considerations, see `Preview Features `__. """ diff --git a/source/integrations.txt b/source/integrations.txt index 41eb6a35..16a337e4 100644 --- a/source/integrations.txt +++ b/source/integrations.txt @@ -93,7 +93,7 @@ aggregation operations and indexes. {+django-odm+} is in Public Preview and intended for evaluation purposes only. Public Preview is not recommended for production deployments, as breaking changes - may be introduced. + may be introduced. To learn more, see `Preview Features `__. Flask ~~~~~ From 6457b93d6b3716e45ee6a2687fd727998d6c1150 Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 16 Jun 2025 12:03:30 -0400 Subject: [PATCH 2/2] LM feedback --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 0b42aaca..5b549dbb 100644 --- a/snooty.toml +++ b/snooty.toml @@ -46,7 +46,7 @@ django-docs = "https://www.mongodb.com/docs/languages/python/django-mongodb/curr targets = ["index.txt"] variant = "tip" value = """ - {+django-odm+} is now in Public Preview! \ + {+django-odm+}, a database backend that uses PyMongo to connect to MongoDB, is now in Public Preview! \ To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__. \ To learn more about preview release considerations, see `Preview Features `__. """