Builds Doc-Smith Markdown files into high-performance static HTML documentation with dynamic navigation and multi-language support.
Doc-Smith HTML Documentation Builder is a specialized internal utility designed to transform Markdown-based technical documentation into fully functional static websites. It utilizes a dual-mode architecture that separates site-wide navigation logic from individual page rendering, allowing for rapid updates without full site rebuilds. The skill handles complex tasks such as Markdown-to-HTML conversion, relative path resolution for assets, Table of Contents generation, and multi-language routing, making it an essential component for maintaining organized and accessible project documentation within the Doc-Smith ecosystem.
주요 기능
01Dual-mode build system for global navigation assets and individual page rendering.
02Automated Markdown-to-HTML transformation with integrated Table of Contents generation.
03Client-side navigation rendering via nav.js for faster site-wide structure updates.
046 GitHub stars
05Built-in multi-language support with automatic directory mapping and redirection.
06Intelligent relative path mapping for assets to ensure portable documentation.
사용 사례
01Managing complex documentation structures with cross-linked navigation and language versions.
02Automating the build pipeline for documentation within Claude Code workflows.
03Generating static HTML documentation sites from Markdown source files.