Organize Markdown files into a folder structure and serve them as a navigable documentation website with no build step required.
Keep project docs as plain text files in your version control repo alongside code, letting Daux.io handle all the rendering.
Host lightweight developer documentation for a software project without a database or content management system.
This repository is deprecated, go to dauxio/daux.io for active development, bug fixes, and support.
Daux.io is a documentation generator that turns a folder of Markdown files into a formatted documentation website. Markdown is a plain-text format where you add simple symbols to indicate headings, bold text, lists, and links, making it easy to write readable content without touching HTML. Daux.io reads a folder structure you define, interprets the file organization as navigation, and renders the pages as a documentation site on the fly, meaning no separate build step is required to preview changes. The tool is aimed at developers who want a lightweight way to write and publish docs alongside a software project. Rather than managing a database-backed content management system or hand-coding a site, a team can keep documentation as plain text files in a version control repository, organized into folders that reflect the docs structure. Daux.io handles the rendering automatically. This particular repository (justinwalsh/daux.io) is deprecated and no longer receives updates. The project has moved to a new organization on GitHub called dauxio, where active development and support continue. The README here explicitly states that new issues and pull requests will be ignored. Anyone looking to use Daux.io or contribute to it should go to the new repository at dauxio/daux.io instead.
← justinwalsh on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.