Docs: Fix numbering in templating docs (#63577)

This commit is contained in:
George Robinson 2023-02-22 17:36:00 +00:00 committed by GitHub
parent e013366db3
commit 18fec707fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 96 additions and 96 deletions

View File

@ -32,7 +32,7 @@ To create a template, complete the following steps.
{{< figure max-width="940px" src="/static/img/docs/alerting/unified/new-notification-template-email-subject-9-4.png" caption="New notification template email.subject" >}}
5. Click Save.
4. Click Save.
`{{ define "email.subject" }}` and `{{ end }}` is automatically added to the start and end of the content:
@ -48,7 +48,7 @@ To create a notification template that contains more than one template:
{{< figure max-width="940px" src="/static/img/docs/alerting/unified/new-notification-template-email-9-4.png" caption="New notification template" >}}
5. Click Save.
4. Click Save.
## Template the subject of an email

View File

@ -26,4 +26,4 @@ In the Contact points tab, you can see a list of your contact points.
For more information on how to write and execute templates, refer to [Using Go's templating language]({{< relref "./using-go-templating-language" >}}) and [Create notification templates]({{< relref "./create-notification-templates" >}}).
4. Click Save template.
3. Click Save template.