fulljackz / agl-documentation

AGL documentation written by the IoT.bzh team and not yet merged into official AGL repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Add Iot.Bzh logo in header instead of IoT.Bzh text
  • Write a plugin based on svg + convert to generate cover.

About

AGL documentation written by the IoT.bzh team and not yet merged into official AGL repository.

License:Apache License 2.0


Languages

Language:CSS 41.9%Language:HTML 33.9%Language:Shell 24.2%