LLM-Friendly Docs
TMA.sh provides machine-readable versions of this documentation following the llms.txt standard. These files are designed for consumption by AI assistants, coding tools, and large language models.
Available files
Section titled “Available files”| File | Description |
|---|---|
/llms.txt | Index of all documentation pages with titles, descriptions, and links |
/llms-full.txt | Complete documentation concatenated into a single file |
With AI coding assistants
Section titled “With AI coding assistants”Point your AI assistant to the full documentation:
https://docs.tma.sh/llms-full.txtThis gives the model complete context about TMA.sh in a single request.
With tools that support llms.txt
Section titled “With tools that support llms.txt”Many AI tools automatically discover /llms.txt at the root of a documentation site. The index file links to individual pages and includes a reference to the full text version.
Format
Section titled “Format”Both files are plain text Markdown. They are regenerated on every docs build so they always reflect the latest documentation.
- llms.txt lists every page with its title, URL, and description
- llms-full.txt contains the full content of every page, separated by
---dividers, ordered by section (Getting Started, Guides, Concepts, CLI, SDK, Reference)