Back to Meshery

Troubleshooting Guides List

docs/layouts/shortcodes/troubleshooting-guides-list.html

1.0.19216 B
Original Source

{{- $guides := where .Site.RegularPages ".Params.categories" "intersect" (slice "troubleshooting") }}

{{- range $guides }} {{- if ne .Kind "section" }} - {{ .Title }} {{- end }} {{- end }}