Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 125d9f7

Browse files
author
Nikola Balic
authored
feat: add links to LLMs context files (#328)
Add llms.txt and llms-full.txt links to documentation to help users leverage AI assistants for development. Signed-off-by: nkkko <[email protected]>
1 parent 3c66a3d commit 125d9f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/content/docs/getting-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ npx ts-node claude-example.ts
402402

403403
Use the Daytona SDK [Python examples](https://github.com/daytonaio/sdk/tree/main/examples/python) or [TypeScript/JavaScript examples](https://github.com/daytonaio/sdk/tree/main/examples/typescript) to create a Sandbox and run your code.
404404

405+
Speed up your development on Daytona using LLMs. Copy the /llms.txt files and include them into your projects or chat context: [llms-full.txt](https://www.daytona.io/docs/llms-full.txt) or [llms.txt](https://www.daytona.io/docs/llms.txt)
406+
405407
Learn more by checkout out the Daytona SDK repository on [GitHub](https://github.com/daytonaio/sdk).
406408

407409
## Setting up the Daytona CLI

src/content/docs/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enabling you to programmatically manage development environments and execute cod
2424

2525
### Quick Start
2626

27-
Run your first line of code in a Daytona Sandbox.
27+
Run your first line of code in a Daytona Sandbox. Use our [LLMs context files](/docs/getting-started#additional-examples) for faster development with AI assistants.
2828

2929
#### 1. Get Your API Key
3030

@@ -33,7 +33,6 @@ Run your first line of code in a Daytona Sandbox.
3333
- Go to the Daytona [Dashboard](https://app.daytona.io/dashboard).
3434
- Create a new [API key](https://app.daytona.io/dashboard/keys). Make sure to save it securely,
3535
as it won't be shown again.
36-
- You'll need it in the next step.
3736

3837
#### 2. Install the SDK
3938

0 commit comments

Comments
 (0)