docs/content/contribute/components/badges.md

589 B

description title toc_max
components and formatting examples used in Docker's docs Badges 3

Examples

{{< badge color=blue text="blue badge" >}} {{< badge color=amber text="amber badge" >}} {{< badge color=red text="red badge" >}} {{< badge color=green text="green badge" >}} {{< badge color=violet text="violet badge" >}}

You can also make a badge a link.

{{< badge color="blue" text="badge with a link" >}}

Markup

{{</* badge color=amber text="amber badge" */>}}
[{{</* badge color="blue" text="badge with a link" */>}}](../overview.md)