mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
6 lines
325 B
JSON
6 lines
325 B
JSON
{{- $.Scratch.Add "offline-search-index" slice -}}
|
|
{{- range where .Site.AllPages ".Params.exclude_search" "!=" true -}}
|
|
{{- $.Scratch.Add "offline-search-index" (dict "title" .Title "ref" .RelPermalink "body" .Plain "excerpt" (.Summary | truncate 100)) -}}
|
|
{{- end -}}
|
|
{{- $.Scratch.Get "offline-search-index" | jsonify -}}
|