You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Dispatch helps us effectively manage security incidents by deeply integrating wi
10
10
11
11
This means you can let Dispatch focus on creating resources, assembling participants, sending out notifications, tracking tasks, and assisting with post-incident reviews; allowing you to focus on actually fixing the issue!
Copy file name to clipboardExpand all lines: docs/docs/administration/installation.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Note: Dispatch will not start without at least a few required configuration vari
33
33
:::
34
34
35
35
:::info
36
-
Note: Dispatch does not contain any data by default. For evaluation purposes, we do provide an example data set located [here](https://github.com/Netflix/dispatch/blob/master/data/dispatch-sample-data.dump). For instructions on how to restore this data, see [here](cli.mdx).
36
+
Note: Dispatch does not contain any data by default. For evaluation purposes, we do provide an example data set located [here](https://github.com/Netflix/dispatch/blob/main/data/dispatch-sample-data.dump). For instructions on how to restore this data, see [here](cli.mdx).
Copy file name to clipboardExpand all lines: docs/docs/administration/settings/messaging.mdx
+3-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Dispatch supports sending email notifications to participants of, for example, a
4
4
5
5
## Notification templates
6
6
7
-
Templates for emails are [part](https://github.com/Netflix/dispatch/tree/master/src/dispatch/messaging/email/templates) of Dispatch
7
+
Templates for emails are [part](https://github.com/Netflix/dispatch/tree/main/src/dispatch/messaging/email/templates) of Dispatch
8
8
and are [Jinja](https://jinja.palletsprojects.com/) templates that during runtime are compiled into [MJML](https://mjml.io/) format.
9
9
10
10
There is a way to customize these templates. To do this, if you run Dispatch with [Docker Compose](https://github.com/Netflix/dispatch-docker/),
@@ -18,9 +18,9 @@ mount a volume with a customized templates dir as part of the docker compose:
0 commit comments