The llms-txt generator creates a llms.txt file to provide information to Large Language Models (LLMs) at inference time, containing links to all API documentation.
The llms-txt generator accepts the following configuration options:
| Name | Type | Default | Description |
|---|---|---|---|
output | string | - | The directory where llms.txt will be written |
templatePath | string | 'template.txt' | Path to the template file |
pageURL | string | '{baseURL}/latest/api{path}.md' | URL template for documentation page links |