Add missing sub-chapters in documentation 75/21775/1 flounder
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 27 Jun 2019 16:21:39 +0000 (18:21 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 27 Jun 2019 16:29:11 +0000 (18:29 +0200)
Also fix spelling.

Bug-AGL: SPEC-2027

Change-Id: Ibdde0d74844b35344f418e0c12c45602dd65eba0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
docs/README.md
docs/dev_guide/0_Abstract.md
docs/devguides-book.yml

index b0b87bd..4a580d3 100644 (file)
@@ -1,8 +1,7 @@
 # Introduction
 
 This document explains how to use the CMake template files and associated
-files to ease developement of AGL application.
-
+files to ease development of AGL application.
 
 | *Meta* | *Data* |
 | -- | -- |
index a04cc87..b4bacb6 100644 (file)
@@ -1,4 +1,4 @@
-# Developper Guide: use AGL CMake Templates
+# Use AGL CMake Templates
 
 ## Abstract
 
@@ -8,8 +8,8 @@ AGL Application Framework.
 To build your AGL project using these templates, you have to install
 them within your project and adjust compilation option in `config.cmake`.
 For technical reasons, you also have to specify **cmake** target in
-sub CMakeLists.txt installed. Make a globbing search to find source files
-isn't recommended now to handle project build especially in a multiuser
+sub CMakeLists.txt installed. Make a globing search to find source files
+isn't recommended now to handle project build especially in a multi-user
 project because CMake will not be aware of new or removed source files.
 
 You'll find usage samples here:
index ee3f117..61b6fb9 100644 (file)
@@ -8,5 +8,15 @@ books:
     author: "IotBzh"
     version: flounder
     chapters:
-      - url: README.md
+      - url: dev_guide/0_Abstract.md
         name: Use app-templates
+      - url: dev_guide/1_Quickstart.md
+        name: Quickstart
+      - url: dev_guide/2_project_architecture.md
+        name: Project architecture
+      - url: dev_guide/3_advanced_usage.md
+        name: Advanced usage
+      - url: dev_guide/4_advanced_customization.md
+        name: Customization
+      - url: dev_guide/5_autobuild.md
+        name: Autobuild