Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 652 Bytes

UDOO Neo Documentation

Software License

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

Build the documentation locally

On PHP7+ install XML and mbstring modules:

sudo apt install php7.4 composer php7.4-xml php7.4-mbstring
composer install

Then build the documentation with

composer generate && cp -r img/ static/

To serve the documentation from a development webserver, run

cd static && php -S localhost:8080