Add gitbook documentation (support PDF generation). 51/9751/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 19 Jun 2017 09:40:32 +0000 (11:40 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 19 Jun 2017 14:19:39 +0000 (16:19 +0200)
commitc826c6662dc83633aac0ce1622e4a91b4c8100e3
treeca440d402ada8e3ae7acad1fe3d876ad3a0259ff
parentf6bc48698587758fb764bae66302002fe148e978
Add gitbook documentation (support PDF generation).

To generate PDF doc:
 ./gendocs.sh pdf

To generate HTML doc (local webserver):
 ./gendocs.sh serve

Change-Id: I77156a45e86f3bcab045cee05694f93b7a50e4ba
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
16 files changed:
.gitignore
book.json [new file with mode: 0644]
docs/README.md [moved from docs/index.md with 100% similarity]
docs/SUMMARY.md [new file with mode: 0644]
docs/_layouts/ebook/page.html [new file with mode: 0644]
docs/_layouts/ebook/pdf_footer.html [new file with mode: 0644]
docs/_layouts/ebook/pdf_header.html [new file with mode: 0644]
docs/_layouts/ebook/summary.html [new file with mode: 0644]
docs/_layouts/layout.html [new file with mode: 0644]
docs/annexes.md [new file with mode: 0644]
docs/cover.jpg [new file with mode: 0755]
docs/cover_small.jpg [new file with mode: 0644]
docs/resources/cover.svg [new file with mode: 0644]
docs/resources/ebook.css [new file with mode: 0644]
docs/resources/make_cover.sh [new file with mode: 0755]
gendocs.sh [new file with mode: 0755]