iotbzh / agl-documentation

AGL documentation written by the IoT.bzh team and not yet merged into official AGL repository.
Apache License 2.0
2 stars 6 forks source link

SDK devkit

This repository holds AGL documentation (written by the IoT.bzh team) which is not yet merged into official AGL repository.

How to generate pdf

Documentation is based on gitbook. To install locally gitbook:

npm install -g gitbook-cli

To generate documentation:

./gen_all_docs.sh

or to generate one individual doc manually: You must install calibre first :

sudo apt install calibre
gitbook pdf ./sdk-devkit ./build/sdk-devkit.pdf

Notes / TODO