From 846bf77f93d38866820288818bcb02323fa80350 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:36:56 +0100 Subject: [PATCH] cli: hoist content in CLI stubs to top Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- layouts/_default/cli.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/cli.html b/layouts/_default/cli.html index 9ef5fac4b0..6d12c2c6d4 100644 --- a/layouts/_default/cli.html +++ b/layouts/_default/cli.html @@ -25,6 +25,7 @@

{{ .Title }}

{{ end }} {{ $data.short | .RenderString (dict "display" "block") }} + {{ .Content }} {{ if $data.deprecated }}

This command is deprecated

@@ -161,7 +162,6 @@ {{ end }} {{ $.RenderString (dict "display" "block") . }} {{ end }} - {{ .Content }} {{ end }}