Add gitbook documentation (support PDF generation). 55/9755/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 19 Jun 2017 13:48:58 +0000 (15:48 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 19 Jun 2017 16:13:10 +0000 (18:13 +0200)
commit7e984551f7ca2e883c5a58cd8dae71dba0db6240
treebbb0e10a4a9cae2d4e0edbb1b368ede8ab3ca1ed
parentc521e63554217a67cf69cdefe5bb4672d640b555
Add gitbook documentation (support PDF generation).

To generate PDF doc:
     ./gendocs.sh pdf

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

Change-Id: Ib9b195814f4596a5cf5233d6a331d206e76c9bae
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
20 files changed:
.gitignore
book.json [new file with mode: 0644]
docs/1-frameworks.md [new file with mode: 0644]
docs/2-widgets.md [new file with mode: 0644]
docs/README.md [moved from docs/overview.md with 99% 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/cover.jpg [new file with mode: 0755]
docs/cover_small.jpg [new file with mode: 0644]
docs/index.md [deleted symlink]
docs/pictures/make-units.svg
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]
mkdocs.yml