Daux.io is a documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
If you have PHP and Composer installed
composer global require daux/daux.io
# Next to your `docs` folder, run
daux generate
Or if you wish to use Docker
# Next to your `docs` folder, run
docker run --rm -it -w /build -v "$PWD":/build daux/daux.io daux generate