diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 15:48:58 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 18:13:10 +0200 |
commit | 7e984551f7ca2e883c5a58cd8dae71dba0db6240 (patch) | |
tree | bbb0e10a4a9cae2d4e0edbb1b368ede8ab3ca1ed /mkdocs.yml | |
parent | c521e63554217a67cf69cdefe5bb4672d640b555 (diff) |
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>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ site_name: AGL Application Framework theme: readthedocs docs_dir: docs pages: - - 'Overview' : 'index.md' + - 'Overview' : 'README.md' - 'Quick tutorial' : 'quick-tutorial.md' - 'The frameworks' : - 'The application framework': 'application-framework.md' |