LLMs.txt

LLM-optimized documentation endpoints for CoreUI — llms.txt, llms-full.txt, and a Markdown version of every page.

Introduction

llms.txt is an emerging standard that helps AI models understand and navigate documentation. The CoreUI docs expose three LLM-friendly endpoints so assistants can retrieve accurate, up-to-date content straight from the source.

For a richer, tool-based integration, see MCP Server.

/llms.txt

A structured index of the documentation — every page as a titled, described link, grouped by section. It gives an LLM a compact map of what exists and where.

Open llms.txt

/llms-full.txt

The entire documentation concatenated into a single Markdown file, so a model can ingest the whole set in one request.

Open llms-full.txt

Markdown version of any page

Append .md to any documentation page URL to get its clean Markdown version, without the site chrome.

For example: /bootstrap/docs/components/accordion.md