You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(DOCSP-44691) Move triggers banner and remove last sentence (#870)
* Move triggers banner and remove last sentence
* - Point to triggers root file
- Minor banner edits
* - Point to root of cli for its banner
- another minor triggers banner edit
* Change order of CLI banners
Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpoints are deprecated. Refer to the :ref:`deprecation page for details <app-services-deprecation>`.\
96
+
The Triggers documentation is moving to the Atlas docs. Please refer to the Triggers documentation in its :ref:`new location<atlas-triggers>`.\
97
97
"""
98
98
99
99
[[banners]]
100
-
targets = ["admin/*.txt"]
100
+
targets = ["cli.txt", "cli/*.txt"]
101
101
variant = "warning"
102
102
value = """\
103
-
Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Endpoints related to these features are also deprecated.\
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.\
104
104
"""
105
105
106
106
[[banners]]
107
-
targets = ["cli/*.txt"]
107
+
targets = ["*"]
108
108
variant = "warning"
109
109
value = """\
110
-
Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Commands related to these features are also deprecated.\
110
+
Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpointsare deprecated. Refer to the :ref:`deprecation page for details <app-services-deprecation>`.\
111
111
"""
112
112
113
113
[[banners]]
114
-
targets = ["triggers/*.txt"]
115
-
variant = "info"
114
+
targets = ["admin/*.txt"]
115
+
variant = "warning"
116
116
value = """\
117
-
The Triggers documentation is moving to the :ref:`Atlas docs <atlas-triggers>`. Please refer to the docs in their new location in the future. The Triggers documentation will be removed from the App Services docs.\
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.\
0 commit comments