FeedIndex

LLMs

Machine-readable documentation for AI assistants and large language models.

This documentation is available in machine-readable formats that AI assistants and large language models can consume directly.

Available endpoints

URLDescription
/llms.txtIndex of all documentation pages with titles and URLs
/llms-full.txtFull content of all pages concatenated into a single file
/:path.mdxMarkdown source of any individual page (e.g., /getting-started.mdx)

Usage

Feed /llms-full.txt to an LLM for complete context about FeedIndex, or use /llms.txt to discover pages and fetch individual ones with the .mdx suffix.

These endpoints follow the llms.txt convention for making documentation accessible to AI tools.

On this page