What problem does it solve? Teams maintaining bilingual (VI/EN) architecture documentation in Markdown need a repeatable way to publish it as an interactive showcase website and distributable release artifacts without hand-editing HTML or duplicating content across formats. ## Core Features & Use Cases - Showcase HTML rendering: Converts docs/**/*.md plus _index/bands.yaml taxonomy and _present/* presentation config into a themed static site in public/ with language toggle, sidebar navigation, and interactive effects. - Release artifact generation: Produces dist/ outputs — a merged flat Markdown file, a PDF via xhtml2pdf, and an Excel catalog (modules, parts, links, foundations, safety sheets) via openpyxl. - Verification gates: Ships static and headless-browser E2E checks plus a self-check script that assert links resolve, images load, and generated data-JS is bundled. - Use Case: After hs:docs-standardize passes, run the build to regenerate the full showcase site and all distribution files from the physical Markdown sources in one orchestrated pipeline. ## Quick Start Ask the assistant to run the docs build to render the docs folder into the public showcase site and the dist release artifacts.