Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-44691) Move triggers banner and remove last sentence #870

Merged
merged 4 commits into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <app-services-deprecation>`.\
The Triggers documentation is moving to the Atlas docs. Please refer to the Triggers documentation in its :ref:`new location<atlas-triggers>`.\
"""

[[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 <app-services-deprecation>`.\
"""

[[banners]]
targets = ["triggers/*.txt"]
variant = "info"
targets = ["admin/*.txt"]
variant = "warning"
value = """\
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.\
Atlas Device Sync, Atlas Edge Server, Data API, HTTPS Endpoints, GraphQL, and Static Hosting are deprecated. Endpoints related to these features are also deprecated.\
"""
Loading