Show HN: Mdgen – A browser tool to unify documentation into static HTML
mdgen.hund.studio·2h·
Discuss: Hacker News
📚Self-Documenting Code
Preview
Report Post

While organizing my studio's various projects, I realized our documentation was a mess: different tools, inconsistent versions, and mismatched layouts. I wondered if it really had to be this complex to have a unified system for simple docs.

For the past couple of weeks, in my spare time, I’ve been standardizing everything into Markdown files within a /docs folder in each repo. To render them as static HTML, I built mdgen.

Initially, I planned a simple CLI to render HTML with a default stylesheet. Then, I remembered a Markdown editor I experimented with a while ago using the browser’s FileSystem API. I decided to dust off that code and create an online generator that requires zero effort. You just point the browser to your /docs folder, it processes everything locally, and you downlo...

Similar Posts

Loading similar posts...