qDocs

Production-ready static documentation generator focused on speed, predictable builds and explicit structure control. Core capabilities: • Clean URLs and explicit routes • Frontmatter support (title/description) with meta tags • Markdown directives for tabs, callouts, dropdowns, code blocks and images • Automatic sitemap.xml and 404.html generation • Content search index • Config validation and `qdocs init` • Interactive TUI for build/preview/log workflows Operational model: • qDocs generates static output from Markdown sources • Includes local preview server for development only • Not a hosting platform, SaaS service or production app server Developer workflow: • `qdocs init` to generate configuration from contents • `qdocs` for interactive local workflow • `qdocs build -config settings.json` for build-only mode • `qdocs-server -config settings.json` for local preview Project structure: • `contents/` for Markdown docs • `assets/` for logos and static files • `public/` as rebuildable output folder • `settings.json` for site and navigation config