Files
docker-docs/contribute/components/badges.md
Allie Sadler 5291295d0d Addition of a 'Contribute' section with our Style Guide (#15350)
* SG test.

* moved some content around

* editing

* broken links fix

* formatting changes

* fixes

* fixes

* edits after review

* fix broken links

* broken link fix

* a few more edits

* removed contributing page

* Revert "removed contributing page"

This reverts commit 5822cd516b.

* add redirect
2022-09-05 10:23:29 +01:00

736 B

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

Examples

badges yellow badges red badges

You can make a badge a link.

Badge with link

HTML

<span class="badge badge-info">badges</span>. 

<span class="badge badge-warning">yellow badges</span> 

<span class="badge badge-danger">red badges</span>

<a href="/contribute/overview/" target="_blank" rel="noopener" class="_"><span class="badge badge-info">Test</span></a>