File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
sources/platform/actors/publishing Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,42 +12,51 @@ sidebar_position: 4
1212### How to embed the Actor Status Badge
1313
1414The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is served from the URL Template:
15- ```
15+
16+ ``` text
1617https://apify.com/actor-badge?actor=:username/:actor-name
1718```
1819
1920#### HTML Example
21+
2022``` html
2123<a href =" https://apify.com/apify/website-content-crawler" >
2224 <img src =" https://apify.com/actor-badge?actor=apify/website-content-crawler" >
2325</a >
2426```
2527
2628#### Markdown Example
29+
2730``` markdown
2831[](https://apify.com/apify/website-content-crawler)
2932```
3033
3134#### Rendered Example
35+
3236[ ![ Website Content Crawler Actor] ( https://apify.com/actor-badge?actor=apify/website-content-crawler )] ( https://apify.com/apify/website-content-crawler )
3337
3438### Supported Actor States
3539
3640The badge indicates the state of the Actor in the Apify Platform as the result of the [ automated testing] ( ../development/automated_tests.md ) .
3741
3842#### Actor OK
43+
3944![ Actor badge OK] ( ./images/actor-badge/ok.svg )
4045
4146#### Actor Under Maintenance
47+
4248![ Actor badge under maintenance] ( ./images/actor-badge/under-maintenance.svg )
49+
4350#### Actor Deprecated
51+
4452![ Actor badge deprecated] ( ./images/actor-badge/deprecated.svg )
4553
4654#### Actor Not Found
4755![ Actor badge not found] ( ./images/actor-badge/not-found.svg )
4856
4957
5058### Example of the Badge in Github Readme
59+
5160![ Actor badge in githhub readme] ( images/github-badge-screenshot.png )
5261
5362
You can’t perform that action at this time.
0 commit comments