{{ define "title" }} Components - Sources, Transforms, and Sinks | {{ site.Title }} {{ end }} {{ define "main" }} {{ $criteria := .Params.criteria }} {{ $types := slice "Sources" "Transforms" "Sinks" }}
{{ partial "hero.html" . }}
{{ range $types }} {{ $components := where site.RegularPages ".CurrentSection.Params.short" . }} {{ $num := len $components }} {{ $link := printf "docs/reference/configuration/%s" (. | lower) | relURL }}

{{ . }} count {{ $num }}

{{ range $components }} {{ .Render "component-card" }} {{ end }}
{{ end }}
{{ end }}