All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-07-31
- Initial release of mkdocs-llmstxt-md plugin
- Generate
llms.txtindex file with markdown URLs for LLM consumption - Generate
llms-full.txtwith complete documentation in single file - Serve original markdown files at
.mdURLs alongside HTML versions - Copy-to-markdown button functionality on documentation pages
- Support for glob patterns in section configuration
- Theme-aware positioning for copy button
- Configurable sections with file descriptions
- Markdown URL serving: Access original markdown content at
.mdURLs - LLM-friendly indexes: Auto-generated
llms.txtandllms-full.txtfiles - Copy functionality: One-click copy of markdown content to clipboard
- Flexible configuration: Glob patterns and custom descriptions
- Theme compatibility: Works with Material, MkDocs, ReadTheDocs themes
enable_markdown_urls: Enable/disable.mdURL servingenable_llms_txt: Enable/disablellms.txtgenerationenable_llms_full: Enable/disablellms-full.txtgenerationenable_copy_button: Enable/disable copy button injectioncopy_button_text: Customizable button textcopy_button_position: Configurable button positioningcopy_button_style: Customizable button stylingmarkdown_description: Optional description for llms.txt header