From 302aa2f83881f365ca71fd6d0dbbb60127cbb76f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:05:38 +0100 Subject: [PATCH] [v10.0.x] Docs: removes screenshots (#69635) Docs: removes screenshots (#69634) (cherry picked from commit 3227d0b5fdfd788e6e1deda4c68dc3c8e5ffdc8f) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --- .../template-notifications/create-notification-templates.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/sources/alerting/manage-notifications/template-notifications/create-notification-templates.md b/docs/sources/alerting/manage-notifications/template-notifications/create-notification-templates.md index eabdf02b27a..525206b5643 100644 --- a/docs/sources/alerting/manage-notifications/template-notifications/create-notification-templates.md +++ b/docs/sources/alerting/manage-notifications/template-notifications/create-notification-templates.md @@ -30,14 +30,10 @@ To create a template, complete the following steps. 3. Write the content of the template in the content field. - {{< figure max-width="940px" src="/static/img/docs/alerting/unified/new-notification-template-email-subject-9-4.png" caption="New notification template email.subject" >}} - 4. Click **Save**. `{{ define "email.subject" }}` and `{{ end }}` is automatically added to the start and end of the content: -{{< figure max-width="940px" src="/static/img/docs/alerting/unified/edit-notification-template-email-subject-9-4.png" caption="Edit notification template email.subject" >}} - To create a notification template that contains more than one template: 1. Click **Add Template**. @@ -46,8 +42,6 @@ To create a notification template that contains more than one template: 3. Write each template in the Content field, including `{{ define "name-of-template" }}` and `{{ end }}` at the start and end of each template. - {{< figure max-width="940px" src="/static/img/docs/alerting/unified/new-notification-template-email-9-4.png" caption="New notification template" >}} - 4. Click **Save**. ## Preview notification templates