AI
To help AI better understand this library's features, versioned documentation, and project conventions so it can provide more accurate help during development and troubleshooting, this project provides the following capabilities:
llms.txt
llms.txt helps LLMs discover and use project documentation. This site publishes the following files.
- llms.txt: The structured index file for the current
2.xdocs.
- llms-full.txt: The full-content file that concatenates the complete
2.xdocumentation into a single file.
Choose the file that best fits your use case:
llms.txtis smaller and consumes fewer tokens, so it works well when AI should fetch specific pages on demand.llms-full.txtcontains the complete documentation for the current version, so AI does not need to follow individual links. This is useful for broader understanding or larger refactors, but it consumes more tokens.
Markdown docs
Every documentation page also has a corresponding Markdown version that can be passed directly to AI.
Examples:
Providing a single Markdown page is often the most efficient option when you want help with one specific feature.
