Back to Meshery

Section Index

docs/layouts/partials/section-index.html

1.0.18415 B
Original Source

{{ if or (gt (len .Sections) 0) (gt (len .RegularPages) 0) }}

{{ range .Sections }} {{ if ne .Params.hide_summary true }} - {{ .Title }} {{ with .Description }} - {{ . }} {{ end }} {{ end }} {{ end }} {{ range .RegularPages }} {{ if ne .Params.hide_summary true }} - {{ .Title }} {{ with .Description }} - {{ . }} {{ end }} {{ end }} {{ end }} {{ end }}