aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-21 09:53:42 +0200
committerronan [iot.bzh] <ronan.lemartret@iot.bzh>2017-09-21 10:14:51 +0200
commit964075617465ada550fe7626db871c2276b13ca4 (patch)
tree1deafd9c3bbc9f5f902c00e1859cf3186bd82666 /content/tocs
parenta0f2675dcfc426e360eeff9b372963db0f36049e (diff)
Update XDS doc part
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'content/tocs')
-rw-r--r--content/tocs/devguides/fetched_files.yml60
-rw-r--r--content/tocs/devguides/toc_dev_en.yml86
2 files changed, 82 insertions, 64 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml
index 6370035..83c50e2 100644
--- a/content/tocs/devguides/fetched_files.yml
+++ b/content/tocs/devguides/fetched_files.yml
@@ -119,38 +119,32 @@ repositories:
destination: 2_4-Use-app-templates.md
-
url_fetch: "GITHUB_FETCH"
- git_name: iotbzh/xds-server
+ git_name: iotbzh/xds-docs
git_commit: "master"
+ src_prefix: "docs"
+ dst_prefix: "xds"
documents:
- - source: README.md
- destination: xds-server.md
- label: xds-server
--
- url_fetch: "GITHUB_FETCH"
- git_name: iotbzh/xds-agent
- git_commit: "master"
- documents:
- - source: resources/images/download_icon.jpg
- - source: README.md
- destination: xds-agent.md
- label: xds-agent
--
- url_fetch: "GITHUB_FETCH"
- git_name: iotbzh/xds-exec
- git_commit: "master"
- documents:
- - source: README.md
- destination: xds-exec.md
- label: xds-exec
--
- url_fetch: "GITHUB_FETCH"
- git_name: iotbzh/xds-gdb
- git_commit: "master"
- documents:
- - source: docs/images/nb_newtool.jpg
- - source: docs/images/nb_xds_options.jpg
- - source: README.md
- destination: xds-gdb.md
- label: xds-gdb
-
-
+ - 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-2.png
+ - source: part-1/pictures/nb_newtool.png
+ - source: part-1/pictures/nb_xds_options.png
+ - source: part-1/pictures/xds-conf.png
+ - source: part-1/pictures/xds-dashboard-icon-2.png
+ - source: part-1/pictures/xds-dashboard-prj-1.png
+ - source: part-1/pictures/nb_new-project-1.png
+ - source: part-1/pictures/nb_new-project-3.png
+ - source: part-1/pictures/nb_project_debug-1.png
+ - source: part-1/pictures/xds-block-diagram.png
+ - source: part-1/pictures/xds-dashboard-icon-1.png
+ - source: part-1/pictures/xds-dashboard-icon-3.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-exec.md
+ - source: part-2/4_xds-gdb.md
diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml
index a27f9a2..5e091d8 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,65 +48,89 @@ 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 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: Use CMake templates to develop an app
url: reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html
-
- name: "XDS : X(cross) Development System Agent"
+ 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-server.html
- -
+ url: reference/xds/part-2/1_xds-server.html
+ -
name: xds-agent
- url: reference/xds-agent.html
- -
+ url: reference/xds/part-2/2_xds-agent.html
+ -
name: xds-exec
- url: reference/xds-exec.html
- -
+ url: reference/xds/part-2/3_xds-exec.html
+ -
name: xds-gdb
- url: reference/xds-gdb.html
--
- name: Guides
+ url: reference/xds/part-2/4_xds-gdb.html
+-
+ name: Guides
children:
-
name: AppFW - Privileges Management