aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-11-06 16:33:44 +0100
committerStéphane Desneux <stephane.desneux@iot.bzh>2018-11-27 08:46:41 +0100
commitb3720d2223c1bd019b605536dc87b8b4dacf5a8c (patch)
treeed405895b36f4beaef72064d659a5d675d0c6cb1
parentf0eb914a1c6e21fad145b4f064d75b9daf09afaa (diff)
Update doc about cmake AFB templates module
This work separates the documentation section about usage of the CMakeAfbTemplates module to make it more visible and clearer Change-Id: I9eb49770af143f164b002a6352860b98a5d9ac5b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Signed-off-by: Stéphane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--content/tocs/devguides/fetched_files.yml13
-rw-r--r--content/tocs/devguides/toc_dev_en.yml22
2 files changed, 29 insertions, 6 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml
index 64dd12a..2d6efe8 100644
--- a/content/tocs/devguides/fetched_files.yml
+++ b/content/tocs/devguides/fetched_files.yml
@@ -119,12 +119,17 @@ repositories:
- source: sdk-devkit/docs/part-2/pictures/xming_server.png
-
url_fetch: "GERRIT_FETCH"
- git_name: apps/app-templates
+ git_name: src/cmake-apps-module
git_commit: "master"
- dst_prefix: sdk-devkit/docs/part-2
+ src_prefix: "docs/dev_guide"
+ dst_prefix: "cmakeafbtemplates"
documents:
- - source: README.md
- destination: 2_4-Use-app-templates.md
+ - source: 0_Abstract.md
+ - source: 1_Quickstart.md
+ - source: 2_project_architecture.md
+ - source: 3_advanced_usage.md
+ - source: 4_advanced_customization.md
+ - source: 5_autobuild.md
-
url_fetch: "GERRIT_FETCH"
git_name: src/xds/xds-docs
diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml
index 15add93..86a436a 100644
--- a/content/tocs/devguides/toc_dev_en.yml
+++ b/content/tocs/devguides/toc_dev_en.yml
@@ -99,9 +99,27 @@ children:
-
name: Developing with container
url: reference/sdk-devkit/docs/part-2/2_3-Dev-with-container.html
+-
+ name: "Usage of CMake Afb Template module"
+ children:
+ -
+ name: "Abstract"
+ url: "reference/cmakeafbtemplates/0_Abstract.html"
+ -
+ name: "Quickstart"
+ url: "reference/cmakeafbtemplates/1_Quickstart.html"
+ -
+ name: "Project architecture"
+ url: "reference/cmakeafbtemplates/2_project_architecture.html"
+ -
+ name: "Advanced usage"
+ url: "reference/cmakeafbtemplates/3_advanced_usage.html"
+ -
+ name: "Advanced customization"
+ url: "reference/cmakeafbtemplates/4_advanced_customization.html"
-
- name: Use CMake templates to develop an app
- url: reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html
+ name: "The autobuild script"
+ url: "reference/cmakeafbtemplates/5_autobuild.html"
-
name: "X(cross) Development System: User's Guide"
children: