mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"title": "{{ .Title }}",
|
|
"lead": "{{ .Params.lead }}",
|
|
"description": {{ .Plain | jsonify }},
|
|
"docs": [
|
|
{{- range $i, $e := (index site.Taxonomies.tags .Data.Term) }}
|
|
{{ if $i }},{{ end }}
|
|
{
|
|
"title": "{{ .Title }}",
|
|
"url": "{{ .Permalink}}"
|
|
}
|
|
{{ end }}
|
|
]
|
|
}
|