{{ $kindSingular := .kind | singularize }} {{ partial "heading.html" (dict "text" "Alias" "level" 2) }}

This component was previously called the {{ .alias }} {{ $kindSingular }}. Make sure to update your Vector configuration to accommodate the name change:

{{ $diff := printf "[%s.my_%s_%s]\n+type = \"%s\"\n-type = \"%s\"" .kind .current (.kind | singularize) .current .alias }} {{ highlight $diff "diff" "" }}