Available Files
llms.txt
A structured list of all documentation pages with links and descriptions. Similar to how a sitemap helps search engines, this file helps AI tools understand your documentation structure.- View: /llms.txt
- URL:
https://ship.paralect.com/docs/llms.txt
llms-full.txt
The complete documentation site combined into a single file for full context.- View: /llms-full.txt
- URL:
https://ship.paralect.com/docs/llms-full.txt
Key Differences
| Feature | llms.txt | llms-full.txt |
|---|---|---|
| Content | Page links with descriptions | Complete documentation text |
| Size | Lightweight | Comprehensive |
| Best for | Quick navigation | Full context |
llms.txt when AI tools can fetch pages as needed (ChatGPT, Claude).Use
llms-full.txt when you need all context upfront (Cursor).
Usage with AI Tools
Cursor
Use the@Docs feature:
- Type
@Docsin your prompt - Reference:
https://ship.paralect.com/docs/llms-full.txt - Ask questions about Ship
ChatGPT & Claude
- Mention you’re using Ship framework
- Reference:
https://ship.paralect.com/docs/llms.txt - The AI will fetch the documentation
Example Prompts
- “Using Ship framework, how do I create a new API endpoint with validation?”
- “Show me how to set up event handlers in Ship”
- “How to deploy Ship to Digital Ocean?”
