Skip to content

Commit b708488

Browse files
committed
Minor tweaks
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 0fb1fc0 commit b708488

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

codersdk/deployment.go

-1
Original file line numberDiff line numberDiff line change
@@ -2422,7 +2422,6 @@ Write out the current server config as YAML to stdout.`,
24222422
Annotations: serpent.Annotations{}.Mark(annotationSecretKey, "true"),
24232423
Value: &c.Notifications.SMTP.Auth.Password,
24242424
Group: &deploymentGroupNotificationsEmailAuth,
2425-
YAML: "password",
24262425
},
24272426
{
24282427
Name: "Notifications: Email Auth: Password File",

docs/admin/notifications.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ CODER_EXPERIMENTS=notifications coder server
2020
```
2121

2222
More information on experiments can be found
23-
[here](/docs/contributing/feature-stages#experimental-features).
23+
[here](https://coder.com/docs/contributing/feature-stages#experimental-features).
2424

2525
## Event Types
2626

@@ -82,7 +82,7 @@ Enterprise customers can configured which method to use for each of the
8282
supported [Events](#events); see the [Preferences](#preferences) section below
8383
for more details.
8484

85-
## SMTP
85+
## SMTP (Email)
8686

8787
Use the `smtp` method to deliver notifications by email to your users. Coder
8888
does not ship with an SMTP server, so you will need to configure Coder to use an
@@ -230,7 +230,7 @@ All users have the option to opt-out of any notifications. Go to **Account** ->
230230
**Notifications** to turn notifications on or off. The delivery method for each
231231
notification is indicated on the right hand side of this table.
232232

233-
![User Notification Preferences](../images/user-notification-preferences.PNG)
233+
![User Notification Preferences](../images/user-notification-preferences.png)
234234

235235
## Delivery Preferences (enterprise)
236236

0 commit comments

Comments
 (0)