summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-19 15:48:58 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-19 18:13:10 +0200
commit7e984551f7ca2e883c5a58cd8dae71dba0db6240 (patch)
treebbb0e10a4a9cae2d4e0edbb1b368ede8ab3ca1ed /mkdocs.yml
parentc521e63554217a67cf69cdefe5bb4672d640b555 (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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index fc8cb09..8a63ec6 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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'