From b42af964f1aa4f3131aa24a24d574cb6490a6e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Chaves?= Date: Sat, 8 Nov 2025 08:51:10 +0100 Subject: [PATCH 1/3] feat: generate markdown files during build for LLM consumption Automatically generates .md files alongside HTML during static site build. For each MDX/MD page, a corresponding .md file is created in the output directory, preserving JSX components and markdown directives. This enables LLMs to consume documentation in markdown format by accessing URLs like /docs/getting-started.md instead of /docs/getting-started, which is easier for LLMs to parse than HTML. Also updates llms.txt to link directly to .md files instead of HTML pages, providing a better experience for LLM documentation crawlers. Key features: - Converts MDX to markdown using unified/remark pipeline - Preserves JSX components (e.g.,