From 3b7ed8eb556c902d530e099acc1421fef52ec09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:44:38 +0200 Subject: [PATCH] chore: remove description-repeating bold leads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Old pattern across many pages: a bolded paragraph just after the frontmatter that repeats (or paraphrases) the frontmatter description, sometimes followed by an HR separator. Strip 13 instances across actors/ and integrations/ — leaving the description in frontmatter as the single source of truth. Pages cleaned: actors/index, actors/running/index, actors/development/automated_tests, builds_and_runs/state_persistence, deployment/continuous_integration, programming_interface/{basic_commands, container_web_server, metamorph, status_messages, system_events}, integrations/actors/integrating_actors_via_api, integrations/programming/webhooks/ad_hoc_webhooks, integrations/workflows-and-notifications/dify. --- sources/platform/actors/development/automated_tests.md | 2 -- .../actors/development/builds_and_runs/state_persistence.md | 2 -- .../actors/development/deployment/continuous_integration.md | 2 -- .../development/programming_interface/basic_commands.md | 2 -- .../development/programming_interface/container_web_server.md | 2 -- .../actors/development/programming_interface/metamorph.md | 2 -- .../development/programming_interface/status_messages.md | 2 -- .../actors/development/programming_interface/system_events.md | 2 -- sources/platform/actors/index.mdx | 4 ---- sources/platform/actors/running/index.md | 4 ---- .../integrations/actors/integrating_actors_via_api.md | 2 -- .../integrations/programming/webhooks/ad_hoc_webhooks.md | 2 -- .../platform/integrations/workflows-and-notifications/dify.md | 4 ---- 13 files changed, 32 deletions(-) diff --git a/sources/platform/actors/development/automated_tests.md b/sources/platform/actors/development/automated_tests.md index 04dead97fc..03a3a9416a 100644 --- a/sources/platform/actors/development/automated_tests.md +++ b/sources/platform/actors/development/automated_tests.md @@ -6,8 +6,6 @@ sidebar_position: 9 sidebar_label: Automated tests --- -**Learn how to automate ongoing testing and make sure your Actors perform over time. See code examples for configuring the Actor Testing Actor.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/development/builds_and_runs/state_persistence.md b/sources/platform/actors/development/builds_and_runs/state_persistence.md index 67af977dfc..50b7c4b5f9 100644 --- a/sources/platform/actors/development/builds_and_runs/state_persistence.md +++ b/sources/platform/actors/development/builds_and_runs/state_persistence.md @@ -5,8 +5,6 @@ sidebar_position: 9 slug: /actors/development/builds-and-runs/state-persistence --- -**Learn how to maintain an Actor's state to prevent data loss during unexpected restarts. Includes code examples for handling server migrations.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/development/deployment/continuous_integration.md b/sources/platform/actors/development/deployment/continuous_integration.md index 82d21d0199..4a6ec15eee 100644 --- a/sources/platform/actors/development/deployment/continuous_integration.md +++ b/sources/platform/actors/development/deployment/continuous_integration.md @@ -6,8 +6,6 @@ slug: /actors/development/deployment/continuous-integration sidebar_position: 2 --- -**Learn how to set up automated builds, deploys, and testing for your Actors.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/development/programming_interface/basic_commands.md b/sources/platform/actors/development/programming_interface/basic_commands.md index 206943bf9f..cf8979c033 100644 --- a/sources/platform/actors/development/programming_interface/basic_commands.md +++ b/sources/platform/actors/development/programming_interface/basic_commands.md @@ -5,8 +5,6 @@ slug: /actors/development/programming-interface/basic-commands sidebar_position: 2 --- -**Learn how to use basic commands of the Apify SDK for both JavaScript and Python.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/development/programming_interface/container_web_server.md b/sources/platform/actors/development/programming_interface/container_web_server.md index c6f7d2e8db..7e061ecb0f 100644 --- a/sources/platform/actors/development/programming_interface/container_web_server.md +++ b/sources/platform/actors/development/programming_interface/container_web_server.md @@ -5,8 +5,6 @@ slug: /actors/development/programming-interface/container-web-server sidebar_position: 7 --- -**Learn about how to run a web server inside your Actor to enable communication with the outside world through both UI and API.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/development/programming_interface/metamorph.md b/sources/platform/actors/development/programming_interface/metamorph.md index 1d39735ec1..3d05f73088 100644 --- a/sources/platform/actors/development/programming_interface/metamorph.md +++ b/sources/platform/actors/development/programming_interface/metamorph.md @@ -5,8 +5,6 @@ slug: /actors/development/programming-interface/metamorph sidebar_position: 8 --- -**The metamorph operation transforms an Actor run into the run of another Actor with a new input.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/development/programming_interface/status_messages.md b/sources/platform/actors/development/programming_interface/status_messages.md index 2e46b23d5a..bca0adb168 100644 --- a/sources/platform/actors/development/programming_interface/status_messages.md +++ b/sources/platform/actors/development/programming_interface/status_messages.md @@ -5,8 +5,6 @@ slug: /actors/development/programming-interface/status-messages sidebar_position: 3 --- -**Learn how to use custom status messages to inform users about an Actor's progress.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/development/programming_interface/system_events.md b/sources/platform/actors/development/programming_interface/system_events.md index 96b49c55de..e8fffeab91 100644 --- a/sources/platform/actors/development/programming_interface/system_events.md +++ b/sources/platform/actors/development/programming_interface/system_events.md @@ -6,8 +6,6 @@ sidebar_position: 4 sidebar_label: System events --- -**Learn about system events sent to your Actor and how to benefit from them.** - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/sources/platform/actors/index.mdx b/sources/platform/actors/index.mdx index e424642dac..13bdc23d4a 100644 --- a/sources/platform/actors/index.mdx +++ b/sources/platform/actors/index.mdx @@ -6,13 +6,9 @@ category: platform slug: /actors --- -**Learn how to run, develop, and publish Apify Actors - serverless cloud programs for web data extraction and workflow automation.** - import Card from "@site/src/components/Card"; import CardGrid from "@site/src/components/CardGrid"; ---- -