16 lines
310 B
Cheetah
16 lines
310 B
Cheetah
- name: {{ .Name }}
|
|
id: {{ .ID }}
|
|
description: |
|
|
{{ .Description }}
|
|
introduced: {{ .Introduced }}
|
|
{{- with .Deprecated }}
|
|
deprecated: {{ . }}
|
|
{{- end }}
|
|
{{- with .Removal }}
|
|
removal: {{ . }}
|
|
{{- end }}
|
|
{{ with .OS }}
|
|
os_support: {{ . }}
|
|
{{- end }}
|
|
tags: [{{ .Tags | join ", " }}]
|