daux.io/docs/_index.md
Stéphane Goetz 59b8c04161 Confluences bugfixes, Fix documentation
Make it easier to spot where an error comes from when uploading to confluence.
Allow to upload documentation without a prefix.
2017-11-06 22:46:07 +01:00

2.3 KiB

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.


Features


For Developers

For Marketing

  • 100% Mobile Responsive
  • 4 Built-In Themes or roll your own
  • Functional, Flat Design Style
  • Optional code float layout
  • Shareable/Linkable SEO Friendly URLs
  • Supports Google Analytics and Piwik Analytics

Installation and usage

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