diff --git a/snooty.toml b/snooty.toml index 65baa4772..8c5cb3b71 100644 --- a/snooty.toml +++ b/snooty.toml @@ -97,22 +97,22 @@ value = """\ """ [[banners]] -targets = ["*"] +targets = ["cli.txt", "cli/*.txt"] variant = "warning" value = """\ - Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpoints are deprecated. Refer to the :ref:`deprecation page for details `.\ + 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 = ["admin/*.txt"] +targets = ["*"] 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, and HTTPS Endpoints are deprecated. Refer to the :ref:`deprecation page for details `.\ """ [[banners]] -targets = ["cli.txt", "cli/*.txt"] +targets = ["admin/*.txt"] 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, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Endpoints related to these features are also deprecated.\ """