Skip to content

Commit 82b2077

Browse files
committed
Change order of CLI banners
1 parent 085c24d commit 82b2077

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

snooty.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,22 @@ value = """\
9797
"""
9898

9999
[[banners]]
100-
targets = ["*"]
100+
targets = ["cli.txt", "cli/*.txt"]
101101
variant = "warning"
102102
value = """\
103-
Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpoints are deprecated. Refer to the :ref:`deprecation page for details <app-services-deprecation>`.\
103+
Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Commands related to these features are also deprecated.\
104104
"""
105105

106106
[[banners]]
107-
targets = ["admin/*.txt"]
107+
targets = ["*"]
108108
variant = "warning"
109109
value = """\
110-
Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Endpoints related to these features are also deprecated.\
110+
Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpoints are deprecated. Refer to the :ref:`deprecation page for details <app-services-deprecation>`.\
111111
"""
112112

113113
[[banners]]
114-
targets = ["cli.txt", "cli/*.txt"]
114+
targets = ["admin/*.txt"]
115115
variant = "warning"
116116
value = """\
117-
Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Commands related to these features are also deprecated.\
117+
Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Endpoints related to these features are also deprecated.\
118118
"""

0 commit comments

Comments
 (0)