llms-full.txt
Get all documentation content in a single text response
LLMs Full Text
Access all documentation pages combined into one text response at
/llms-full.txt
.
Click here to go to the 'llms-full.txt' page.
Usage
Returns all pages with this format:
How it works
- Fetches all documentation pages from the source
- Processes each page through the
getLLMText
function - Combines them with double newline separators
- Returns as plain text response
The response is cached forever (revalidate = false
) for performance.