We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2e516 commit 3036005Copy full SHA for 3036005
snooty.toml
@@ -15,3 +15,13 @@ csharp-docs-versioned = "https://mongodb.github.io/mongo-csharp-driver/{+csharp-
15
16
java-version = "4.8"
17
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