aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs/devguides
diff options
context:
space:
mode:
Diffstat (limited to 'content/tocs/devguides')
-rw-r--r--content/tocs/devguides/fetched_files.yml57
-rw-r--r--content/tocs/devguides/toc_dev_en.yml92
2 files changed, 113 insertions, 36 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml
index eda5f20..b5da97a 100644
--- a/content/tocs/devguides/fetched_files.yml
+++ b/content/tocs/devguides/fetched_files.yml
@@ -23,7 +23,7 @@
# ------------------------------------
# url: "GERRIT_FETCH"
# git_commit: "master"
-# repositories:
+# repositories:
# -
# git_name: src/foo
# src_prefix: docs
@@ -39,7 +39,7 @@
url_fetch : "GERRIT_FETCH"
git_commit: "AGL_GERRIT_BRANCH"
-repositories:
+repositories:
-
git_name: AGL/meta-agl
documents:
@@ -102,18 +102,53 @@ repositories:
- source: sdk-devkit/docs/part-1/pictures/windows_win32diskimager_5.png
- source: sdk-devkit/docs/part-2/2_0_Abstract.md
- source: sdk-devkit/docs/part-2/2_1-Init-sdk-env.md
- - source: sdk-devkit/docs/part-2/2_2-Trying-out-templates.md
+ - source: sdk-devkit/docs/part-2/2_2-Trying-out-template.md
- source: sdk-devkit/docs/part-2/2_3-Dev-with-container.md
- - source: sdk-devkit/docs/part-2/2_4-Creating-hybrid-app.md
- - source: sdk-devkit/docs/part-2/pictures/cpu_hybrid_qml.png
- - source: sdk-devkit/docs/part-2/pictures/html5_app.png
- - source: sdk-devkit/docs/part-2/pictures/hybrid_html5_app_on_target.png
- - source: sdk-devkit/docs/part-2/pictures/hybrid_html5_app.png
- - source: sdk-devkit/docs/part-2/pictures/hybrid_qml_app.png
- source: sdk-devkit/docs/part-2/pictures/mac_x11_logo.png
- source: sdk-devkit/docs/part-2/pictures/putty_config.png
- source: sdk-devkit/docs/part-2/pictures/qml_app.png
- source: sdk-devkit/docs/part-2/pictures/web-runtime_app.png
- source: sdk-devkit/docs/part-2/pictures/xming_server.png
-
-
+-
+ url_fetch: "GERRIT_FETCH"
+ git_name: apps/app-templates
+ git_commit: "master"
+ dst_prefix: sdk-devkit/docs/part-2
+ documents:
+ - source: README.md
+ destination: 2_4-Use-app-templates.md
+-
+ url_fetch: "GITHUB_FETCH"
+ git_name: iotbzh/xds-docs
+ git_commit: "master"
+ src_prefix: "docs"
+ dst_prefix: "xds"
+ documents:
+ - source: part-1/0_Abstract.md
+ - source: part-1/1_install-client.md
+ - source: part-1/2_install-xds-server.md
+ - source: part-1/3_install-sdks.md
+ - source: part-1/4_build-first-app.md
+ - source: part-1/5_debug-first-app.md
+ - source: part-1/pictures/nb_new-project-1.png
+ - source: part-1/pictures/nb_new-project-2.png
+ - source: part-1/pictures/nb_new-project-3.png
+ - source: part-1/pictures/nb_new-project-4.png
+ - source: part-1/pictures/nb_new-project-5.png
+ - source: part-1/pictures/nb_newtool.png
+ - source: part-1/pictures/nb_project_debug-1.png
+ - source: part-1/pictures/nb_xds_options.png
+ - source: part-1/pictures/xds-block-chain.png
+ - source: part-1/pictures/xds-block-diagram.png
+ - source: part-1/pictures/xds-conf.png
+ - source: part-1/pictures/xds-dashboard-icon-1.png
+ - source: part-1/pictures/xds-dashboard-icon-2.png
+ - source: part-1/pictures/xds-dashboard-icon-3.png
+ - source: part-1/pictures/xds-dashboard-prj-1.png
+ - source: part-1/pictures/xds-dashboard-prj-2.png
+ - source: part-2/0_Abstract.md
+ - source: part-2/1_xds-server.md
+ - source: part-2/2_xds-agent.md
+ - source: part-2/3_xds-cli.md
+ - source: part-2/4_xds-gdb.md
+ - source: part-2/5_xds-exec.md
diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml
index 5de613a..00dcc39 100644
--- a/content/tocs/devguides/toc_dev_en.yml
+++ b/content/tocs/devguides/toc_dev_en.yml
@@ -1,9 +1,9 @@
#######################################################################
-# WARNING:
+# WARNING:
# - TOC should reference .HTML and .md (Index OK but Error 404)
-# - do not forget to run 'docbuild --tocs' after any changes
+# - do not forget to run 'docbuild --tocs' after any changes
+#
#
-#
############################ SYNTAX ###################################
# GLOBAL OPTIONS:
# name: TOC (page) title
@@ -13,7 +13,7 @@
# TOC Entry:
# name: TOC entry (level 1)
# children:
-# -
+# -
# name: optional name for TOC entry (default: use URL FrontMatter info)
# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js:
# -
@@ -48,50 +48,92 @@ children:
-
name: "Development Kit: build AGL image"
children:
- -
+ -
name: Abstract
url: reference/sdk-devkit/docs/part-1/1_0_Abstract.html
- -
+ -
name: Deploy image
url: reference/sdk-devkit/docs/part-1/1_1-Deploy_image.html
- -
+ -
name: Setting up your operating system
url: reference/sdk-devkit/docs/part-1/1_2-Setting-up-your_os.html
- -
+ -
name: Install Docker image
url: reference/sdk-devkit/docs/part-1/1_3-Install-agl-for-porter.html
- -
- name: Inside the container
+ -
+ name: Inside the container
url: reference/sdk-devkit/docs/part-1/1_4-Inside-the-container.html
- -
- name: Build image for Porter
+ -
+ name: Build image for Porter
url: reference/sdk-devkit/docs/part-1/1_5-Build-image-Porter.html
- -
+ -
name: Porter image deployment
url: reference/sdk-devkit/docs/part-1/1_6-Porter-image-deployment.html
- -
- name: SDK compilation and installation
+ -
+ name: SDK compilation and installation
url: reference/sdk-devkit/docs/part-1/1_7-SDK-compilation-installation.html
-
name: "Development Kit: build AGL application"
children:
- -
+ -
name: Abstract
url: reference/sdk-devkit/docs/part-2/2_0_Abstract.html
- -
+ -
name: Initialize SDK environment
url: reference/sdk-devkit/docs/part-2/2_1-Init-sdk-env.html
- -
- name: Trying out templates
- url: reference/sdk-devkit/docs/part-2/2_2-Trying-out-templates.html
- -
+ -
+ name: Trying out template
+ url: reference/sdk-devkit/docs/part-2/2_2-Trying-out-template.html
+ -
name: Developing with container
url: reference/sdk-devkit/docs/part-2/2_3-Dev-with-container.html
- -
- name: Creating an hybrid app
- url: reference/sdk-devkit/docs/part-2/2_4-Creating-hybrid-app.html
+ -
+ name: Use CMake templates to develop an app
+ url: reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html
+-
+ name: "X(cross) Development System: User's Guide"
+ children:
+ -
+ name: Getting Started
+ url: reference/xds/part-1/0_Abstract.html
+ -
+ name: Installing xds client tools
+ url: reference/xds/part-1/1_install-client.html
+ -
+ name: Installing xds-server
+ url: reference/xds/part-1/2_install-xds-server.html
+ -
+ name: Installing AGL SDKs
+ url: reference/xds/part-1/3_install-sdks.html
+ -
+ name: Create your first AGL application
+ url: reference/xds/part-1/4_build-first-app.html
+ -
+ name: Debug your first AGL application
+ url: reference/xds/part-1/5_debug-first-app.html
+-
+ name: "X(cross) Development System: Internals"
+ children:
+ -
+ name: Abstract
+ url: reference/xds/part-2/0_Abstract.html
+ -
+ name: xds-server
+ url: reference/xds/part-2/1_xds-server.html
+ -
+ name: xds-agent
+ url: reference/xds/part-2/2_xds-agent.html
+ -
+ name: xds-cli
+ url: reference/xds/part-2/3_xds-cli.html
+ -
+ name: xds-gdb
+ url: reference/xds/part-2/4_xds-gdb.html
+ -
+ name: xds-exec
+ url: reference/xds/part-2/5_xds-exec.html
-
- name: Guides
+ name: Guides
children:
-
name: AppFW - Privileges Management