From b3720d2223c1bd019b605536dc87b8b4dacf5a8c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 6 Nov 2018 16:33:44 +0100 Subject: Update doc about cmake AFB templates module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Stéphane Desneux --- content/tocs/devguides/fetched_files.yml | 13 +++++++++---- content/tocs/devguides/toc_dev_en.yml | 22 ++++++++++++++++++++-- 2 files changed, 29 insertions(+), 6 deletions(-) (limited to 'content/tocs') 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: -- cgit 1.2.3-korg