From 215404be559db9c9dca697be16d94274b1251be1 Mon Sep 17 00:00:00 2001 From: krollins-mdb Date: Fri, 13 Sep 2024 15:45:35 -0500 Subject: [PATCH] Add banners --- snooty.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/snooty.toml b/snooty.toml index 120baf37a..28debfe00 100644 --- a/snooty.toml +++ b/snooty.toml @@ -109,3 +109,26 @@ variant = "warning" value = """\ Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Commands related to these features are also deprecated.\ """ + +[[banners]] +targets = ["hosting/*.txt"] +variant = "warning" +value = """\ + Static Hosting is deprecated. :ref:`Learn More `.\ + """ + +[[banners]] +targets = ["graphql/*.txt"] +variant = "warning" +value = """\ + GraphQL is deprecated. :ref:`Learn More `.\ + """ + +[[banners]] +targets = ["authentication/*.txt"] +variant = "info" +value = """\ + As of September 2024, the Atlas Device SDKs are deprecated and will reach end of life in September 2025.\ + This will affect authentication, because there will no longer be incoming authentication requests.\ + Refer to the :ref:`deprecation page for details `.\ + """