Skip to content

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
fix formmating
add note instead of codeblock
  • Loading branch information
TC-MO committed Dec 11, 2024
1 parent ab714d0 commit 715f9bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sources/platform/actors/development/quick_start/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ slug: /actors/development/quick-start

---

> Before you start building your own Actor, try out a couple of existing Actors from [Apify Store](https://apify.com/store). See the [Running Actors](../../running/index.md) section for more information on running existing Actors.
:::note

Before you start building your own Actor, try out a couple of existing Actors from [Apify Store](https://apify.com/store). See the [Running Actors](../../running/index.md) section for more information on running existing Actors.

:::

## Language

Any code that can run inside of a Docker container can be turned into Apify [Actor](../../index.mdx). This gives you freedom in choosing your technical stack, including programming language and technologies.

**But to fully benefit from running on top of the Apify platform, we recommend you choose either JavaScript/Node.js or Python, where Apify provides first-level support regarding its SDK, API clients, and learning materials.
**
But to fully benefit from running on top of the Apify platform, we recommend you choose either JavaScript/Node.js or Python, where Apify provides first-level support regarding its SDK, API clients, and learning materials.

For these languages, you can also choose from many code templates that help you to kickstart your project quickly:

Expand Down

0 comments on commit 715f9bb

Please sign in to comment.