Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sources/platform/actors/publishing/badge.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Actor Status Badge
description: Apify has a QA system that regularly runs automated tests to ensure that all Actors in the store are functional.
title: Actor status badge
description: Apify Actor status badge can be embedded in 3rd party documentation to show current health status and engagement of the Actor in the Apify Platform.
slug: /actors/publishing/status-badge
sidebar_position: 4
---

Apify Actor Status Badge can be embedded in 3rd party documentation to show current health status and engagement of the Actor in the Apify Platform.
Apify Actor status badge can be embedded in 3rd party documentation to show current health status and engagement of the Actor in the Apify Platform.

---
import Tabs from '@theme/Tabs';
Expand All @@ -18,7 +18,7 @@ This is the badge generated for the [Apify's Website Content Crawler](https://ap
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler)](https://apify.com/apify/website-content-crawler)


### How to embed the Actor Status Badge
### How to embed the Actor status badge

The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is served from the URL Template:

Expand Down
Loading