Generate a llms.txt file for your website to help LLMs index and understand your content.
llms.txt is a markdown file that provides LLM-friendly summaries and links for your site. Learn more.
llms.txt is a markdown file placed at /llms.txt on your website. It provides LLMs with a summary, details, and links to key resources in a format that's easy to parse and index.
# My Project
> A short summary of my project for LLMs.
Extra details or notes about the project.
## Files
- [Docs Home](https://yoursite/docs/index.md): Main docs
- [API Reference](https://yoursite/api.md): API details
## Optional
- [Extra Resource](https://yoursite/extra.md)