Documentation has become bloated. In a world where we just want to turn Markdown into a production-ready site, we often find ourselves wrestling with React components, complex CI/CD pipelines, and heavy JavaScript bundles that slow down the user experience and confuse AI crawlers. Today, we’re releasing docmd v0.7.9 , moving closer to our goal of providing a "Gold Standard" for technical documentation that is fast, private, and AI-ready by default. 1. Static OpenAPI Rendering (No more Swagger bloat) The headline feature of 0.7.9 is our new OpenAPI plugin . Unlike traditional tools that load a massive JS bundle to render your API spec, Docmd reads your openapi.json at build-time and generates semantic HTML. Zero Runtime JS : Instant page loads. SEO & AI Friendly : Every endpoint is indexed as static text. Native Look : API docs that actually match your site’s theme. 2. Documentation for the AI Era We believe documentation should be as easy for LLMs to read as it is for humans.…