Skip to content

Commit 8bf5646

Browse files
authored
(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
1 parent f978147 commit 8bf5646

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

snooty.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,29 +90,29 @@ max-user-session-refresh-token-expiration-time = "5 years"
9090
default-user-session-refresh-token-expiration-time = "60 days"
9191

9292
[[banners]]
93-
targets = ["*"]
94-
variant = "warning"
93+
targets = ["triggers.txt", "triggers/*.txt"]
94+
variant = "info"
9595
value = """\
96-
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>`.\
9797
"""
9898

9999
[[banners]]
100-
targets = ["admin/*.txt"]
100+
targets = ["cli.txt", "cli/*.txt"]
101101
variant = "warning"
102102
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.\
104104
"""
105105

106106
[[banners]]
107-
targets = ["cli/*.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. Commands 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 = ["triggers/*.txt"]
115-
variant = "info"
114+
targets = ["admin/*.txt"]
115+
variant = "warning"
116116
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.\
118118
"""

0 commit comments

Comments
 (0)