Skip to content

Commit 0675a9c

Browse files
Add django banner to landing page
1 parent 98ca967 commit 0675a9c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snooty.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"
3939
string-data-type = "``str``"
4040
int-data-type = "``int``"
4141
bool-data-type = "``bool``"
42+
django-odm = "Django MongoDB Backend"
43+
django-docs = "https://www.mongodb.com/docs/languages/python/django-mongodb/current"
44+
45+
[[banners]]
46+
targets = ["index.txt"]
47+
variant = "tip"
48+
value = """
49+
{+django-odm+} is now in Public Preview! \
50+
To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__.
51+
"""

0 commit comments

Comments
 (0)