Back to Vector

Component Card Selectable

website/layouts/_default/component-card-selectable.html

0.55.0483 B
Original Source

{{ $tag := .File.BaseFileName }} {{ $type := .CurrentSection.Params.component_type }} {{ $docs := index (index site.Data.docs.components $type) $tag }} {{ $desc := .Description }} {{ $tags := slice }} {{ $tags = $tags | append $type }} {{ if $docs.input.logs }} {{ $tags = $tags | append "logs" }} {{ end }} {{ if $docs.input.metrics }} {{ $tags = $tags | append "metrics" }} {{ end }} [ {{ with $desc }}

{{ . | markdownify | plainify }}

{{ end }} ]({{%20.RelPermalink%20}})