Skip to content

Commit

Permalink
Badge - compatibility with MD syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
Kielek authored and alexellis committed Mar 5, 2024
1 parent 3efe52e commit dabe463
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<a href="https://actuated.dev/"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"></img></a>
```

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?
Expand Down

0 comments on commit dabe463

Please sign in to comment.