Skip to content

Commit 3036005

Browse files
Add banner for c# docs (#855)
1 parent fa2e516 commit 3036005

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
@@ -15,3 +15,13 @@ csharp-docs-versioned = "https://mongodb.github.io/mongo-csharp-driver/{+csharp-
1515

1616
java-version = "4.8"
1717
java-api = "https://mongodb.github.io/mongo-java-driver/{+java-version+}"
18+
19+
[[banners]]
20+
targets = ["csharp.txt"]
21+
22+
variant = "tip"
23+
value = """ \
24+
A new version of the .Net/C# driver documentation is now live. To learn more about using \
25+
the driver in your application, see the `official MongoDB C# driver documentation \
26+
<https://www.mongodb.com/docs/drivers/csharp/current/>`__.
27+
"""

0 commit comments

Comments
 (0)