Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/docs/src/content/docs/ai-tools/llms-txt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ description: "LLM-optimized documentation endpoints for CoreUI for React — llm

[llms.txt](https://llmstxt.org) is an emerging standard that helps AI models understand and navigate documentation. The CoreUI for React 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](/react/docs/ai-tools/mcp/).
For a richer, tool-based integration, see [MCP Server](/ai-tools/mcp/).

## /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](/react/docs/llms.txt)
[Open llms.txt](/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](/react/docs/llms-full.txt)
[Open llms-full.txt](/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: [/react/docs/components/accordion.md](/react/docs/components/accordion.md)
For example: [/react/docs/components/accordion.md](/components/accordion.md)
Loading