diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-02 23:02:15 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-02 23:02:15 +0100 |
commit | aa9912660e08f8d406e74807bab476cc60dd9581 (patch) | |
tree | 0ae6224559314904492033378795bd21b96623d6 /agl-documentation/README.md | |
parent | 4e7e82a279ffa322f31e0dfee8a4bad370878753 (diff) |
Add agl-documentation subfolder into agl repo
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'agl-documentation/README.md')
-rw-r--r-- | agl-documentation/README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/agl-documentation/README.md b/agl-documentation/README.md new file mode 100644 index 0000000..bf38bb2 --- /dev/null +++ b/agl-documentation/README.md @@ -0,0 +1,35 @@ +# 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](https://www.gitbook.com/). +To install locally gitbook: + +```bash +npm install -g gitbook-cli +``` + +To generate documentation: + +```bash +./gen_all_docs.sh +``` + +or to generate one individual doc manually: +You must install calibre first : + +```bash +sudo apt install calibre +``` + +```bash +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. |