Skip to content

Commit fb5dbc3

Browse files
authored
Merge pull request #4028 from replicatedhq/docs/notifications-json-definitions
docs(notifications): add subscription JSON definition and per-event filter keys
2 parents 6c4cc89 + 22b938d commit fb5dbc3

6 files changed

Lines changed: 545 additions & 51 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ yarn-error.log*
3333

3434
# Algolia Search
3535
.env
36+
37+
# Git worktrees
38+
.worktrees

docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import clsx from "clsx";
8686
className="whats-new-hero"
8787
>
8888
<div className="whats-new-badge">What's New</div>
89-
<h2 className="whats-new-title">Set up notifications for key events (Beta)</h2>
89+
<h2 className="whats-new-title">Set up notifications for key events</h2>
9090
<p className="whats-new-description">
9191
Get email or webhook notifications on the events that matter to your team, such as support bundle uploads, license expirations, release promotions, and more.
9292
</p>

0 commit comments

Comments
 (0)