UDOOboard / X86-Docs

UDOO X86 Documentation

Home Page:https://udooboard.github.io/X86-Docs/Introduction/Introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDOO X86 Documentation

Software License

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

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

About

UDOO X86 Documentation

https://udooboard.github.io/X86-Docs/Introduction/Introduction.html

License:MIT License


Languages

Language:Less 92.9%Language:PHP 4.2%Language:JavaScript 1.3%Language:CSS 1.0%Language:Shell 0.5%Language:Hack 0.0%