{{- /* To edit the content, see: https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/stages.yml */}}
Section | Stage | Group | Assigned technical writer |
---|---|---|---|
{{ $section.name }} | {{ $stage.display_name }} | {{ $group.name }} |
{{- with .tech_writer -}}
{{- range (slice | append .) -}}
{{- if hasPrefix . "#" -}}
![]()
{{- with (index (where site.Data.public.team "name" "eq" .) 0) }}
{{- partial "member/with-team-link" . }}
{{- end -}}
{{- end -}}
{{- end }}
{{- else }} ![]() {{- end }} |