From dabe463b48b52a0af17e345033f60885d7a489d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Fri, 1 Mar 2024 06:45:49 +0000 Subject: [PATCH] Badge - compatibility with MD syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Kiełkowicz --- docs/faq.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 3590b7d..9d341f9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -51,10 +51,16 @@ We have a sponsored program with the CNCF and Ampere for various Open Source pro Sponsored projects are required to [add our GitHub badge](/images/actuated-badge.png) to the top of their README file for each repository where the actuated is being used, along with any other GitHub badges such as build status, code coverage, etc. -``` +```html Arm CI sponsored by Actuated ``` +or + +```md +[![Arm CI sponsored by Actuated](https://img.shields.io/badge/SA_actuated.dev-004BDD)](https://actuated.dev/) +``` + For an example of what this would look like, see the [inletsctl project README](https://github.com/inlets/inletsctl). ## What kind of machines do I need for the agent?