From 4e590c798e8a119abf2ec9874315a3d27f63ee39 Mon Sep 17 00:00:00 2001 From: szaganek Date: Thu, 10 Sep 2026 14:48:06 +0200 Subject: [PATCH] docs: Add recommendations on using web IDE --- sources/platform/actors/development/quick-start/web-ide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/platform/actors/development/quick-start/web-ide.md b/sources/platform/actors/development/quick-start/web-ide.md index cb23e0e257..d9eb2ad768 100644 --- a/sources/platform/actors/development/quick-start/web-ide.md +++ b/sources/platform/actors/development/quick-start/web-ide.md @@ -12,8 +12,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -With the web IDE in Apify Console, you can write, build, and run your code entirely in a -browser. This guide explains the full lifecycle of an Actor: how to start with a template for a working crawler, build it, configure its input, and run it in the cloud. +With the web IDE in Apify Console, you can write, build, and run your code entirely in a browser. It's a great way to get familiar with the platform and see the full lifecycle of an Actor, without using any local development tools. ## Before you start