hugo: update alerts in cli template

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-08-15 17:05:56 +02:00
parent 43810e618d
commit 0f4bb635f5
2 changed files with 28 additions and 19 deletions

View File

@ -161,6 +161,7 @@
"block", "block",
"border", "border",
"border-0", "border-0",
"border-amber-light",
"border-b-2", "border-b-2",
"border-b-4", "border-b-4",
"border-b-gray-light-400", "border-b-gray-light-400",
@ -169,7 +170,9 @@
"border-divider-light", "border-divider-light",
"border-gray-light-100", "border-gray-light-100",
"border-gray-light-200", "border-gray-light-200",
"border-l-2",
"border-l-4", "border-l-4",
"border-l-magenta-light",
"bottom-0", "bottom-0",
"box-content", "box-content",
"build-push-action", "build-push-action",
@ -196,12 +199,14 @@
"dark:bg-red-dark", "dark:bg-red-dark",
"dark:bg-violet-dark", "dark:bg-violet-dark",
"dark:block", "dark:block",
"dark:border-amber-dark",
"dark:border-b-blue-dark-600", "dark:border-b-blue-dark-600",
"dark:border-b-gray-dark-400", "dark:border-b-gray-dark-400",
"dark:border-b-green-dark-400", "dark:border-b-green-dark-400",
"dark:border-divider-dark", "dark:border-divider-dark",
"dark:border-gray-dark-200", "dark:border-gray-dark-200",
"dark:border-gray-dark-400", "dark:border-gray-dark-400",
"dark:border-l-magenta-dark",
"dark:decoration-blue-dark", "dark:decoration-blue-dark",
"dark:fill-blue-dark", "dark:fill-blue-dark",
"dark:focus:outline-blue-dark", "dark:focus:outline-blue-dark",
@ -216,6 +221,7 @@
"dark:outline-gray-dark", "dark:outline-gray-dark",
"dark:prose-invert", "dark:prose-invert",
"dark:syntax-dark", "dark:syntax-dark",
"dark:text-amber-dark",
"dark:text-blue-dark", "dark:text-blue-dark",
"dark:text-divider-dark", "dark:text-divider-dark",
"dark:text-gray-dark", "dark:text-gray-dark",
@ -223,6 +229,7 @@
"dark:text-gray-dark-600", "dark:text-gray-dark-600",
"dark:text-gray-dark-700", "dark:text-gray-dark-700",
"dark:text-gray-dark-800", "dark:text-gray-dark-800",
"dark:text-magenta-dark",
"dark:text-violet-dark", "dark:text-violet-dark",
"dark:text-white", "dark:text-white",
"dark:to-blue-dark-100", "dark:to-blue-dark-100",
@ -291,7 +298,6 @@
"icon-lg", "icon-lg",
"icon-sm", "icon-sm",
"icon-svg", "icon-svg",
"important",
"inline", "inline",
"inset-0", "inset-0",
"invertible", "invertible",
@ -382,6 +388,7 @@
"p-[2px]", "p-[2px]",
"pb-0", "pb-0",
"pb-0.5", "pb-0.5",
"pb-1",
"pb-2", "pb-2",
"pb-32", "pb-32",
"pb-4", "pb-4",
@ -434,6 +441,7 @@
"syntax-light", "syntax-light",
"systemd-networkd", "systemd-networkd",
"text-2xl", "text-2xl",
"text-amber-light",
"text-base", "text-base",
"text-black", "text-black",
"text-blue-light", "text-blue-light",
@ -446,6 +454,7 @@
"text-gray-light-800", "text-gray-light-800",
"text-left", "text-left",
"text-lg", "text-lg",
"text-magenta-light",
"text-sm", "text-sm",
"text-violet-light", "text-violet-light",
"text-white", "text-white",

View File

@ -48,26 +48,26 @@
</table> </table>
{{ .Content }} {{ .Content }}
{{ if $data.deprecated }} {{ if $data.deprecated }}
<blockquote class="warning"> {{ markdownify `
<p><strong>This command is deprecated</strong></p> > [!WARNING]
<p> > This command is deprecated
It may be removed in a future Docker version. For more information, >
see the > It may be removed in a future Docker version. For more information, see the
<a href="https://github.com/docker/roadmap/issues/209" > [Docker roadmap](https://github.com/docker/roadmap/issues/209)`
>Docker roadmap</a }}
>
</p>
</blockquote>
{{ end }} {{ end }}
{{ if or $data.experimental $data.experimentalcli }} {{ if or $data.experimental $data.experimentalcli }}
<blockquote class="important"> {{ markdownify `
<p><strong>This command is experimental</strong></p> {{% experimental %}}
<p>
Experimental features are intended for testing and feedback as their **This command is experimental.**
functionality or design may change between releases without warning or
can be removed entirely in a future release. Experimental features are intended for testing and feedback as their
</p> functionality or design may change between releases without warning or
</blockquote> can be removed entirely in a future release.
{{% /experimental %}}`
}}
{{ end }} {{ end }}
{{ with $data.kubernetes }} {{ with $data.kubernetes }}
<p> <p>