Add configuration option

This commit is contained in:
Jared Dillard
2025-05-16 13:41:14 -07:00
parent b51f3b099a
commit 69e251171d
5 changed files with 117 additions and 26 deletions
+7 -1
View File
@@ -28,10 +28,16 @@ extensions = [
### `llms_txt_verbose`
- **Type**: boolean
- **Type**: boolean
- **Default**: `False`
- **Description**: Whether to include a summary in the build output
### `llms_txt_max_lines`
- **Type**: integer or `None`
- **Default**: `None` (no limit)
- **Description**: Sets a maximum line count for `llms_txt_filename`. If exceeded, the file is skipped and a warning is shown, but the build still completes.
## License
MIT License - see LICENSE file for details.