Files
docker-docs/content/contribute/components/badges.md
Allie Sadler b06163712b Minor contribute updates (#19752)
* Minor contribute updates

* Minor contribute updates
2024-04-09 08:28:49 +01:00

806 B

description, title, toc_max
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" >}}

Usage guidelines

We use the violet badge to highlight new content in our docs: {{< badge color=violet text="New" >}}

Best practice is to use this badge for no longer than 2 months post release of the feature.

Markup

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