/Blu-Docs

Documentation for UDOO Blu

Primary LanguageCSSMIT LicenseMIT

UDOO Blu Documentation

Software License

Travis build status: Build Status

This repository contains the source code for the documentation hosted at www.udoo.org/docs-blu/.

Build the documentation locally

On PHP7+ install XML and mbstring modules:

sudo apt-get install php7.0-xml php7.0-mbstring

Then build the documentation with

./daux.phar && ( cd static; cp -rp ../img .)

To serve the documentation from a development webserver, run

cd static && php -S localhost:8080