What is LLMs.txt?
We support LLMs.txt files for making the Cerberus UI documentation available to large language models.
This feature helps AI tools better understand our ecosystem, its APIs, and usage patterns.
Available Routes
We provide multiple routes to help agents access our documentation:
- /llms.txt - Contains a structured overview of all documentation pages. This is a table of contents for the agent documentation.
- /llms-full.txt - Contains the full documentation content for all pages.
Page specific docs are available if you have a limited context window.
These routes follow the current naming convention: llms/[section]/[slug].txt
For example, here are some pages from the different sections of the documentation:
- /llms/components/button.txt - Button component documentation
- /llms/data-grid/overview.txt - Data grid overview documentation
- /llms/signals/overview.txt - Signals overview documentation
- /llms/styling/cerberus-factory.txt - Styling Cerberus Factory
- /llms/theming/overview.txt - Theming overview documentation
Usage with AI Tools
Cursor
Use the @Docs feature in Cursor to include the LLMs.txt files in your project. This helps Cursor provide more accurate
code suggestions and documentation for Cerberus components.
Read more about @Docs in Cursor
Windsurf
Reference the LLMs.txt files using @ or in your .windsurfrules files to enhance Windsurf's understanding of Cerberus
components.
Read more about Windsurf Memories
Copilot
Use the LLMs.txt files in GitHub Copilot to improve code suggestions and documentation for Cerberus components.
Read more about GitHub Copilot
Other AI Tools
Any AI tool that supports LLMs.txt can use these routes to better understand Cerberus. Simply point your tool to any of the routes above.