aboutsummaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-18 09:47:26 +0100
committerronan [iot.bzh] <ronan.lemartret@iot.bzh>2018-01-18 09:50:25 +0100
commitb1edf7a62f448891c7fefa577dd9049d7339f6b2 (patch)
tree04a5a9990f6301ffe2504034c9385f40b5e7fcf5 /content
parent642feb0a7126cae59961cc599fb9126567593a0c (diff)
Update XDS files and TOC.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'content')
-rw-r--r--content/tocs/devguides/fetched_files.yml35
-rw-r--r--content/tocs/devguides/toc_dev_en.yml165
2 files changed, 161 insertions, 39 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml
index d7efa78..f202b58 100644
--- a/content/tocs/devguides/fetched_files.yml
+++ b/content/tocs/devguides/fetched_files.yml
@@ -126,9 +126,19 @@ repositories:
documents:
- source: part-1/0_Abstract.md
- source: part-1/1_install-client.md
+ - source: part-1/2-1_install-xds-server-docker.md
+ - source: part-1/2-2_install-xds-server-vm.md
+ - source: part-1/2-3_install-xds-server-native.md
- source: part-1/2_install-xds-server.md
- source: part-1/3_install-sdks.md
+ - source: part-1/4-1_build-first-app-setup.md
+ - source: part-1/4-2_build-first-app-cmd.md
+ - source: part-1/4-3_build-first-app-dashboard.md
+ - source: part-1/4-4_build-first-app-ide.md
- source: part-1/4_build-first-app.md
+ - source: part-1/5-1_debug-first-app-config.md
+ - source: part-1/5-2_debug-first-app-cmd.md
+ - source: part-1/5-3_debug-first-app-ide.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
@@ -149,8 +159,23 @@ repositories:
- source: part-1/pictures/xds-dashboard-sdks-install.png
- source: part-1/pictures/xds-dashboard-sdks-mgt.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
+ - source: part-2/1_Prerequisites.md
+ - source: part-2/1_xds-server/0_abstract.md
+ - source: part-2/1_xds-server/1_config.md
+ - source: part-2/1_xds-server/2_how-to-run.md
+ - source: part-2/1_xds-server/3_build.md
+ - source: part-2/1_xds-server/4_debug.md
+ - source: part-2/2_xds-agent/0_abstract.md
+ - source: part-2/2_xds-agent/1_config.md
+ - source: part-2/2_xds-agent/2_start.md
+ - source: part-2/2_xds-agent/3_build.md
+ - source: part-2/2_xds-agent/4_debug.md
+ - source: part-2/3_xds-cli/0_abstract.md
+ - source: part-2/3_xds-cli/1_config.md
+ - source: part-2/3_xds-cli/2_commands.md
+ - source: part-2/3_xds-cli/3_build.md
+ - source: part-2/3_xds-cli/4_debug.md
+ - source: part-2/4_xds-gdb/0_abstract.md
+ - source: part-2/4_xds-gdb/1_config.md
+ - source: part-2/4_xds-gdb/2_build.md
+ - source: part-2/4_xds-gdb/3_debug.md
diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml
index 00dcc39..089521c 100644
--- a/content/tocs/devguides/toc_dev_en.yml
+++ b/content/tocs/devguides/toc_dev_en.yml
@@ -94,44 +94,141 @@ children:
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: 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
+ children:
+ -
+ name: Installation
+ url: reference/xds/part-1/2_install-xds-server.html
+ -
+ name: Based on Docker container
+ url: reference/xds/part-1/2-1_install-xds-server-docker.html
+ -
+ name: Based on Virtual Machine appliance
+ url: reference/xds/part-1/2-2_install-xds-server-vm.html
+ -
+ name: Native installation
+ url: reference/xds/part-1/2-3_install-xds-server-native.html
+ -
+ name: Installing AGL SDKs
+ url: reference/xds/part-1/3_install-sdks.html
+ -
+ name: Create your first AGL application
+ children:
+ -
+ name: Prerequisites
+ url: reference/xds/part-1/4_build-first-app.html
+ -
+ name: Setup
+ url: reference/xds/part-1/4-1_build-first-app-setup.html
+ -
+ name: Build using command line tool
+ url: reference/xds/part-1/4-2_build-first-app-cmd.html
+ -
+ name: Build using XDS Dashboard
+ url: reference/xds/part-1/4-3_build-first-app-dashboard.html
+ -
+ name: Build using a source code editor / IDE
+ url: reference/xds/part-1/4-4_build-first-app-ide.html
+ -
+ name: Debug your first AGL application
+ children:
+ -
+ name: Prerequisites
+ url: reference/xds/part-1/5_debug-first-app.html
+ -
+ name: Configuration
+ url: reference/xds/part-1/5-1_debug-first-app-config.html
+ -
+ name: xds-gdb from command line
+ url: reference/xds/part-1/5-2_debug-first-app-cmd.html
+ -
+ name: xds-gdb within an IDE
+ url: reference/xds/part-1/5-3_debug-first-app-ide.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: Abstract
+ url: reference/xds/part-2/0_Abstract.html
+ -
+ name: Prerequisites
+ url: reference/xds/part-2/1_Prerequisites.html
+ -
+ name: XDS-server
+ children:
+ -
+ name: Abstract
+ url: reference/xds/part-2/1_xds-server/0_abstract.html
+ -
+ name: Configuration
+ url: reference/xds/part-2/1_xds-server/1_config.html
+ -
+ name: How to run
+ url: reference/xds/part-2/1_xds-server/2_how-to-run.html
+ -
+ name: Build from scratch
+ url: reference/xds/part-2/1_xds-server/3_build.html
+ -
+ name: Debugging
+ url: reference/xds/part-2/1_xds-server/4_debug.html
+ -
+ name: XDS-agent
+ children:
+ -
+ name: Abstract
+ url: reference/xds/part-2/2_xds-agent/0_abstract.html
+ -
+ name: Configuration
+ url: reference/xds/part-2/2_xds-agent/1_config.html
+ -
+ name: Start
+ url: reference/xds/part-2/2_xds-agent/2_start.html
+ -
+ name: Build from scratch
+ url: reference/xds/part-2/2_xds-agent/3_build.html
+ -
+ name: Debugging
+ url: reference/xds/part-2/2_xds-agent/4_debug.html
+ -
+ name: XDS-cli
+ children:
+ -
+ name: Abstract
+ url: reference/xds/part-2/3_xds-cli/0_abstract.html
+ -
+ name: Configuration
+ url: reference/xds/part-2/3_xds-cli/1_config.html
+ -
+ name: CLI Commands
+ url: reference/xds/part-2/3_xds-cli/2_commands.html
+ -
+ name: Build from scratch
+ url: reference/xds/part-2/3_xds-cli/3_build.html
+ -
+ name: Debugging
+ url: reference/xds/part-2/3_xds-cli/4_debug.html
+ -
+ name: XDS-gdb
+ children:
+ -
+ name: Abstract
+ url: reference/xds/part-2/4_xds-gdb/0_abstract.html
+ -
+ name: Configuration
+ url: reference/xds/part-2/4_xds-gdb/1_config.html
+ -
+ name: Build from scratch
+ url: reference/xds/part-2/4_xds-gdb/2_build.html
+ -
+ name: Debugging
+ url: reference/xds/part-2/4_xds-gdb/3_debug.html
-
name: Guides
children: