LLM Documentation
This site automatically generates LLM-friendly documentation files following the llms.txt standard. These files are designed to be consumed by AI tools, coding assistants, and language models that need to understand the Strata.js API.
Available Files
| File | Description |
|---|---|
/llms.txt | Index file with section links — a table of contents for LLMs. |
/llms-full.txt | The entire documentation site concatenated into a single file. |
Individual pages are also available as clean markdown files optimized for LLM consumption.
Usage
Point your AI tool at the llms.txt or llms-full.txt URL to give it full context on Strata.js:
https://strata-js.gitlab.io/llms.txt
https://strata-js.gitlab.io/llms-full.txtFor tools that support the llms.txt standard (like Context7, Cursor, or similar), these files are discovered automatically.
How It Works
The files are generated at build time by vitepress-plugin-llms. Every page in the documentation is processed into a clean, LLM-optimized markdown format with navigation links and structural metadata stripped out.