mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
* change documentation theme and structure * add config files * fix links * add build doc command Co-authored-by: Ruidy <rnemausat@newstore.com>
7 lines
411 B
JSON
7 lines
411 B
JSON
{{- $searchDataFile := printf "search/%s.data.json" .Language.Lang -}}
|
|
{{- $searchData := resources.Get "search/data.json" | resources.ExecuteAsTemplate $searchDataFile . | resources.Minify -}}
|
|
{
|
|
"dataFile": {{ $searchData.RelPermalink | jsonify }},
|
|
"indexConfig": {{ .Site.Params.GeekdocSearchConfig | jsonify }},
|
|
"showParent": {{ if .Site.Params.GeekdocSearchShowParent }}true{{ else }}false{{ end }}
|
|
}
|