File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
sources/platform/actors/publishing Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff 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
1421The 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
1724https://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[](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
4045The badge indicates the state of the Actor in the Apify Platform as the result of the [ automated testing] ( ../development/automated_tests.md ) .
You can’t perform that action at this time.
0 commit comments