-
Notifications
You must be signed in to change notification settings - Fork 887
docs: add documentation for notifications feature #14478
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to add a little section towards the top about user preferences.
Notifications are sent by Coder in response to specific internal events, such as a workspace being deleted or a user | ||
being created. | ||
|
||
**Notifications are currently an experimental feature.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's call out the release explicitly until our docs have versioning.
**Notifications are currently an experimental feature initially released in [2.15.0](https://github.com/coder/coder/releases/tag/v2.15.0).**
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is causing CI to fail since the release is not yet present: https://github.com/coder/coder/actions/runs/10629250397/job/29465701530?pr=14478
We can ignore this failure and merge, or wait to merge until the release has been prepared.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need it in main before we cut the tag for offline docs, let's just skip the link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, removed in 6a6b903.
Signed-off-by: Danny Kopping <danny@coder.com>
326a7a7
to
b708488
Compare
Signed-off-by: Danny Kopping <danny@coder.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice documentation 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great documentation!
Signed-off-by: Danny Kopping <danny@coder.com>
Fixes coder/internal#28