From 0675a9c7873f3160d7f7333d0474affc74959bc9 Mon Sep 17 00:00:00 2001 From: Jordan Smith Date: Mon, 3 Feb 2025 07:40:46 -0800 Subject: [PATCH] Add django banner to landing page --- snooty.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/snooty.toml b/snooty.toml index d64523b6..69c559c1 100644 --- a/snooty.toml +++ b/snooty.toml @@ -39,3 +39,13 @@ api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/" string-data-type = "``str``" int-data-type = "``int``" bool-data-type = "``bool``" +django-odm = "Django MongoDB Backend" +django-docs = "https://www.mongodb.com/docs/languages/python/django-mongodb/current" + +[[banners]] +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+}>`__. + """