Back to Vector

Section

website/layouts/components/section.html

0.55.0577 B
Original Source

{{ 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 }}