The Flux documentation is now easier for coding agents to consume. Every page has a markdown version, agents can discover it through emerging standards and retrieve the context they need without parsing a full webpage.
Clean markdown output
Append .md to any docs URL and you get clean, structured markdown — up to 98% smaller than the HTML version:
Copy to clipboard
https://fluxui.dev/components/button.md
The output isn't just HTML converted to markdown, it's a perfect translation of the docs written in Blade. To produce it, we're parsing the Blade structure in the source files and translating each part to its proper markdown equivalent.
Discoverable by agents
We've shipped llms.txt, implemented content negotiation, added alternate link headers, a sitemap, an agent-aware robots.txt — all of it. So no matter what agent you're using, it knows how to get the content it needs.
Better Boost results
Laravel Boost already pulls from the new markdown endpoints, so Boost-powered agents get dramatically better Flux search results out of the box.