diff --git a/layouts/commands/single.html b/layouts/commands/single.html index 7ada885..1fdaee4 100644 --- a/layouts/commands/single.html +++ b/layouts/commands/single.html @@ -8,13 +8,14 @@ {{ partial "docs-nav.html" . }}
{{ partial "breadcrumbs" . }} -
+

{{- .Title }} {{- if (isset .Params "deprecated_since") }} (deprecated) {{- end }}

+

{{- .Params.summary -}}

{{ if (isset .Params "deprecated_since") }}

As of Redis version {{ .Params.deprecated_since }}, this command is regarded as deprecated.