diff --git a/snooty.toml b/snooty.toml index 4c5b77503..8c5cb3b71 100644 --- a/snooty.toml +++ b/snooty.toml @@ -90,29 +90,29 @@ max-user-session-refresh-token-expiration-time = "5 years" default-user-session-refresh-token-expiration-time = "60 days" [[banners]] -targets = ["*"] -variant = "warning" +targets = ["triggers.txt", "triggers/*.txt"] +variant = "info" value = """\ - Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpoints are deprecated. Refer to the :ref:`deprecation page for details `.\ + The Triggers documentation is moving to the Atlas docs. Please refer to the Triggers documentation in its :ref:`new location`.\ """ [[banners]] -targets = ["admin/*.txt"] +targets = ["cli.txt", "cli/*.txt"] variant = "warning" value = """\ - Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Endpoints related to these features are also deprecated.\ + 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 = ["cli/*.txt"] +targets = ["*"] 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.\ + Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpoints are deprecated. Refer to the :ref:`deprecation page for details `.\ """ [[banners]] -targets = ["triggers/*.txt"] -variant = "info" +targets = ["admin/*.txt"] +variant = "warning" value = """\ - The Triggers documentation is moving to the :ref:`Atlas docs `. Please refer to the docs in their new location in the future. The Triggers documentation will be removed from the App Services docs.\ + Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Endpoints related to these features are also deprecated.\ """