Skip to content

Commit 4865262

Browse files
Fix comments from feedback
1 parent 713c58f commit 4865262

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

sources/platform/actors/development/quick_start/index.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,14 @@ This is the fastest way to kick-start your Actor development and try out the Api
5757
to="/platform/actors/development/quick-start/web-ide"
5858
/>
5959
</CardGrid>
60+
61+
## Vibe Coding
62+
63+
Use the Apify toolset for vibe coding:
64+
65+
<CardGrid>
66+
<Card
67+
title="Start with vibe coding"
68+
to="/platform/actors/development/quick-start/vibe-coding"
69+
/>
70+
</CardGrid>

sources/platform/actors/development/ai_assistant_coding/index.md renamed to sources/platform/actors/development/quick_start/vibe_coding.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: AI assistant coding
3-
sidebar_position: 10
2+
title: Vibe coding
3+
sidebar_position: 3
44
description: Learn how to set up your environment, choose the right tools, and establish workflows for effective vibe coding
5-
slug: /actors/development/ai-assistants
5+
slug: /actors/development/quick-start/vibe-coding
66
---
77

8-
**Set up your environment, choose tools, and build workflows for effective AI assistant coding.**
8+
**Set up your environment, choose tools, and build workflows for effective vibe coding.**
99

1010
---
1111

@@ -14,7 +14,7 @@ import PromptButton from "@site/src/components/PromptButton";
1414

1515
The following documents describe:
1616

17-
- [How you can leverage llms.txt and llms-full.txt in AI IDEs](#use-llmstxt-and-llms-fulltxt)
17+
- [How you can leverage llms.txt and llms-full.txt](#use-llmstxt-and-llms-fulltxt)
1818
- [Create rules and instructions files](#add-rules)
1919
- [Best practices for AI assistant coding](#best-practices)
2020

@@ -24,8 +24,8 @@ Search engines weren't built for Large Language Modals (LLMs), but LLMs needs co
2424

2525
Find them here:
2626

27-
- [llms.txt](https://docs.apify.com//llms.txt)
28-
- [llms-full.txt](https://docs.apify.com//llms-full.txt)
27+
- [https://docs.apify.com/llms.txt](https://docs.apify.com/llms.txt)
28+
- [https://docs.apify.com/llms-full.txt](https://docs.apify.com/llms-full.txt)
2929

3030
:::info LLMs.txt vs sitemap.xml vs robots.txt
3131

src/utils/ai-prompts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ npm install -g apify-cli
1919
2020
**Step 3: Create a New Actor**
2121
22+
**Note for AI Tools**: If you're an AI assistant that cannot run interactive commands (like the Gemini CLI), inform the user that the \`apify create\` command requires interactive input and cannot be executed automatically. Suggest they run this workflow in tools that support interactive commands like Cursor, or GitHub Copilot.
23+
2224
Explain that this will prompt for actor name and template selection.
2325
2426
\`\`\`bash

0 commit comments

Comments
 (0)