Skip to content

Commit 845cd9f

Browse files
committed
Fixed typo
1 parent c6e1aa8 commit 845cd9f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

sources/platform/actors/publishing/badge.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Apify Actor Status Badge can be embedded in 3rd party documentation to show curr
99

1010
---
1111

12+
### Actor Status Badge Example
13+
14+
This is the badge generated for the [Apify's Website Content Crawler](https://apify.com/apify/website-content-crawler Actor).
15+
16+
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler)](https://apify.com/apify/website-content-crawler)
17+
18+
1219
### How to embed the Actor Status Badge
1320

1421
The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is served from the URL Template:
@@ -17,6 +24,8 @@ The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is se
1724
https://apify.com/actor-badge?actor=:username/:actor-name
1825
```
1926

27+
In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't froget to use the `username` and `actor-name` of your Actor.
28+
2029
#### HTML Example
2130

2231
```html
@@ -31,10 +40,6 @@ https://apify.com/actor-badge?actor=:username/:actor-name
3140
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler\)](https://apify.com/apify/website-content-crawler)
3241
```
3342

34-
#### Rendered Example
35-
36-
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler)](https://apify.com/apify/website-content-crawler)
37-
3843
### Supported Actor States
3944

4045
The badge indicates the state of the Actor in the Apify Platform as the result of the [automated testing](../development/automated_tests.md).

0 commit comments

Comments
 (0)