Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions sources/platform/actors/development/automated_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
4 changes: 0 additions & 4 deletions sources/platform/actors/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

---

<CardGrid>
<Card
title="Running Actors"
Expand Down
4 changes: 0 additions & 4 deletions sources/platform/actors/running/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ sidebar_position: 7.1
slug: /actors/running
---

**In this section, you'll learn how to run Apify Actors using Apify Console or programmatically. You'll learn about their configuration, versioning, data retention, usage, and pricing.**

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

---

## Run your first Apify Actor

To get started, we recommend trying one of the existing Actors from [Apify Store](https://apify.com/store). For details on building your own, see [Actor development](./development).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Use the Apify API to integrate Actors and tasks together using webh
slug: /integrations/actors/integrating-actors-via-api
---

**Learn how to integrate with other Actors and tasks using the Apify API.**

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Set up one-time webhooks for Actor runs initiated through the Apify
slug: /integrations/webhooks/ad-hoc-webhooks
---

**Set up one-time webhooks for Actor runs initiated through the Apify API or from the Actor's code. Trigger events when the run reaches a specific state.**

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ slug: /integrations/dify

import ThirdPartyDisclaimer from '@site/sources/_partials/_third-party-integration.mdx';

**Connect Apify with Dify to automate workflows by running Actors, extracting structured data, and responding to Actor or task events.**

---

[Dify](https://dify.ai/) is an intuitive LLM application development platform for creating and operating AI-native apps. With the Apify integration for Dify, you can connect Apify Actors and storage to your Dify Workflows and Chatflows. You can run scrapers, extract data, and trigger workflows based on Apify events.

This guide explains how to set up authentication and incorporate the Apify plugin into your Dify applications as either a tool (action) or a trigger.
Expand Down
Loading