Skip to content

Commit 738d739

Browse files
Add markdown info, and remove robots and sitemap info
1 parent 88a3937 commit 738d739

File tree

1 file changed

+38
-10
lines changed

1 file changed

+38
-10
lines changed

sources/platform/actors/development/quick_start/vibe_coding.md renamed to sources/platform/actors/development/quick_start/build_with_ai.md

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Vibe coding
2+
title: Build with AI
33
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/quick-start/vibe-coding
5+
slug: /actors/development/quick-start/build-with-ai
66
toc_max_heading_level: 4
77
---
88

9-
**Set up your environment, choose tools, and build workflows for effective vibe coding.**
9+
**Set up your environment, choose tools, and build workflows for effective AI development.**
1010

1111
---
1212

@@ -19,11 +19,26 @@ This guide explains how to enhance your development workflow by leveraging `llms
1919

2020
Search engines weren't built for Large Language Models (LLMs), but they needs context. That's why we've created [`llms.txt`](https://docs.apify.com/llms.txt) and [`llms-full.txt`](https://docs.apify.com/llms-full.txt) for our documentation. These files follow the [growing standard](https://llmstxt.org/) for LLMs consumption.
2121

22-
| File | Purpose | Impact on LLM Processing |
23-
| :--- | :--- | :--- |
24-
| `/robots.txt` | Tells crawlers where to go. | It doesn't help with content understanding. |
25-
| `/sitemap.xml` | Lists pages. | It doesn't help with content. LLM systems still need to parse complex HTML and handle extra info, which clutters the context window. |
26-
| `/llms.txt` | Solves LLMs problems by presenting content optimized for LLM processing. | It overcomes context window limits and removes markup and scripts. |
22+
<table>
23+
<thead>
24+
<tr>
25+
<th>File</th>
26+
<th>Purpose</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr>
31+
<td><code>llms.txt</code></td>
32+
<td>Contains index of the docs page in Markdown, with links to all subpages in Markdown.</td>
33+
</tr>
34+
<tr>
35+
<td>
36+
<code style={{ whiteSpace: 'nowrap' }}>llms-full.txt</code>
37+
</td>
38+
<td>Contains a full dump of documentation in Markdown.</td>
39+
</tr>
40+
</tbody>
41+
</table>
2742

2843
### Use llms.txt and llms-full.txt
2944

@@ -71,11 +86,24 @@ New to Apify? Ask questions and provide the `llms.txt` link. Popular AI models c
7186

7287
![Ask about Apify](./images/claude.png)
7388

89+
## View pages as markdown
90+
91+
Every page in Apify documentation is available in markdown format. Simply add `.md` to any documentation URL to access the raw markdown content.
92+
93+
For example:
94+
- [https://docs.apify.com/platform](https://docs.apify.com/platform)[https://docs.apify.com/platform.md](https://docs.apify.com/platform.md)
95+
- [https://docs.apify.com/api](https://docs.apify.com/api)[https://docs.apify.com/api.md](https://docs.apify.com/api.md)
96+
97+
This is useful when you want to:
98+
- Copy documentation content for AI prompts
99+
- Reference exact markdown syntax
100+
- Access content programmatically
101+
74102
## Add rules
75103

76-
To get the most from AI IDEs, add rules or instructions.
104+
To get the most from AI Code Editors, add rules or instructions.
77105

78-
See how to set up rules for your AI IDEs:
106+
See how to set up rules for your AI Code Editors:
79107

80108
- [Cursor Rules](https://docs.cursor.com/en/context/rules)
81109
- [Windsurf Rules](https://docs.windsurf.com/windsurf/cascade/memories#rules)

0 commit comments

Comments
 (0)